/* Client space: designed first for a phone and a first-time user. */
.surface-workspace .page {
  padding-bottom: 110px;
}
.surface-workspace .field,
.surface-onboarding .field {
  font-size: 16px;
}
.surface-workspace .bottom-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.surface-workspace .nav-item {
  font-size: 11px;
  min-height: 54px;
}
.surface-workspace .text-button {
  min-height: 40px;
}
.surface-workspace .button {
  min-height: 54px;
  line-height: 1.35;
}
.surface-workspace .intro h1 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}
.ex-home h1,
.ex-tools h1,
.studio-page > h1 {
  font-size: 34px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  margin: 9px 0 0;
}
.ex-welcome {
  position: relative;
  margin: 12px 0 24px;
}
.ex-welcome .eyebrow {
  font-size: 10px;
  letter-spacing: 1.3px;
  margin: 0;
  max-width: calc(100% - 105px);
}
.ex-plan,
.ex-free {
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  padding: 5px 10px;
  background: #e5f4ea;
  color: #137333;
}
.ex-plan {
  position: absolute;
  top: -4px;
  right: 0;
}
.ex-business {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #e3e9f2;
  padding: 14px;
  border-radius: 16px;
}
.ex-business > div {
  min-width: 0;
  flex: 1;
}
.ex-business strong {
  display: block;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.ex-business div > span {
  display: block;
  color: #697386;
  font-size: 12px;
  margin-top: 2px;
}
.ex-business-icon {
  display: grid;
  place-items: center;
  background: #f4f7fb;
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.ex-business .icon-btn {
  font-size: 24px;
}
.ex-next {
  padding: 24px;
  border: 1px solid #dce8fc;
  border-radius: 23px;
  background: linear-gradient(130deg, #eef5ff, #f6f9ff);
}
.ex-next-top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.ex-next .eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  color: #315f9e;
}
.ex-next h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  line-height: 1.22;
}
.ex-next > p {
  font-size: 14px;
  line-height: 1.75;
  color: #536177;
  margin: 13px 0 20px;
}
.ex-next .button {
  font-size: 14px;
  justify-content: space-between;
  padding: 16px 18px;
}
.ex-next svg,
.ex-tool svg,
.ex-free-reminder svg,
.ex-gate svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.ex-reassurance {
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  color: #66758a;
  margin-top: 15px;
}
.ex-reassurance svg {
  width: 15px;
  height: 15px;
}
.ex-progress {
  margin: 30px 0;
}
.ex-progress h2,
.ex-section-heading h2,
.studio-library h2 {
  font-size: 19px;
  letter-spacing: -0.4px;
}
.ex-progress ol {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.ex-progress li + li {
  border-top: 1px solid #e6ebf2;
}
.ex-progress button {
  display: flex;
  width: 100%;
  gap: 14px;
  align-items: center;
  text-align: left;
  padding: 15px 0;
  background: none;
  color: #202124;
}
.ex-progress button > span:nth-child(2) {
  flex: 1;
}
.ex-progress strong {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.ex-progress small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7584;
  margin-top: 3px;
}
.ex-step {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  border: 1px solid #d7dfeb;
  display: grid;
  place-items: center;
  color: #637187;
  font-size: 12px;
}
.ex-step.done {
  border-color: #dcefe2;
  background: #eaf6ee;
  color: #137333;
}
.ex-step svg {
  width: 17px;
  height: 17px;
}
.ex-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}
.ex-section-heading > span:not(.ex-plan) {
  font-size: 10px;
  color: #758195;
}
.ex-tool-grid {
  display: grid;
  gap: 12px;
}
.ex-tool {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  text-decoration: none;
  color: #202124;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
  min-width: 0;
}
.ex-tool:hover {
  border-color: #acc7f1;
  box-shadow: 0 4px 15px #1967d208;
}
.ex-tool-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background: #edf4ff;
  color: #1967d2;
  border-radius: 13px;
}
.ex-tool-icon.warm {
  color: #aa5a0d;
  background: #fff4e1;
}
.ex-tool-icon.green {
  color: #137333;
  background: #eaf6ee;
}
.ex-tool-copy {
  flex: 1;
  min-width: 0;
}
.ex-tool h3 {
  font-size: 15px;
  letter-spacing: -0.3px;
  margin: 3px 0 5px;
}
.ex-tool p {
  font-size: 12px;
  line-height: 1.65;
  color: #6b7584;
}
.ex-tool-plan {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #6b7584;
  font-size: 9px;
  font-weight: 750;
}
.ex-tool-arrow {
  color: #8190a6;
  font-size: 21px;
}
.ex-help {
  color: #758195;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 24px;
}
.ex-help a {
  color: #315f9e;
}
.ex-lead {
  font-size: 15px;
  line-height: 1.8;
  color: #637187;
  margin: 16px 0 26px;
}
.ex-free-reminder {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #dfece4;
  background: #f5fbf7;
  border-radius: 16px;
  padding: 19px;
  margin: 24px 0;
  color: #305b41;
}
.ex-free-reminder p {
  font-size: 13px;
  line-height: 1.7;
}
.ex-free-reminder h2 {
  font-size: 17px;
  margin-bottom: 8px;
}
.ex-free-reminder > span {
  font-weight: 750;
}
.ex-free-reminder strong {
  font-size: 14px;
}
.ex-profile .intro {
  margin-bottom: 24px;
}
.ex-profile-card {
  margin-top: 22px;
}
.ex-profile-card > .section-title {
  margin-top: 0;
}
.ex-profile-card > p {
  font-size: 14px;
  line-height: 1.8;
}
.ex-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.ex-service-chips span {
  font-size: 12px;
  border-radius: 8px;
  background: #f2f6fb;
  padding: 6px 10px;
}
.ex-profile .button:has(.google-mark) {
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  padding: 12px;
}
.ex-profile .google-mark {
  width: 28px;
  height: 28px;
}
.ex-profile .google-icon {
  width: 18px;
  height: 18px;
}
.ex-details {
  margin-top: 22px;
  border: 1px solid #e0e7f0;
  border-radius: 16px;
  background: white;
  padding: 0 20px;
}
.ex-details summary {
  font-size: 14px;
  font-weight: 650;
  padding: 20px 0;
  cursor: pointer;
}
.ex-details article {
  margin: 16px 0;
}
.ex-details h3 {
  font-size: 14px;
}
.ex-details p,
.ex-job-status p {
  font-size: 13px;
  color: #657386;
  margin-top: 9px;
  line-height: 1.7;
}
.ex-job-status {
  margin-top: 22px;
}
.ex-gate {
  background: #fff;
  border: 1px solid #e2e9f3;
  border-radius: 22px;
  padding: 27px;
}
.ex-gate > .eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 20px 0 11px;
}
.ex-gate h2 {
  font-size: 29px;
  letter-spacing: -0.7px;
  line-height: 1.17;
}
.ex-gate > p:not(.eyebrow) {
  color: #657386;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 18px;
}
.ex-mini-steps {
  padding-left: 21px;
  margin: 25px 0;
  color: #374b68;
  font-size: 14px;
  line-height: 1.65;
}
.ex-mini-steps li {
  padding-left: 4px;
  margin: 13px 0;
}
.ex-small {
  font-size: 12px !important;
  line-height: 1.7;
  color: #6a7687;
  margin: 13px 0;
}
.studio-page > .back {
  margin-bottom: 22px;
}
.studio-page > .eyebrow {
  font-size: 10px;
  letter-spacing: 1.3px;
}
.studio-page form {
  min-width: 0;
}
.studio-page .field {
  background: #fff;
}
.studio-page .error-box {
  margin-bottom: 20px;
}
.studio-steps {
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 25px 0 28px;
  counter-reset: step;
}
.studio-steps li {
  display: flex;
  gap: 7px;
  align-items: center;
  flex: 1;
  color: #7d8897;
  font-size: 11px;
  white-space: nowrap;
}
.studio-steps li > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  background: #edf1f6;
  color: #728099;
  border-radius: 50%;
  flex-shrink: 0;
}
.studio-steps .current {
  font-weight: 650;
  color: #1967d2;
}
.studio-steps .current > span {
  background: #1967d2;
  color: #fff;
}
.studio-photo-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.studio-photo-pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 205px;
  border: 1.5px dashed #c7d7ed;
  background: #f6f9ff;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  padding: 15px 12px;
  font-size: 12px;
  text-align: center;
  color: #3e648e;
  cursor: pointer;
}
.studio-photo-pick:focus-within {
  outline: 3px solid #b5d2fa;
  outline-offset: 2px;
}
.studio-photo-pick input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.studio-photo-label {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  color: #374b68;
  margin-bottom: 14px;
}
.studio-photo-placeholder {
  font-size: 33px;
  font-weight: 300;
  margin: 12px;
}
.studio-photo-pick img {
  width: 100%;
  height: 118px;
  object-fit: contain;
  border-radius: 7px;
}
.studio-file-name {
  font-size: 10px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.studio-primary {
  margin-top: 23px;
}
.studio-result {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 1px solid #e2e9f2;
  background: #fff;
  margin-bottom: 18px;
}
.studio-library {
  border-top: 1px solid #e2e9f2;
  margin-top: 38px;
  padding-top: 26px;
}
.studio-library article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  background: #fff;
  border: 1px solid #e2e9f2;
  padding: 12px;
  border-radius: 14px;
}
.studio-library article > img {
  width: 100px;
  height: 75px;
  object-fit: contain;
  border-radius: 8px;
}
.studio-library article > div {
  flex: 1;
  min-width: 0;
}
.studio-library article p {
  font-size: 12px;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.studio-library .text-button {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 44px;
}
.studio-recovery { display: grid; gap: 14px; margin: 20px 0; }
.studio-recovery > p, .studio-recovery > h2, .studio-recovery > .error-box { margin: 0; }
.studio-recovery .button { min-height: 48px; white-space: normal; }
.studio-delete {
  color: #8c5360;
}
.studio-saved-note {
  background: #eaf6ee;
  color: #137333;
  font-size: 13px;
  padding: 13px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
}
.job-creation-image {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 13px;
  margin-top: 14px;
}
.studio-page-preview {
  border-top: 1px solid #e1e8f2;
  margin-top: 36px;
  padding-top: 30px;
  scroll-margin-top: 30px;
}
.studio-mini-page {
  background: white;
  border: 1px solid #dae4f1;
  border-radius: 18px;
  overflow: hidden;
  padding: 26px;
}
.studio-mini-page > span {
  font-weight: 750;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #e7edf5;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.studio-mini-page > p:first-of-type {
  font-size: 10px;
  text-transform: uppercase;
  color: #1967d2;
  letter-spacing: 1px;
}
.studio-mini-page h2 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.studio-mini-page p {
  font-size: 12px;
  line-height: 1.8;
  color: #69778a;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.studio-mini-page > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.studio-mini-page > div > span {
  font-size: 10px;
  background: #f2f6fb;
  border-radius: 7px;
  padding: 7px 9px;
}
.studio-preview-actions {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  text-align: center;
}
.studio-preview-actions a {
  font-size: 13px;
  text-decoration: none;
}
.studio-link-box {
  display: grid;
  gap: 9px;
  background: #edf8f1;
  border: 1px solid #d5eadc;
  padding: 20px;
  border-radius: 16px;
  margin-top: 22px;
  font-size: 13px;
}
.studio-link-box a {
  color: #137333;
}
.studio-link-box .text-button {
  text-align: left;
  font-size: 12px;
}
.studio-contact-fields {
  display: grid;
  grid-template-columns: 1fr;
}
.site-free-plan {
  background: #f3fbf6 !important;
  border-color: #d6eadc !important;
}
.site-free-plan .plan-eyebrow {
  color: #137333;
}
.site-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 700px) {
  .surface-workspace .ex-home,
  .surface-workspace .ex-tools,
  .surface-workspace .studio-page,
  .surface-workspace .ex-profile {
    max-width: 850px;
  }
  .ex-welcome h1,
  .ex-tools h1,
  .studio-page > h1 {
    font-size: 42px;
  }
  .ex-next {
    padding: 30px;
  }
  .ex-next h2 {
    font-size: 29px;
  }
  .ex-next .button {
    max-width: 340px;
  }
  .ex-reassurance {
    justify-content: flex-start;
  }
  .ex-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ex-home .ex-tool-grid {
    grid-template-columns: 1fr;
  }
  .ex-progress button {
    padding: 17px 0;
  }
  .studio-photo-pick {
    min-height: 275px;
  }
  .studio-photo-pick img {
    height: 190px;
  }
  .studio-page .button {
    max-width: 460px;
  }
  .studio-preview-actions {
    text-align: left;
  }
  .studio-contact-fields {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .studio-contact-fields label:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .studio-contact-fields input:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }
  .studio-contact-fields input:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 700px) {
  .site-pricing-grid {
    grid-template-columns: 1fr;
  }
  .surface-workspace .page {
    padding-top: 22px;
  }
  .surface-workspace .app-header {
    height: 65px;
  }
  .surface-workspace .bottom-nav {
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  }
  .ex-welcome {
    margin-top: 0;
  }
  .ex-tools .ex-tool-grid {
    margin-top: 25px;
  }
  .surface-workspace .studio-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ex-gate {
    padding: 23px;
  }
  .studio-steps {
    gap: 5px;
  }
  .studio-steps li {
    font-size: 10px;
    gap: 5px;
  }
}
@media (max-width: 360px) {
  .ex-home h1,
  .ex-tools h1,
  .studio-page > h1 {
    font-size: 30px;
  }
  .ex-welcome {
    gap: 5px;
  }
  .ex-welcome .eyebrow {
    font-size: 9px;
  }
  .ex-next {
    padding: 20px;
  }
  .ex-next h2 {
    font-size: 23px;
  }
  .ex-reassurance {
    font-size: 10px;
  }
  .ex-tool {
    padding: 15px;
    gap: 12px;
  }
  .ex-tool-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .studio-photo-pick {
    padding: 12px 8px;
  }
  .studio-steps li {
    font-size: 9px;
    gap: 4px;
  }
  .studio-steps li > span {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 1000px) {
  .site-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Detailed diagnostic, readable one criterion at a time. */
.diagnostic-summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  padding: 22px;
  background: #edf4ff;
  border-radius: 18px;
  margin: 24px 0 14px;
}
.diagnostic-summary strong {
  font-size: 32px;
  letter-spacing: -1px;
  color: #1967d2;
}
.diagnostic-summary span {
  font-weight: 650;
}
.diagnostic-summary small {
  color: #5f6368;
}
.diagnostic-groups {
  display: grid;
  gap: 28px;
  margin: 28px 0;
}
.diagnostic-group h2 {
  font-size: 21px;
  margin-bottom: 12px;
}
.diagnostic-check {
  border: 1px solid #e3e9f2;
  background: white;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.diagnostic-check summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 14px;
  cursor: pointer;
}
.diagnostic-check summary::-webkit-details-marker {
  display: none;
}
.diagnostic-check summary > span:nth-child(2) {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}
.diagnostic-check summary small {
  font-size: 10px;
  color: #855d18;
  white-space: nowrap;
}
.diagnostic-indicator {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff4d9;
  color: #855d18;
  font-weight: 700;
  flex-shrink: 0;
}
.diagnostic-check.ok .diagnostic-indicator {
  background: #e6f4ea;
  color: #137333;
}
.diagnostic-check.ok summary small {
  color: #137333;
}
.diagnostic-check.unknown .diagnostic-indicator,
.diagnostic-check.na .diagnostic-indicator {
  background: #edf0f4;
  color: #5f6368;
}
.diagnostic-check.unknown summary small,
.diagnostic-check.na summary small {
  color: #5f6368;
}
.diagnostic-check > div {
  padding: 0 18px 16px 50px;
  font-size: 14px;
  color: #536177;
}
.diagnostic-check p {
  margin: 0 0 8px;
  line-height: 1.65;
}
.diagnostic-panel {
  border: 1px solid #dce5f3;
  border-radius: 18px;
  margin: 20px 0;
  background: white;
  scroll-margin-top: 24px;
}
.diagnostic-panel > summary {
  font-size: 17px;
  font-weight: 700;
  padding: 20px;
  cursor: pointer;
}
.diagnostic-panel > div {
  padding: 0 20px 22px;
  line-height: 1.6;
  font-size: 14px;
}
.diagnostic-panel h3 {
  font-size: 17px;
  margin: 22px 0 12px;
}
.diagnostic-panel form .button {
  margin-top: 16px;
  width: 100%;
}
.diagnostic-panel .field {
  font-size: 16px;
}
.diagnostic-hours > div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
}
.diagnostic-hours dt {
  font-weight: 650;
}
.diagnostic-hours dd {
  margin: 0;
}
.diagnostic-confirmed {
  color: #137333;
  font-weight: 650;
}
.diagnostic-towns {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.diagnostic-towns li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f4;
  flex-wrap: wrap;
}
.diagnostic-towns strong {
  font-weight: 600;
  overflow-wrap: anywhere;
}
.diagnostic-towns span {
  font-size: 12px;
  color: #536177;
}
.diagnostic-candidates {
  display: grid;
  gap: 10px;
}
.diagnostic-shortcut {
  padding: 22px;
  border: 1px solid #dce5f3;
  border-radius: 18px;
  margin: 22px 0;
}
.diagnostic-shortcut h2 {
  font-size: 21px;
}
.diagnostic-shortcut p {
  font-size: 14px;
  color: #536177;
  line-height: 1.6;
  margin: 12px 0 18px;
}
.ex-section-heading .ex-plan {
  position: static;
}
@media (max-width: 360px) {
  .diagnostic-check summary {
    padding: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .diagnostic-check summary > span:nth-child(2) {
    flex-basis: calc(100% - 38px);
  }
  .diagnostic-check summary small {
    margin-left: 34px;
  }
  .diagnostic-check > div {
    padding-left: 16px;
  }
  .diagnostic-panel > div {
    padding: 0 14px 18px;
  }
  .diagnostic-panel > summary {
    padding: 18px 14px;
  }
}

/* V14: actionable home and a mobile content calendar. */
.surface-workspace .ex-home h1 {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 780;
  letter-spacing: -1.3px;
  max-width: 670px;
}
.ex-welcome .ex-plan {
  position: static;
  display: inline-flex;
  margin-top: 15px;
}
.ex-next {
  background: #edf4ff;
  border: 0;
  box-shadow: none;
  border-radius: 24px;
}
.ex-next-green {
  background: #e6f4e9;
}
.ex-next-amber {
  background: #fff3d4;
}
.ex-next-spark {
  font-size: 25px;
  color: #1859e8;
}
.ex-next-amber .ex-next-spark {
  color: #87600c;
}
.ex-next h2 {
  font-weight: 750;
}
.ex-next .button {
  width: 100%;
}
.ex-at-glance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 26px;
}
.ex-at-glance button {
  min-width: 0;
  border: 1px solid #e0e7f1;
  background: white;
  border-radius: 17px;
  padding: 20px 10px;
  text-align: left;
  color: #24324c;
  cursor: pointer;
}
.ex-at-glance strong {
  display: block;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 750;
  margin-bottom: 7px;
  color: #1859e8;
}
.ex-at-glance span {
  font-size: 11px;
  line-height: 1.5;
  display: block;
  color: #58667d;
}
.ex-at-glance button:hover {
  border-color: #a9c4f8;
  background: #f8fbff;
}
.ex-attention {
  display: flex;
  gap: 14px;
  background: #fff6df;
  border: 1px solid #f0d991;
  border-radius: 18px;
  padding: 19px;
  margin-bottom: 24px;
}
.ex-attention > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #745314;
  background: #fbe8ac;
  font-weight: 800;
  flex: none;
}
.ex-attention strong {
  font-size: 14px;
}
.ex-attention p {
  font-size: 12px;
  line-height: 1.6;
  color: #6b5b36;
  margin: 6px 0;
}
.ex-foundations,
.ex-schedule-card {
  background: white;
  border: 1px solid #e0e7f1;
  border-radius: 22px;
  padding: 24px;
  margin: 24px 0;
}
.ex-foundations .ex-section-heading {
  align-items: center;
  margin: 0 0 12px;
  gap: 16px;
}
.ex-foundations .eyebrow,
.ex-discover .eyebrow {
  font-size: 9px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.ex-foundations h2,
.ex-schedule-card h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 750;
  margin: 0;
}
.ex-foundations > p,
.ex-schedule-card > p {
  font-size: 14px;
  color: #58667d;
  line-height: 1.65;
  margin: 12px 0 20px;
}
.ex-foundations .button {
  font-size: 13px;
  width: 100%;
}
.ex-foundations > small {
  display: block;
  color: #69758a;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 13px;
}
.ex-check-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 21px;
}
.ex-check-chips span {
  font-size: 10px;
  padding: 7px 9px;
  border-radius: 8px;
  background: #f1f4f9;
  color: #626e82;
}
.ex-check-chips span.is-done {
  color: #24713e;
  background: #edf7ef;
}
.ex-upcoming {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 23px 0;
}
.ex-upcoming-icon {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #edf4ff;
  color: #1859e8;
}
.ex-upcoming-icon svg {
  width: 23px;
  height: 23px;
}
.ex-upcoming strong {
  font-size: 14px;
  text-transform: capitalize;
}
.ex-upcoming p {
  font-size: 13px;
  line-height: 1.6;
  color: #53617a;
  margin: 7px 0;
}
.ex-upcoming small {
  font-size: 10px;
  color: #65728a;
}
.ex-quota {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  border-top: 1px solid #e9edf5;
  padding-top: 17px;
  font-size: 11px;
}
.ex-quota span {
  color: #68758a;
}
.ex-quota strong {
  font-weight: 650;
}
.ex-discover h2 {
  font-size: 25px;
  font-weight: 750;
  line-height: 1.2;
}
.surface-workspace .ex-tool {
  border-radius: 20px;
  box-shadow: none;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.surface-workspace .ex-tool:hover {
  background: #f8fbff;
  border-color: #a9c4f8;
}
.ex-tool-icon svg {
  width: 26px;
  height: 26px;
}

.planner-page .intro {
  margin-bottom: 25px;
}
.planner-page .activity-tabs {
  margin-bottom: 26px;
}
.planner-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.planner-heading > div {
  min-width: 0;
}
.planner-heading h2 {
  font-size: 25px;
  font-weight: 750;
  line-height: 1.2;
  margin: 0;
}
.planner-heading .eyebrow {
  font-size: 9px;
  color: #416097;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.planner-heading .text-button {
  flex: none;
  font-size: 12px;
}
.planner-start {
  background: #edf4ff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid #dbe7fa;
  margin-bottom: 34px;
}
.planner-start .ex-tool-icon {
  width: 44px;
  height: 44px;
  font-size: 26px;
  margin-bottom: 20px;
}
.planner-start h2 {
  font-size: 27px;
  line-height: 1.15;
  font-weight: 750;
  margin: 0 0 12px;
}
.planner-start p {
  font-size: 14px;
  color: #52617b;
  line-height: 1.65;
  margin: 0 0 23px;
}
.planner-start-actions {
  display: grid;
  gap: 12px;
}
.planner-start-actions .button {
  width: 100%;
  font-size: 13px;
}
.planner-start-actions .text-button {
  font-size: 12px;
  text-align: center;
}
.planner-composer {
  border-radius: 24px;
  background: white;
  border: 1px solid #e0e7f1;
  padding: 25px;
  margin-bottom: 35px;
}
.planner-compose-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.planner-compose-fields {
  min-width: 0;
}
.planner-compose-fields > .button {
  width: 100%;
  font-size: 13px;
}
.planner-ideas {
  border: 1px solid #e1e8f5;
  background: #f6f9ff;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 23px;
}
.planner-ideas summary {
  font-size: 13px;
  font-weight: 700;
  color: #1a4fad;
  cursor: pointer;
  min-height: 26px;
  line-height: 1.5;
}
.planner-ideas .field {
  background: white;
}
.planner-ideas .text-button {
  font-size: 12px;
}
.planner-draft-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 10px;
  color: #63708a;
  margin: 9px 0 17px;
}
.planner-preview {
  border: 1px solid #dadce0;
  border-radius: 17px;
  overflow: hidden;
  background: white;
  align-self: start;
  font-family: Arial, sans-serif;
  min-width: 0;
}
.planner-preview-label {
  padding: 10px 15px;
  background: #f5f7fa;
  color: #69717e;
  font:
    10px/1.5 Arial,
    sans-serif;
  border-bottom: 1px solid #e7ebf1;
}
.planner-google-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
}
.planner-google-heading .google-mark {
  width: 28px;
  height: 28px;
}
.planner-google-heading strong {
  display: block;
  font:
    600 14px/1.4 Arial,
    sans-serif;
  color: #202124;
  overflow-wrap: anywhere;
}
.planner-google-heading span {
  display: block;
  font:
    11px/1.5 Arial,
    sans-serif;
  color: #70757a;
  margin-top: 3px;
}
.planner-preview > p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    14px/1.65 Arial,
    sans-serif;
  color: #3c4043;
  padding: 0 17px 18px;
  margin: 0;
  max-height: 460px;
  overflow: auto;
}
.planner-preview > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}
.planner-preview-bottom {
  display: flex;
  justify-content: space-between;
  padding: 13px 17px;
  border-top: 1px solid #eee;
  font:
    11px/1.5 Arial,
    sans-serif;
  color: #70757a;
}
.planner-schedule {
  border-top: 1px solid #e4eaf4;
  margin-top: 27px;
  padding-top: 25px;
}
.planner-schedule > .eyebrow {
  font-size: 9px;
  color: #416097;
}
.planner-schedule > .field {
  max-width: 350px;
}
.planner-schedule > .button {
  width: 100%;
  font-size: 14px;
}
.planner-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 13px 0;
}
.planner-shortcuts button {
  padding: 10px 12px;
  min-height: 40px;
  border: 1px solid #dae4f5;
  border-radius: 10px;
  background: #f5f8ff;
  color: #2454aa;
  font-size: 11px;
  cursor: pointer;
}
.planner-shortcuts button:hover {
  background: #e7efff;
}
.planner-consent-hint {
  font-size: 11px;
  line-height: 1.6;
  color: #68758a;
  margin-top: 13px;
}
.planner-agenda {
  margin: 0 0 25px;
}
.planner-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: white;
  border: 1px solid #e0e7f1;
  border-radius: 15px;
  margin-bottom: 18px;
}
.planner-month .icon-btn {
  color: #1859e8;
  font-size: 20px;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 11px;
}
.planner-month label {
  min-width: 0;
  flex: 1;
  max-width: 250px;
}
.planner-month input {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 8px;
  font-size: 15px;
  text-align: center;
  font-weight: 650;
  color: #24324c;
  min-width: 0;
}
.planner-filters {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 3px 3px 12px;
  overscroll-behavior-x: contain;
}
.planner-filters button {
  flex: none;
  min-height: 40px;
  padding: 9px 13px;
  font-size: 12px;
  border: 1px solid #e0e7f1;
  background: white;
  border-radius: 30px;
  color: #54617a;
  cursor: pointer;
}
.planner-filters button[aria-pressed="true"] {
  background: #1859e8;
  color: white;
  border-color: #1859e8;
}
.planner-count {
  font-size: 11px;
  color: #67748c;
  margin: 5px 0 22px;
}
.planner-timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 21px;
}
.planner-timeline > li {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 12px;
  position: relative;
}
.planner-date {
  padding-top: 13px;
  position: relative;
  z-index: 1;
  background: #f8fafd;
  height: fit-content;
}
.planner-date strong {
  font-size: 12px;
  font-weight: 750;
  display: block;
  text-transform: capitalize;
}
.planner-date span {
  display: block;
  font-size: 11px;
  color: #68758a;
  margin-top: 4px;
}
.planner-entry {
  min-width: 0;
  border: 1px solid #e0e7f1;
  border-radius: 18px;
  background: white;
  padding: 19px;
}
.planner-entry-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.planner-status {
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 8px;
  font-weight: 700;
  background: #edf1f7;
  color: #53617b;
}
.planner-status.draft {
  background: #fff2cf;
  color: #755717;
}
.planner-status.scheduled {
  background: #edf3ff;
  color: #1859e8;
}
.planner-status.attention {
  background: #ffecdf;
  color: #964712;
}
.planner-status.sent {
  background: #e7f4ec;
  color: #24703f;
}
.planner-status.cancelled {
  background: #f0f2f5;
  color: #68758a;
}
.planner-photo-label {
  font-size: 9px;
  color: #67748c;
}
.planner-entry > p {
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.65;
  color: #45546f;
  margin: 0 0 13px;
  overflow-wrap: anywhere;
}
.planner-entry > img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
  margin: 0 0 15px;
}
.planner-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.planner-entry-actions .button {
  width: 100%;
  font-size: 11px;
  min-height: 46px;
  padding: 12px;
}
.planner-entry-actions .text-button {
  font-size: 11px;
  min-height: 40px;
  text-align: left;
}
.planner-entry-actions .planner-cancel {
  color: #7b5660;
}
.planner-issue {
  font-size: 12px;
  padding: 13px;
  background: #fff4e6;
  border-radius: 10px;
  color: #795522;
  margin: 10px 0;
}
.planner-issue small {
  display: block;
  margin-top: 8px;
  line-height: 1.55;
}
.planner-empty {
  border: 1px dashed #c8d6ed;
  background: #f5f8ff;
  padding: 28px;
  border-radius: 21px;
  text-align: center;
}
.planner-empty > span {
  font-size: 28px;
  color: #4575c8;
}
.planner-empty h3 {
  font-size: 21px;
  margin: 13px 0 10px;
  font-weight: 730;
  line-height: 1.25;
}
.planner-empty p {
  font-size: 13px;
  color: #5e6c83;
  line-height: 1.6;
}
.planner-demo {
  padding: 18px;
  background: #f1f4f8;
  border-radius: 13px;
  margin: 30px 0;
  font-size: 12px;
  color: #53617a;
}
.planner-demo summary {
  cursor: pointer;
  font-weight: 650;
  min-height: 24px;
}
.planner-demo p {
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0;
}
.planner-demo .button {
  font-size: 12px;
}
@media (min-width: 761px) {
  .surface-workspace .ex-home,
  .surface-workspace .planner-page {
    max-width: 1050px;
  }
  .surface-workspace .ex-home h1 {
    font-size: 40px;
  }
  .ex-welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .ex-welcome .ex-plan {
    margin: 0;
    flex: none;
  }
  .ex-welcome .eyebrow {
    max-width: none;
  }
  .ex-next {
    padding: 30px;
  }
  .ex-next .button {
    width: auto;
    min-width: 280px;
  }
  .ex-at-glance {
    gap: 17px;
  }
  .ex-at-glance button {
    padding: 23px;
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .ex-at-glance strong {
    font-size: 35px;
    margin: 0;
  }
  .ex-at-glance span {
    font-size: 12px;
  }
  .ex-foundations,
  .ex-schedule-card {
    padding: 30px;
  }
  .ex-foundations .button {
    width: auto;
  }
  .planner-start {
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
  }
  .planner-start p {
    margin-bottom: 0;
  }
  .planner-composer {
    padding: 32px;
  }
  .planner-compose-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 28px;
  }
  .planner-schedule > .button {
    width: auto;
    min-width: 270px;
  }
  .planner-timeline > li {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
  }
  .planner-date {
    padding-top: 20px;
  }
  .planner-date strong {
    font-size: 15px;
  }
  .planner-entry {
    padding: 24px;
  }
  .planner-entry-actions .button {
    width: auto;
  }
  .planner-entry > p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .surface-workspace .ex-home h1 {
    font-size: 31px;
  }
  .ex-at-glance {
    gap: 6px;
  }
  .ex-at-glance button {
    padding: 16px 9px;
  }
  .ex-at-glance strong {
    font-size: 27px;
  }
  .ex-at-glance span {
    font-size: 10px;
  }
  .ex-foundations,
  .ex-schedule-card {
    padding: 20px;
  }
  .ex-foundations h2 {
    font-size: 22px;
  }
  .planner-heading {
    align-items: flex-start;
    gap: 12px;
  }
  .planner-heading h2 {
    font-size: 22px;
  }
  .planner-heading .text-button {
    font-size: 10px;
  }
  .planner-start,
  .planner-composer {
    padding: 20px;
  }
  .planner-timeline > li {
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 9px;
  }
  .planner-date strong {
    font-size: 10px;
  }
  .planner-entry {
    padding: 15px;
  }
  .planner-entry-actions .button {
    font-size: 10px;
  }
  .planner-entry > p {
    font-size: 12px;
  }
}
@media (min-width: 1100px) {
  .surface-workspace .ex-home .ex-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }
  .surface-workspace .ex-home .ex-tool {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 23px;
    position: relative;
  }
  .surface-workspace .ex-home .ex-tool-copy {
    min-width: 0;
    width: 100%;
  }
  .surface-workspace .ex-home .ex-tool-arrow {
    position: absolute;
    right: 20px;
    top: 24px;
  }
  .surface-workspace .ex-home .ex-tool h3 {
    font-size: 17px;
    line-height: 1.25;
  }
}

/* The studio keeps real photos intact and makes layout choices visible. */
.studio-appearance {
  border: 0;
  padding: 0;
  margin: 28px 0;
  min-width: 0;
}
.studio-appearance legend {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 16px;
}
.studio-layouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.studio-layout {
  border: 2px solid #e1e6ef;
  border-radius: 18px;
  padding: 14px;
  cursor: pointer;
  position: relative;
  color: #344052;
  background: #fff;
}
.studio-layout.selected {
  border-color: #2563eb;
  background: #f3f7ff;
}
.studio-layout:focus-within {
  outline: 3px solid #95b8ff;
  outline-offset: 3px;
}
.studio-layout input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.studio-layout strong,
.studio-layout small {
  display: block;
}
.studio-layout strong {
  font-weight: 800;
  margin-top: 12px;
  font-size: 15px;
}
.studio-layout small {
  color: #616d7f;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 4px;
}
.studio-layout-drawing {
  height: 78px;
  background: #eef3fb;
  display: flex;
  gap: 5px;
  border-radius: 7px;
  padding: 18px 7px 7px;
  border-top: 9px solid #5380e3;
}
.studio-layout-drawing i {
  flex: 1;
  background: linear-gradient(145deg, #c5d1e0 50%, #a4b6cd 50%);
  border-radius: 3px;
}
.studio-layout-drawing i + i {
  background: linear-gradient(145deg, #8daaf1 50%, #5077d1 50%);
}
.studio-layout-drawing.editorial {
  border-top: 0;
  padding: 16px 0 9px;
  background: #fff;
  border-radius: 0;
}
.studio-layout-drawing.stacked {
  flex-direction: column;
  padding-top: 5px;
}
.studio-palettes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.studio-palette {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid #dce3ee;
  border-radius: 100px;
  font-size: 13px;
  cursor: pointer;
  min-height: 44px;
}
.studio-palette input {
  margin: 0;
  accent-color: #2563eb;
}
.studio-palette span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2563eb;
}
.studio-palette.green span {
  background: #13734a;
}
.studio-palette.terracotta span {
  background: #aa482e;
}
.studio-palette.ink span {
  background: #24272c;
}
.studio-palette:has(input:checked) {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}
.studio-page .studio-library .section-title {
  flex-wrap: wrap;
  gap: 12px;
}
.studio-page .studio-library .section-title h2 {
  margin: 0;
}
@media (max-width: 520px) {
  .studio-layouts {
    gap: 7px;
  }
  .studio-layout {
    padding: 9px;
    border-radius: 12px;
  }
  .studio-layout strong {
    font-size: 12px;
  }
  .studio-layout small {
    display: none;
  }
  .studio-layout-drawing {
    height: 66px;
  }
  .studio-palettes {
    gap: 8px;
  }
  .studio-palette {
    padding: 8px;
    font-size: 12px;
  }
}

.page-editor-status {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 25px 0;
}
.page-editor-status p {
  color: #657083;
  font-size: 13px;
  margin: 0;
}
.page-editor-section {
  border: 1px solid #dfe6f1;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  margin: 14px 0;
}
.page-editor-section > summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 23px;
  cursor: pointer;
  list-style: none;
}
.page-editor-section > summary::-webkit-details-marker {
  display: none;
}
.page-editor-section > summary strong {
  font-size: 18px;
  font-weight: 800;
  display: block;
}
.page-editor-section > summary small {
  display: block;
  margin-top: 5px;
  color: #687488;
  font-size: 13px;
  line-height: 1.5;
}
.page-editor-number {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 11px;
  background: #edf3ff;
  color: #2563eb;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}
.page-editor-chevron {
  margin-left: auto;
  color: #657083;
  font-size: 22px;
}
.page-editor-section[open] .page-editor-chevron {
  transform: rotate(45deg);
}
.page-editor-content {
  padding: 0 26px 27px;
  border-top: 1px solid #edf0f5;
}
.page-editor-content > .edit-label:first-child {
  margin-top: 22px;
}
.page-style-choices {
  border: 0;
  padding: 0;
  margin: 24px 0;
  min-width: 0;
}
.page-style-choices legend {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 13px;
}
.page-layout-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.page-layout-choice {
  position: relative;
  padding: 16px;
  background: #fafcff;
  border: 2px solid #e3e9f2;
  border-radius: 16px;
  cursor: pointer;
}
.page-layout-choice.selected {
  border-color: #2563eb;
  background: #f1f6ff;
}
.page-layout-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-layout-choice:focus-within {
  outline: 3px solid #acc4fb;
  outline-offset: 3px;
}
.page-layout-choice strong,
.page-layout-choice small {
  display: block;
}
.page-layout-choice strong {
  font-size: 16px;
  font-weight: 800;
  margin: 12px 0 5px;
}
.page-layout-choice small {
  font-size: 12px;
  color: #657083;
  line-height: 1.5;
}
.page-layout-sketch {
  height: 86px;
  display: flex;
  gap: 10px;
  padding: 12px;
  background: white;
  border-radius: 9px;
  border-top: 9px solid #edf1f8;
}
.page-layout-sketch i {
  flex: 1;
  display: block;
  background: repeating-linear-gradient(
    to bottom,
    #b9c9e5 0,
    #b9c9e5 5px,
    transparent 5px,
    transparent 12px
  );
}
.page-layout-sketch b {
  flex: 1;
  display: block;
  background: linear-gradient(145deg, #96b2ee 50%, #5f85d6 50%);
  border-radius: 4px;
}
.page-layout-sketch.editorial {
  flex-direction: column;
}
.page-theme-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.page-theme-choice {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid #dde5f1;
  border-radius: 12px;
  font-size: 13px;
  cursor: pointer;
  min-height: 48px;
}
.page-theme-choice:has(input:checked) {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}
.page-theme-choice input {
  margin: 0;
  accent-color: #2563eb;
}
.page-theme-choice span {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #2563eb;
  flex-shrink: 0;
}
.page-theme-choice.green span {
  background: #13734a;
}
.page-theme-choice.terracotta span {
  background: #aa482e;
}
.page-theme-choice.ink span {
  background: #24272c;
}
.page-photo-picker {
  min-height: 190px;
  background: #f8faff;
  border: 1.5px dashed #becce2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  padding: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-photo-picker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-photo-picker strong {
  font-size: 15px;
  font-weight: 750;
}
.page-photo-picker small {
  color: #69778c;
  font-size: 13px;
}
.page-photo-symbol {
  color: #4775cc;
  font-size: 36px;
}
.page-photo-picker img {
  max-height: 260px;
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.page-photo-picker:focus-within {
  outline: 3px solid #acc4fb;
  outline-offset: 3px;
}
.page-photo-picker > span:last-of-type:not(.page-photo-symbol) {
  color: #2563eb;
  font-size: 14px;
  font-weight: 750;
}
.page-service-row {
  padding: 20px;
  margin: 21px 0;
  border: 1px solid #e3e9f3;
  background: #fbfcff;
  border-radius: 16px;
}
.page-service-row .section-title {
  margin: 0;
}
.page-service-row .section-title strong {
  font-size: 14px;
  font-weight: 800;
}
.page-service-row .text-button {
  font-size: 12px;
}
.page-legal-fields {
  margin-top: 24px;
  border-top: 1px solid #e4eaf3;
  padding-top: 5px;
}
.page-save-bar {
  padding: 20px 0 10px;
}
.page-save-bar p {
  font-size: 13px;
  color: #63738b;
  margin: 0 0 13px;
}
.page-save-bar .studio-primary {
  margin-top: 0;
}
.page-preview-browser {
  border: 1px solid #dce4ef;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 50px #2336550b;
}
.page-preview-bar {
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f1f4f9;
  color: #7d8da5;
  font-size: 10px;
  border-bottom: 1px solid #e0e6ef;
}
.page-preview-bar span {
  letter-spacing: 4px;
}
.page-preview-bar p {
  font-size: 11px;
  margin: 0;
  color: #52627b;
}
.page-preview-content {
  --page-accent: #2563eb;
  --page-soft: #edf3ff;
  padding: 35px 28px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 25px;
  align-items: center;
}
.page-preview-content.green {
  --page-accent: #13734a;
  --page-soft: #eaf5ef;
}
.page-preview-content.terracotta {
  --page-accent: #aa482e;
  --page-soft: #fbede6;
}
.page-preview-content.ink {
  --page-accent: #24272c;
  --page-soft: #f0f0ed;
}
.page-preview-city {
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 800;
}
.page-preview-content h2 {
  font:
    800 25px/1.12 system-ui,
    sans-serif;
  letter-spacing: -0.04em;
  margin: 10px 0 15px;
}
.page-preview-content p {
  font-size: 11px;
  line-height: 1.75;
  color: #607086;
  margin: 0;
  white-space: pre-line;
}
.page-preview-content img {
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 1;
  object-fit: cover;
}
.page-preview-cta {
  display: inline-block;
  margin-top: 18px;
  background: var(--page-accent);
  color: white;
  padding: 10px 14px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 750;
}
.page-preview-placeholder {
  background: var(--page-soft);
  border-radius: 17px;
  padding: 25px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--page-accent);
}
.page-preview-placeholder strong {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}
.page-preview-content.editorial {
  grid-template-columns: 1fr;
  text-align: center;
}
.page-preview-content.editorial img {
  aspect-ratio: 2.3;
}
.page-preview-content.editorial .page-preview-placeholder {
  display: none;
}
@media (max-width: 520px) {
  .page-editor-status {
    align-items: flex-start;
    gap: 10px;
  }
  .page-editor-status p {
    font-size: 11px;
  }
  .page-editor-section > summary {
    padding: 18px 15px;
    gap: 10px;
  }
  .page-editor-section > summary strong {
    font-size: 16px;
  }
  .page-editor-section > summary small {
    font-size: 12px;
  }
  .page-editor-number {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .page-editor-content {
    padding: 0 16px 21px;
  }
  .page-layout-choice {
    padding: 12px;
  }
  .page-layout-choice small {
    font-size: 11px;
  }
  .page-layout-sketch {
    height: 70px;
  }
  .page-theme-choices {
    grid-template-columns: 1fr;
  }
  .page-theme-choice {
    font-size: 13px;
  }
  .page-photo-picker {
    padding: 18px 12px;
  }
  .page-service-row {
    padding: 15px;
  }
  .page-service-row .section-title {
    gap: 10px;
  }
  .page-preview-content {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }
  .page-preview-content img {
    aspect-ratio: 1.4;
  }
  .page-preview-content.editorial {
    text-align: left;
  }
  .page-preview-content.editorial img {
    aspect-ratio: 1.4;
  }
}

.profile-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0;
}
.profile-progress span {
  font-size: 12px;
  font-weight: 650;
  padding: 8px 12px;
  border-radius: 100px;
  background: #f0f3f8;
  color: #67758b;
}
.profile-progress span.done {
  background: #eaf5ed;
  color: #237a4a;
}
.profile-progress span.pending {
  background: #fff4df;
  color: #896122;
}
.profile-editor .card {
  border-radius: 23px;
  padding: 28px;
  margin-bottom: 20px;
}
.profile-editor .section-title {
  margin-top: 0;
}
.profile-editor .card h2 {
  font-size: 23px;
  font-weight: 850;
}
.profile-current {
  background: #f6f8fc;
  border: 1px solid #e4eaf3;
  padding: 15px 17px;
  border-radius: 13px;
  font-size: 13px;
  margin: 20px 0;
}
.profile-current summary {
  cursor: pointer;
  font-weight: 700;
}
.profile-current p {
  white-space: pre-line;
  margin: 14px 0 0;
  color: #66758a;
}
.profile-editor .counter {
  text-align: left;
  color: #5f7087;
  font-size: 12px;
  margin: 10px 0 21px;
}
.profile-editor .field {
  font-size: 16px;
  line-height: 1.65;
}
.profile-description-card > .button.secondary {
  width: auto;
  min-width: 0;
  font-size: 13px;
}
.profile-new-service {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #dbe5f7;
  border-radius: 17px;
  background: #f7faff;
}
.profile-new-service .section-title {
  margin: 0;
}
.profile-new-service .section-title strong {
  font-size: 14px;
  font-weight: 800;
}
.profile-new-service .text-button {
  font-size: 12px;
}
.profile-draft-save {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 10px 0 20px;
}
.profile-draft-save .text-button {
  font-size: 14px;
}
.profile-draft-save span {
  font-size: 12px;
  color: #65758e;
}
@media (max-width: 520px) {
  .profile-progress {
    gap: 7px;
  }
  .profile-progress span {
    font-size: 11px;
    padding: 8px 10px;
  }
  .profile-editor .card {
    padding: 21px 18px;
  }
  .profile-new-service {
    padding: 17px 14px;
  }
  .profile-new-service .section-title {
    gap: 10px;
  }
  .profile-description-card > .button.secondary {
    width: 100%;
  }
}

.reports-page .report-picker {
  display: flex;
  gap: 22px;
  align-items: flex-end;
  padding: 26px;
  border: 1px solid #dfe6f1;
  border-radius: 21px;
  background: white;
  margin: 30px 0 24px;
}
.report-picker > div {
  flex: 1;
}
.report-picker .edit-label {
  margin-top: 0;
}
.report-picker .button {
  width: auto;
  min-width: 200px;
  margin-bottom: 1px;
}
.report-history-picker {
  max-width: 400px;
  margin-bottom: 38px;
}
.report-history-picker .edit-label {
  font-size: 13px;
}
.report-overview {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  margin: 32px 0 24px;
}
.report-overview .eyebrow {
  margin: 0 0 10px;
}
.report-overview h2 {
  font-size: 31px;
  font-weight: 850;
  text-transform: capitalize;
}
.report-demo-note {
  border-radius: 13px;
  padding: 13px 16px;
  background: #fff6e2;
  color: #816532;
  font-size: 13px;
  margin-bottom: 24px;
}
.report-primary-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 23px 0;
}
.report-metric {
  padding: 23px 18px;
  border: 1px solid #dce5f1;
  border-radius: 20px;
  background: #fff;
  min-width: 0;
}
.report-metric-label {
  display: block;
  font-size: 12px;
  color: #50617b;
  line-height: 1.5;
  min-height: 36px;
}
.report-metric > strong {
  display: block;
  font-size: 39px;
  line-height: 1.25;
  font-weight: 850;
  color: #2563eb;
  letter-spacing: -0.045em;
  margin: 10px 0;
  overflow-wrap: anywhere;
}
.report-metric.calls > strong {
  color: #168351;
}
.report-metric.website > strong {
  color: #aa6820;
}
.report-metric.directions > strong {
  color: #9861cf;
}
.report-data-note {
  font-size: 11px;
  color: #6e7d94;
  line-height: 1.5;
  display: block;
}
.report-change {
  font-size: 11px;
  font-weight: 700;
  color: #63738c;
  margin: 13px 0 0;
}
.report-change.positive {
  color: #247649;
}
.report-chart-card,
.report-actions-card {
  border: 1px solid #dfe6f1;
  border-radius: 23px;
  background: #fff;
  padding: 27px;
  margin: 24px 0;
}
.report-chart-card .section-title {
  margin: 0 0 20px;
  align-items: center;
}
.report-chart-card .section-title h2,
.report-actions-card h2 {
  font-size: 23px;
  font-weight: 850;
}
.report-chart-card .section-title > span {
  font-size: 12px;
  color: #6d7d94;
  white-space: nowrap;
}
.report-chart-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.report-chart-tabs button {
  padding: 10px 15px;
  min-height: 43px;
  border: 1px solid #e0e7f2;
  border-radius: 11px;
  background: #f8faff;
  color: #5d6e88;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.report-chart-tabs button.active {
  background: #eaf1ff;
  border-color: #9dbaf6;
  color: #1d5ce4;
}
.report-chart-figure {
  margin: 26px 0 17px;
}
.report-chart-figure svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.report-chart-figure text {
  fill: #6c7c93;
  font:
    11px system-ui,
    sans-serif;
}
.report-chart-figure figcaption {
  font-size: 11px;
  color: #748198;
  margin-top: 12px;
}
.report-definition,
.report-comparison-note {
  font-size: 12px;
  color: #63758f;
  line-height: 1.75;
}
.report-comparison-note {
  margin-top: 10px;
  font-size: 11px;
}
.report-chart-empty {
  background: #f7f9fd;
  border: 1px dashed #dfe6f0;
  border-radius: 17px;
  text-align: center;
  padding: 35px 24px;
  margin: 25px 0;
}
.report-chart-empty > span {
  display: block;
  font-size: 40px;
  color: #8aa1c7;
  margin-bottom: 15px;
}
.report-chart-empty h3 {
  font-size: 18px;
  font-weight: 800;
}
.report-chart-empty p {
  font-size: 13px;
  color: #6e7d94;
  line-height: 1.7;
  margin: 12px auto 0;
  max-width: 440px;
}
.report-daily-values,
.report-all-metrics {
  font-size: 13px;
  margin-top: 24px;
}
.report-daily-values > summary,
.report-all-metrics > summary {
  cursor: pointer;
  font-weight: 700;
  color: #506784;
  min-height: 35px;
}
.report-table-scroll {
  overflow: auto;
  max-width: 100%;
}
.report-table-scroll table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 12px;
}
.report-table-scroll th,
.report-table-scroll td {
  text-align: left;
  padding: 10px 13px;
  border-bottom: 1px solid #e6ecf5;
}
.report-table-scroll th {
  font-weight: 650;
}
.report-table-scroll caption {
  text-align: left;
  color: #6e7d94;
  font-size: 11px;
  margin-bottom: 9px;
}
.report-table-scroll thead {
  background: #f3f6fb;
  color: #526985;
}
.report-action-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #edf1f7;
}
.report-action-row strong {
  font-size: 14px;
  font-weight: 750;
}
.report-action-row small {
  display: block;
  font-size: 12px;
  color: #6b7d96;
  margin-top: 5px;
}
.report-action-row b {
  font-size: 21px;
  color: #2864d9;
}
.report-actions-card > .ex-small {
  margin-top: 22px;
}
.report-next-card {
  background: #edf4ff;
  padding: 29px;
  border-radius: 23px;
  margin: 25px 0;
}
.report-next-card .eyebrow {
  color: #5277af;
  margin: 0 0 16px;
}
.report-next-card h2 {
  font-size: 26px;
  font-weight: 850;
}
.report-next-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.report-next-card li {
  padding-left: 17px;
  border-left: 3px solid #a6c2f9;
}
.report-next-card li strong {
  font-size: 14px;
  font-weight: 750;
}
.report-next-card li p {
  font-size: 12px;
  color: #64799a;
  line-height: 1.7;
  margin: 8px 0 0;
}
.report-next-card > .ex-small {
  margin-top: 20px;
}
.report-footnote {
  font-size: 12px;
  color: #6d7d94;
  line-height: 1.75;
  margin: 27px 0;
}
.report-download {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.report-download .button {
  width: auto;
}
.report-download p {
  font-size: 12px;
  color: #728098;
}
.report-empty {
  padding: 48px 30px;
  background: white;
  border: 1px solid #dfe6f1;
  border-radius: 23px;
  text-align: center;
  margin-top: 30px;
}
.report-empty > span {
  font-size: 54px;
  color: #8ba3c7;
}
.report-empty h2 {
  font-size: 26px;
  margin: 20px 0 18px;
  font-weight: 850;
}
.report-empty p {
  color: #667b97;
  max-width: 530px;
  margin: 14px auto;
  line-height: 1.7;
}
@media (max-width: 650px) {
  .reports-page .report-picker {
    padding: 21px;
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
  }
  .report-picker .button {
    width: 100%;
  }
  .report-primary-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .report-metric {
    padding: 20px 16px;
  }
  .report-metric > strong {
    font-size: 34px;
  }
  .report-overview h2 {
    font-size: 27px;
  }
  .report-chart-card,
  .report-actions-card {
    padding: 23px 18px;
  }
  .report-chart-card .section-title {
    align-items: flex-start;
    gap: 12px;
  }
  .report-chart-card .section-title h2 {
    font-size: 21px;
  }
  .report-chart-tabs {
    gap: 6px;
  }
  .report-chart-tabs button {
    font-size: 11px;
    padding: 10px 12px;
  }
  .report-chart-empty {
    padding: 29px 17px;
  }
  .report-next-card {
    padding: 25px 20px;
  }
  .report-next-card ul {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .report-next-card h2 {
    font-size: 25px;
  }
  .report-download {
    display: block;
  }
  .report-download .button {
    width: 100%;
  }
  .report-download p {
    text-align: center;
    margin-top: 13px;
  }
  .report-table-scroll th,
  .report-table-scroll td {
    padding: 9px;
  }
  .report-overview .ex-plan {
    font-size: 10px;
  }
  .report-empty {
    padding: 35px 23px;
  }
}

.publication-slot-note {
  margin: 20px 0;
  padding: 20px;
  background: #f0f6ff;
  border: 1px solid #d7e7ff;
  border-radius: 18px;
  color: #243957;
}
.publication-slot-note > strong {
  font-size: 15px;
  font-weight: 800;
}
.publication-slot-note > p {
  font-size: 13px;
  line-height: 1.65;
  margin: 8px 0;
}
.publication-slot-note .field {
  background: white;
  max-width: 100%;
  font-size: 13px;
  text-overflow: ellipsis;
}
.publication-slot-note details {
  margin-top: 14px;
  font-size: 12px;
}
.publication-slot-note details p {
  padding: 12px;
  background: white;
  border-radius: 10px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.publication-slot-note .ex-small {
  margin-bottom: 0;
}
.profile-conflict h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.profile-conflict p {
  line-height: 1.7;
}
.profile-conflict .button {
  margin-top: 14px;
}

.platform-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.platform-heading h1 {
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 850;
  margin: 8px 0 16px;
}
.platform-heading > div > p:last-child {
  color: #66758b;
  font-size: 15px;
}
.platform-heading > .button {
  width: auto;
  white-space: nowrap;
}
.platform-stamp {
  color: #79869a;
  font-size: 12px;
  margin: 25px 0 18px;
}
.platform-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.platform-numbers > article {
  padding: 22px;
  background: white;
  border: 1px solid #e0e8f3;
  border-radius: 20px;
}
.platform-numbers article > span {
  font-size: 12px;
  font-weight: 750;
  color: #526580;
  display: block;
}
.platform-numbers article > strong {
  font-size: 40px;
  color: #216bed;
  display: block;
  line-height: 1.4;
  margin: 8px 0;
}
.platform-numbers article > p {
  font-size: 12px;
  line-height: 1.5;
  color: #738198;
}
.platform-numbers .text-button {
  font-size: 12px;
  margin-top: 12px;
}
.platform-health {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 25px 0;
}
.platform-check {
  background: white;
  border: 1px solid #e0e8f3;
  border-radius: 18px;
  padding: 22px;
}
.platform-check > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.platform-check strong {
  font-size: 13px;
}
.platform-check b {
  margin-left: auto;
  font-size: 11px;
  color: #41618a;
  background: #edf4ff;
  border-radius: 20px;
  padding: 5px 9px;
  white-space: nowrap;
}
.platform-check p {
  font-size: 12px;
  line-height: 1.7;
  margin: 12px 0 0;
  color: #748299;
}
.platform-status-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #4285f4;
}
.platform-check.good .platform-status-dot {
  background: #169764;
}
.platform-check.good b {
  color: #10764c;
  background: #e9f8ef;
}
.platform-check.attention .platform-status-dot {
  background: #edac24;
}
.platform-check.attention b {
  color: #8c600d;
  background: #fff4dc;
}
.platform-followup {
  background: white;
  border: 1px solid #e0e8f3;
  border-radius: 22px;
  padding: 25px;
  margin-top: 25px;
}
.platform-followup .section-title {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.platform-followup .section-title > span {
  font-size: 12px;
  color: #718098;
}
.platform-table {
  overflow: auto;
  margin: 20px 0;
}
.platform-table table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  min-width: 600px;
}
.platform-table th,
.platform-table td {
  text-align: left;
  vertical-align: top;
  padding: 15px 12px;
  border-bottom: 1px solid #e8eef7;
}
.platform-table th {
  font-weight: 750;
}
.platform-table td:last-child {
  max-width: 260px;
  overflow-wrap: anywhere;
}
.platform-table thead {
  color: #7083a0;
  background: #f6f9ff;
}
.platform-empty {
  padding: 35px;
  background: #f5f9ff;
  border-radius: 16px;
  text-align: center;
  color: #61748e;
  margin: 20px 0;
}
.platform-empty > span {
  display: block;
  font-size: 30px;
  color: #15895b;
  margin-bottom: 10px;
}
.platform-empty p {
  font-size: 14px;
}
.platform-demo {
  font-size: 12px;
  margin: 24px 0;
  color: #728097;
}
.platform-demo summary {
  font-weight: 700;
  cursor: pointer;
}
.platform-demo p {
  margin-top: 12px;
  line-height: 1.7;
}
@media (max-width: 650px) {
  .platform-heading {
    display: block;
  }
  .platform-heading h1 {
    font-size: 32px;
  }
  .platform-heading > .button {
    margin-top: 20px;
  }
  .platform-numbers {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .platform-numbers > article {
    padding: 17px;
  }
  .platform-numbers article > strong {
    font-size: 34px;
  }
  .platform-health {
    grid-template-columns: 1fr;
  }
  .platform-check {
    padding: 18px;
  }
  .platform-followup {
    padding: 18px;
  }
  .platform-followup .section-title {
    display: block;
  }
  .platform-followup .section-title > span {
    display: block;
    margin-top: 12px;
  }
  .platform-stamp {
    line-height: 1.7;
  }
}
.workspace-connection-notice {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 14px 20px;
  border: 1px solid #f2d69d;
  border-radius: 14px;
  background: #fff8e8;
  color: #785216;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 650px) {
  .workspace-connection-notice {
    margin: 15px 20px 0;
  }
}

/* The score leads the dashboard, including the free plan. */
.profile-score {
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid #cbdcfa;
  border-radius: 24px;
  background: linear-gradient(145deg, #eff5ff, #fff 72%);
  color: #152541;
  box-shadow: 0 8px 25px #174c9809;
}
.score-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.score-top .eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: 1.1px;
  color: #2a538e;
}
.score-tag {
  font-size: 10px;
  font-weight: 750;
  border-radius: 20px;
  padding: 5px 9px;
  background: #fff;
  color: #315b91;
}
.score-main {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 22px;
  margin: 20px 0;
}
.score-dial {
  position: relative;
  width: 140px;
  aspect-ratio: 1;
}
.score-dial svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.score-dial circle {
  fill: none;
  stroke-width: 10;
}
.score-track {
  stroke: #dce8fc;
}
.score-fill {
  stroke: #1a73e8;
  stroke-linecap: round;
  animation: score-fill-in 0.7s ease-out both;
}
.score-complete .score-fill {
  stroke: #188038;
}
.score-dial > div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.score-dial strong {
  font-size: 50px;
  font-weight: 850;
  letter-spacing: -2px;
  line-height: 1;
  color: #0b57d0;
  font-variant-numeric: tabular-nums;
}
.score-dial span {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  color: #546781;
}
.profile-score .score-copy h2 {
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.7px;
  margin: 0 0 8px;
}
.score-copy p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #4c607c;
}
.score-trend {
  display: inline-block;
  font-size: 11px;
  font-weight: 750;
  padding: 6px 9px;
  border-radius: 8px;
  background: #e5edfa;
  color: #315277;
}
.score-trend.up {
  color: #146735;
  background: #def2e5;
}
.score-trend.down {
  color: #8c4106;
  background: #fff0d8;
}
.score-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 15px 0;
  border-top: 1px solid #dce7f7;
  border-bottom: 1px solid #dce7f7;
}
.score-counts > span {
  padding: 0 9px;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  color: #516482;
}
.score-counts > span + span {
  border-left: 1px solid #dce7f7;
}
.score-counts strong {
  display: block;
  color: #153960;
  font-size: 22px;
  font-weight: 800;
}
.score-coverage,
.profile-score .score-note {
  font-size: 11px;
  line-height: 1.5;
  color: #586e8b;
}
.score-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
.score-actions .button {
  flex: 1;
}
.score-actions .text-button {
  font-size: 12px;
}
.score-details {
  margin-top: 12px;
  font-size: 12px;
  color: #4c607c;
}
.score-details summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  min-height: 44px;
}
.score-details p {
  font-size: 12px;
  line-height: 1.65;
  margin: 8px 0;
}
.score-history {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.score-history li {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 0;
  gap: 2px 10px;
  border-bottom: 1px solid #e1e9f5;
}
.score-history small {
  grid-column: 1/-1;
}
.profile-score .score-note {
  margin: 9px 0 0;
}
.score-compact {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #eaf2ff;
  border: 1px solid #cbdcfa;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 20px;
}
.score-compact > div > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #315b91;
}
.score-compact strong {
  display: block;
  font-size: 36px;
  font-weight: 850;
  letter-spacing: -1px;
  color: #0b57d0;
}
.score-compact small {
  font-size: 16px;
}
.score-compact p {
  font-size: 12px;
  margin: 0;
}
.score-compact .text-button {
  font-size: 12px;
}
@keyframes score-fill-in {
  from {
    stroke-dasharray: 0 100;
  }
}
@media (max-width: 480px) {
  .profile-score {
    padding: 18px 16px;
  }
  .score-main {
    grid-template-columns: 114px minmax(0, 1fr);
    gap: 14px;
  }
  .score-dial {
    width: 114px;
  }
  .score-dial strong {
    font-size: 43px;
  }
  .profile-score .score-copy h2 {
    font-size: 21px;
  }
  .score-trend {
    font-size: 10px;
  }
  .score-actions {
    flex-direction: column;
    gap: 0;
  }
  .score-actions .button {
    width: 100%;
  }
  .score-actions .text-button {
    margin-top: 5px;
  }
  .score-compact {
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .score-fill {
    animation: none;
  }
}

/* Guided missions: real progress, no paid points or artificial streaks. */
.score-milestones {
  margin: 22px 0;
}
.score-milestones > p {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
  font-size: 12px;
  color: #344f71;
  margin: 0 0 12px;
}
.score-milestones > p > span {
  margin-left: auto;
  font-size: 11px;
}
.score-milestones ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.score-milestones li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 12px 3px;
  border-radius: 16px;
  background: #e9eff8;
  border: 1px solid transparent;
  color: #516784;
}
.score-milestones li > span:first-child {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
}
.score-milestones li > strong {
  font-size: 16px;
  font-weight: 800;
}
.score-milestones li > small {
  text-align: center;
  font-size: 10px;
  font-weight: 650;
}
.score-milestones .is-next {
  background: #fff6d9;
  border-color: #edcd78;
  color: #735319;
}
.score-milestones .is-earned {
  background: #dff3e8;
  color: #17643d;
}
.score-milestones .is-earned > span:first-child {
  background: #197747;
  color: #fff;
}
.score-milestones .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.journey-board {
  margin: 0 0 28px;
  padding: 25px;
  background: #fff;
  border: 1px solid #e0e7ee;
  border-radius: 26px;
  color: #172a43;
}
.journey-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.journey-heading .eyebrow {
  color: #27579c;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.journey-heading h2 {
  font-size: 30px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin: 0;
}
.journey-tally {
  font-size: 23px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
  color: #153760;
}
.journey-tally small {
  display: block;
  font-size: 10px;
  font-weight: 650;
}
.journey-intro {
  font-size: 14px;
  line-height: 1.6;
  color: #506279;
  margin: 14px 0 20px;
}
.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.journey-steps li {
  min-width: 0;
}
.journey-step {
  --journey-ink: #1556b6;
  --journey-bg: #eaf2ff;
  --journey-line: #cddffb;
  width: 100%;
  height: 100%;
  min-height: 177px;
  text-align: left;
  font: inherit;
  color: #20334c;
  padding: 15px 12px;
  border: 1px solid var(--journey-line);
  border-radius: 19px;
  background: var(--journey-bg);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.journey-yellow {
  --journey-ink: #8a5e05;
  --journey-bg: #fff7df;
  --journey-line: #f1dfab;
}
.journey-red {
  --journey-ink: #b63c3b;
  --journey-bg: #fff0ed;
  --journey-line: #f4d3cd;
}
.journey-green {
  --journey-ink: #157146;
  --journey-bg: #e9f7ee;
  --journey-line: #cce8d7;
}
.journey-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.journey-symbol {
  color: var(--journey-ink);
  display: flex;
}
.journey-symbol svg {
  width: 32px;
  height: 32px;
}
.journey-stamp {
  color: var(--journey-ink);
  font-size: 10px;
  font-weight: 800;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffffb0;
  display: grid;
  place-items: center;
}
.journey-step > strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}
.journey-step-status {
  display: block;
  font-size: 11px;
  color: #405673;
  margin: 6px 0 10px;
}
.journey-track {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.journey-track rect {
  fill: #ffffffc7;
}
.journey-track .journey-track-fill {
  fill: var(--journey-ink);
}
.journey-step > small {
  display: block;
  font-size: 9px;
  color: #53667b;
  margin-top: 6px;
}
.journey-step.is-complete {
  box-shadow: inset 0 0 0 1px #197747;
}
.journey-step.is-complete .journey-stamp {
  color: #fff;
  background: #197747;
  font-size: 15px;
}
.journey-step.is-complete .journey-step-status {
  font-weight: 750;
  color: #17613c;
}
.journey-step.is-skipped {
  --journey-ink: #586775;
  --journey-bg: #f3f5f7;
  --journey-line: #e1e5e9;
}
.journey-next {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 20px;
  background: #f0f5ff;
}
.journey-next-star {
  display: grid;
  place-items: center;
  flex: 0 0 43px;
  height: 43px;
  border-radius: 14px;
  background: #ffd86f;
  color: #483400;
  font-size: 29px;
  transform: rotate(-6deg);
}
.journey-next > div {
  min-width: 0;
}
.journey-next > div > span {
  color: #295a97;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
}
.journey-next h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  margin: 8px 0;
  letter-spacing: -0.4px;
}
.journey-next p {
  font-size: 13px;
  line-height: 1.55;
  color: #495e78;
  margin: 0 0 16px;
}
.journey-next .button {
  min-height: 47px;
  padding: 12px 24px;
}
.journey-footnote {
  color: #536579;
  font-size: 11px;
  line-height: 1.5;
  margin: 16px 0 0;
}
.journey-compact {
  padding: 20px;
}
.journey-compact .journey-heading h2 {
  font-size: 25px;
}
.diagnostic-group {
  scroll-margin-top: 30px;
  border-radius: 18px;
}
.journey-highlight {
  animation: journey-focus 1.4s ease-out;
}
.journey-celebration {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 130;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(405px, calc(100vw - 32px));
  padding: 20px 40px 20px 18px;
  border-radius: 22px;
  border: 1px solid #a8d8b9;
  background: #f0fff5;
  color: #14472a;
  box-shadow: 0 14px 60px #103e282b;
  animation: journey-arrive 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.journey-reward {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #187545;
  color: white;
  font-weight: 850;
  font-size: 20px;
}
.journey-celebration strong {
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}
.journey-celebration p {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0;
}
.journey-earned {
  font-size: 15px;
  font-weight: 850;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}
.journey-earned > span {
  font-size: 12px;
  font-weight: 650;
  align-self: center;
}
.journey-dismiss {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #275e3e;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
}
.journey-confetti {
  position: absolute;
  inset: -45px -4px 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 22px;
}
.journey-confetti i {
  --confetti: #4285f4;
  position: absolute;
  left: calc(6% + var(--i) * 10%);
  top: 45px;
  width: 7px;
  height: 12px;
  background: var(--confetti);
  opacity: 0;
  animation: journey-confetti 0.9s calc(var(--i) * 0.035s) ease-out both;
}
.journey-confetti i:nth-child(3n) {
  --confetti: #ea4335;
}
.journey-confetti i:nth-child(3n + 1) {
  --confetti: #fbbc04;
}
.journey-confetti i:nth-child(4n) {
  --confetti: #34a853;
}
.journey-step:focus-visible,
.journey-dismiss:focus-visible {
  outline: 3px solid #155ec5;
  outline-offset: 3px;
}
@keyframes journey-focus {
  from {
    box-shadow: 0 0 0 5px #f7ca6280;
  }
  to {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes journey-arrive {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes journey-confetti {
  0% {
    opacity: 0;
    transform: translateY(20px) rotate(0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) rotate(160deg);
  }
}
@media (hover: hover) {
  .journey-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 15px #23457513;
  }
}
@media (max-width: 650px) {
  .journey-board {
    padding: 20px 16px;
  }
  .journey-heading h2 {
    font-size: 26px;
  }
  .journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journey-step {
    min-height: 165px;
    padding: 14px;
  }
  .journey-next {
    padding: 18px 14px;
    gap: 11px;
  }
  .journey-next h3 {
    font-size: 19px;
  }
  .journey-next-star {
    flex-basis: 30px;
    height: 30px;
    font-size: 23px;
    border-radius: 10px;
  }
  .journey-celebration {
    right: 16px;
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 360px) {
  .journey-heading {
    align-items: flex-start;
  }
  .journey-heading .eyebrow {
    font-size: 9px;
  }
  .journey-tally {
    font-size: 20px;
  }
  .journey-tally small {
    font-size: 9px;
  }
  .journey-step {
    padding: 12px 10px;
  }
  .journey-next-star {
    display: none;
  }
  .journey-next .button {
    width: 100%;
  }
  .journey-celebration {
    gap: 8px;
    padding-left: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey-step,
  .journey-track-fill {
    transition: none;
  }
  .journey-step:hover {
    transform: none;
  }
  .journey-celebration,
  .journey-highlight,
  .journey-confetti i {
    animation: none;
  }
  .journey-confetti {
    display: none;
  }
}

.journey-confetti i:nth-child(1) {
  --i: 0;
}
.journey-confetti i:nth-child(2) {
  --i: 1;
}
.journey-confetti i:nth-child(3) {
  --i: 2;
}
.journey-confetti i:nth-child(4) {
  --i: 3;
}
.journey-confetti i:nth-child(5) {
  --i: 4;
}
.journey-confetti i:nth-child(6) {
  --i: 5;
}
.journey-confetti i:nth-child(7) {
  --i: 6;
}
.journey-confetti i:nth-child(8) {
  --i: 7;
}
.journey-confetti i:nth-child(9) {
  --i: 8;
}
.surface-onboarding .journey-celebration {
  bottom: calc(180px + env(safe-area-inset-bottom, 0px));
}

/* Retained work stays readable and belongs visibly to one profile. */
.content-scope{display:flex;align-items:center;gap:12px;padding:14px 16px;margin:20px 0;border:1px solid #dce5f2;background:#fff;border-radius:18px}
.content-scope>span{display:grid;place-items:center;width:36px;height:36px;flex:none;background:#f4f7ff;border-radius:12px}
.content-scope svg{width:22px;height:22px}
.content-scope>div{flex:1;min-width:0;display:grid;gap:3px}
.content-scope small{font-size:12px;color:#526175}
.content-scope strong{font-size:15px;line-height:1.4;overflow-wrap:anywhere}
.content-scope .text-button,.content-copy .text-button,.reply-followup .text-button{min-height:44px;white-space:normal}
.content-copy{margin-top:8px;min-width:0}
.content-copy [hidden]{display:none!important}
.content-copy textarea{display:block;width:100%;box-sizing:border-box;resize:vertical;margin:8px 0;font-size:16px;line-height:1.5}
.content-text{white-space:pre-wrap;overflow-wrap:anywhere}
.retained-content{margin:20px 0}
.retained-content h2,.reply-followup h2{font-size:22px;line-height:1.3}
.reply-followup{margin-top:28px}
.reply-followup .job-card{display:block;margin:16px 0}
.reply-followup .planner-status{display:table;margin:10px 0}
.reply-followup .button,.reply-followup .text-button{max-width:100%}
.planner-issue .text-button{min-height:44px;white-space:normal}
.planner-issue small{display:block;line-height:1.5}
@media(max-width:480px){.content-scope{flex-wrap:wrap}.content-scope>div{flex-basis:calc(100% - 48px)}.content-scope>.text-button{margin-left:48px;text-align:left}.reply-followup .button{width:100%}}

.planner-month .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.content-copy .text-button{font-size:14px;font-weight:650;color:#2459cb}
.planner-heading .text-button{font-size:14px;min-height:44px}
@media(max-width:480px){
 .planner-month{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:4px;padding:8px}
 .planner-month input{padding:8px 0;font-size:14px;min-height:44px}
 .planner-timeline>li{grid-template-columns:minmax(0,1fr);gap:8px}
 .planner-timeline .planner-date{display:flex;gap:10px;align-items:baseline;text-align:left;padding:0 4px}
 .planner-date strong{font-size:14px}.planner-date span{font-size:12px}
 .planner-entry>p{font-size:16px;line-height:1.6}
 .planner-entry-actions .button{font-size:14px;min-height:44px}
}

.planner-entry[id]{scroll-margin-top:130px}.planner-entry[id]:focus{outline:3px solid #2563eb;outline-offset:4px}
.studio-photo-existing .studio-result{margin:18px auto}.studio-photo-existing>.button{margin-top:12px}.studio-photo-existing .content-text{font-size:16px}
#studio-schedule-photo>[data-studio="refresh-photo-schedule"]{min-height:44px;font-size:14px;color:#2459cb}

.studio-steps{scroll-margin-top:125px}.studio-steps:focus{outline:0}
/* The account and an individual business have separate navigation contexts. */
.workspace-context{display:flex;align-items:center;gap:10px;padding:14px 24px;border-bottom:1px solid #e2e8f1;background:#fff;position:relative;z-index:26}
.context-return{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#eef3fc;color:#185abc}
.context-business{min-width:0;flex:1}.context-business small{display:block;color:#65748b;font-size:11px;margin-bottom:3px}.context-business strong{display:block;font-size:14px;font-weight:750;overflow-wrap:anywhere}
.context-account{flex:1;font-size:14px}.workspace-mobile-menu{flex-shrink:0}.workspace-mobile-menu summary{display:flex;gap:4px;align-items:center;min-height:44px;padding:9px;border:1px solid #dce4f0;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.workspace-mobile-menu summary::-webkit-details-marker{display:none}.workspace-mobile-menu summary .icon{width:16px;height:16px}.workspace-mobile-menu[open] summary{background:#e8f0fe;color:#185abc}.workspace-mobile-menu nav{position:absolute;right:16px;left:16px;top:calc(100% - 4px);padding:14px;border:1px solid #dce4f0;border-radius:16px;background:#fff;box-shadow:0 16px 40px #253c631c;max-height:65dvh;overflow-y:auto;overscroll-behavior:contain}
.workspace-mobile-menu nav button{display:flex;align-items:center;gap:12px;width:100%;min-height:46px;background:none;text-align:left;padding:10px 12px;color:#40516c;font-size:14px;font-weight:650;border-radius:10px}.workspace-mobile-menu nav button[aria-current]{background:#e8f0fe;color:#185abc}.workspace-menu-group{display:grid;gap:3px}.rail-group-label{font-size:10px;letter-spacing:.9px;font-weight:750;color:#758297;margin:18px 12px 5px}.workspace-menu-group:first-child .rail-group-label{margin-top:0}
.account-intro{max-width:620px;color:#64738a;line-height:1.6;font-size:17px;margin:16px 0 28px}.account-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border:1px solid #dfe7f2;border-radius:22px;padding:24px;margin:24px 0 36px;gap:20px}.account-overview>div{display:grid;align-content:start;gap:7px;min-width:0}.account-overview strong{font-size:32px;font-weight:850;letter-spacing:-1px;overflow-wrap:anywhere}.account-overview span,.account-overview small{font-size:12px;color:#63728a;line-height:1.5}.account-section-title{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:14px}.account-section-title h2{font-size:22px;letter-spacing:-.6px}.account-business-list{display:grid;gap:12px}.account-business-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid #dfe7f2;border-radius:18px;background:#fff}.account-business-name{display:flex;gap:14px;align-items:center;min-width:0}.account-business-name .google-mark{flex-shrink:0}.account-business-name h3{font-size:16px;line-height:1.4;overflow-wrap:anywhere}.account-business-name p{color:#6b778a;font-size:13px;margin:4px 0 0}.account-business-card .button{flex-shrink:0;width:auto;margin:0;font-size:13px;min-height:44px}.account-next{display:flex;align-items:center;gap:24px;justify-content:space-between;background:#eaf2ff;border:1px solid #d3e2fa;border-radius:22px;padding:26px;margin:30px 0 18px}.account-next h2{font-size:21px}.account-next p{color:#536880;font-size:14px;line-height:1.6;margin:8px 0 0;max-width:560px}.account-next .button{flex-shrink:0;width:auto;margin:0}.account-footnote{font-size:12px;line-height:1.7;color:#748095}.account-settings-links{display:grid;gap:12px;margin-bottom:30px}.account-settings-links .button{margin:0}.account-settings .card p{font-size:14px;color:#64738a;margin:12px 0 20px}
@media(max-width:599px){.workspace-context{padding:10px 16px;gap:8px}.context-business strong{font-size:13px}.context-return{flex-basis:38px;width:38px}.account-overview{padding:18px;gap:16px;grid-template-columns:1fr 1fr}.account-overview>div:last-child{grid-column:1/-1;border-top:1px solid #e5eaf3;padding-top:16px}.account-overview strong{font-size:29px}.account-business-card,.account-next{align-items:stretch;flex-direction:column;gap:18px;padding:20px}.account-business-card .button,.account-next .button{width:100%}.account-section-title h2{font-size:19px}.account-intro{font-size:15px}.surface-workspace .bottom-nav .nav-item{font-size:10px;line-height:1.25;padding:9px 3px;overflow-wrap:anywhere}}
@media(min-width:1000px){.workspace-context{margin:0 42px;padding:14px 0;background:transparent;z-index:auto}.workspace-context[data-context-scope="account"]{display:none}.workspace-mobile-menu{display:none}.context-business{display:flex;align-items:center;gap:12px}.context-business small{margin:0}.context-business strong{font-size:15px}.workspace-sidebar{overflow-y:auto;overscroll-behavior:contain;padding:22px 16px}.workspace-sidebar .site-brand{flex-shrink:0;background:none;text-align:left}.workspace-sidebar .rail-label{margin:28px 12px 14px}.workspace-sidebar .rail-return{background:none;text-align:left;color:#506987;font-size:12px;min-height:44px;padding:10px 4px;margin:16px 0 4px;font-weight:650}.rail-business{display:flex;align-items:flex-start;gap:10px;padding:13px 10px 17px;margin-bottom:10px;border-bottom:1px solid #e5eaf3}.rail-business>div{min-width:0}.rail-business strong{display:block;font-size:13px;line-height:1.4;font-weight:750;overflow-wrap:anywhere}.rail-business small{display:block;font-size:11px;color:#758297;line-height:1.4;margin-top:4px}.rail-business .google-mark{flex-shrink:0}.workspace-sidebar nav{gap:0}.workspace-sidebar nav button{min-height:42px;padding:10px 12px;font-size:13px;gap:11px;line-height:1.35}.workspace-sidebar nav button span{min-width:0;overflow-wrap:anywhere}.workspace-sidebar nav .icon{flex-shrink:0;width:18px;height:18px}.workspace-sidebar .rail-bottom{margin-top:24px;gap:12px;padding:18px 12px 0}.workspace-sidebar .rail-group-label{font-size:9px;margin-top:19px}.surface-workspace .workspace-context+.page{padding-top:32px}}

/* Free optimization: one category per screen, with an accessible mobile sub-menu. */
.optimization-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 28px}.optimization-tile{display:flex;flex-direction:column;gap:9px;text-align:left;padding:22px;border:1px solid #dce4ef;border-radius:20px;background:#fff;color:#20324c;min-width:0;transition:box-shadow .18s,transform .18s}.optimization-tile:hover{box-shadow:0 8px 26px #24477816;transform:translateY(-2px)}.optimization-tile:focus-visible{outline:3px solid #1a73e8;outline-offset:3px}.optimization-tile>strong{font-size:18px;font-weight:780;line-height:1.3}.optimization-tile>span:not(.optimization-tile-top){font-size:14px}.optimization-tile small{font-size:13px;color:#5e6c80}.optimization-tile-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px}.optimization-tile-top>strong{font-size:25px;letter-spacing:-.6px}.optimization-tile.is-complete{border-color:#a8d9b9;background:#f7fcf8}.optimization-tile progress{width:100%;height:6px;border:0;border-radius:6px;overflow:hidden;background:#edf1f6;accent-color:#1a73e8;margin:5px 0}.optimization-tile progress::-webkit-progress-bar{background:#edf1f6}.optimization-tile progress::-webkit-progress-value{background:#1a73e8}.optimization-tile.is-complete progress::-webkit-progress-value{background:#188038}.optimization-tile-link{font-weight:750;color:#185abc;margin-top:auto;padding-top:5px}.optimization-business-name{font-weight:700;color:#53657d;overflow-wrap:anywhere}.optimization-section-score{padding:22px 24px;background:#eef4ff;border-radius:20px;margin-bottom:20px}.optimization-section-score>div{display:flex;align-items:center;gap:14px}.optimization-section-score strong{font-size:32px;letter-spacing:-1px}.optimization-section-score>div>span{font-weight:750}.optimization-section-score p{margin:10px 0;font-size:15px}.optimization-category-body>.easy-details,.optimization-category-body>.pm-panel{margin:16px 0}.optimization-category .pm-panel>summary{font-weight:750;font-size:17px}.optimization-next{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:26px 0}.optimization-checks>div>span{display:block;font-size:13px;color:#617086;margin-top:5px}.optimization-submenu{display:grid;gap:2px;margin:2px 0 10px 21px;border-left:2px solid #e1e9f5;padding-left:5px}.workspace-sidebar nav .optimization-submenu button,.workspace-mobile-menu nav .optimization-submenu button{font-size:12px;min-height:42px;padding:8px}.optimization-submenu .icon{display:none}.optimization-maintenance .button{margin-right:8px}.optimization-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.optimization-media figure{margin:0;min-width:0;background:#eef2f7;border-radius:12px;overflow:hidden}.optimization-media img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.optimization-media figcaption{font-size:12px;padding:8px;font-weight:700}.optimization-category-body .pm-date-parts{min-width:0}.optimization-category-body .pm-date-parts>*{min-width:0}
@media(max-width:540px){.optimization-grid{gap:10px}.optimization-tile{padding:14px;border-radius:16px}.optimization-tile>strong{font-size:16px}.optimization-tile-top>strong{font-size:22px}.optimization-tile small{font-size:12px}.optimization-tile-top .easy-step-number{width:30px;height:30px;font-size:14px}.optimization-section-score{padding:18px}.optimization-category h1{font-size:30px}.optimization-category .optimization-next>*{width:100%}.optimization-media{grid-template-columns:repeat(2,minmax(0,1fr))}.optimization-category-body .pm-panel>div{padding:14px}.optimization-category-body .pm-date-parts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.optimization-tile{transition:none}.optimization-tile:hover{transform:none}}

/* Completed fields remain in the payload, outside the focused optimization UI. */
[data-pm-point][hidden] { display: none !important; }

/* Shared workspace frame: Mon assistant is the reference for every section.
   The shell owns horizontal spacing; feature styles only arrange their contents. */
.surface-workspace {
  --workspace-width: 1160px;
  --workspace-gutter: 20px;
}
.surface-workspace #app > .page {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--workspace-width);
  margin-inline: auto;
  padding-inline: var(--workspace-gutter);
}
.surface-workspace #app > .app-header {
  padding-inline: max(var(--workspace-gutter), calc((100% - var(--workspace-width)) / 2 + var(--workspace-gutter)));
}
.surface-workspace #app > .workspace-context {
  margin-inline: max(var(--workspace-gutter), calc((100% - var(--workspace-width)) / 2 + var(--workspace-gutter)));
  padding-inline: 0;
}
@media (min-width: 600px) and (max-width: 999px) {
  .surface-workspace {
    --workspace-width: 780px;
    --workspace-gutter: 24px;
  }
}
@media (min-width: 1000px) {
  .surface-workspace { --workspace-gutter: 42px; }
}
.context-google-sync{display:block;max-width:100%;overflow-wrap:anywhere}
@media(min-width:1000px){.context-business{flex-wrap:wrap}.context-business .context-google-sync{flex-basis:100%;font-size:11px}}
/* Manual publication management uses the shared workspace margins. */
[data-manual-posts]{min-width:0}.mp-heading{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:20px 0}.mp-heading h2{margin:0}.mp-heading p{margin:8px 0}.mp-editor,.mp-draft{margin:24px 0;padding:24px}.mp-editor form{display:grid;gap:16px}.mp-fields,.mp-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mp-post{min-width:0;padding:20px}.mp-preview{min-width:0;overflow-wrap:anywhere}.mp-preview img{width:100%;max-height:260px;object-fit:cover;border-radius:16px;margin:12px 0}.mp-business{display:flex;gap:10px;align-items:center}.mp-business>span{font:bold 24px Arial;color:#4285f4}.mp-message{white-space:pre-wrap}.mp-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:16px 0}.mp-preview-action{display:inline-block;border:1px solid #d7dfec;border-radius:20px;padding:8px 20px;color:#1769e0;font-weight:700}.mp-photo-picker{display:flex;overflow-x:auto;gap:10px;padding:8px 0;max-width:100%}.mp-photo{flex:0 0 70px;padding:0;height:70px;border:2px solid #d7dfec;border-radius:12px;overflow:hidden}.mp-photo img{width:100%;height:100%;object-fit:cover}.mp-automation{margin-top:28px;padding:24px;background:#edf3ff;border-radius:20px}.mp-draft summary{cursor:pointer;padding:10px 0}.mp-editor .easy-details{min-width:0}.mp-published{margin-top:32px}.mp-editor [hidden]{display:none!important}.mp-editor input,.mp-editor textarea,.mp-editor select{width:100%;min-width:0;box-sizing:border-box}
@media(max-width:700px){.mp-fields,.mp-post-grid{grid-template-columns:1fr}.mp-editor,.mp-draft,.mp-post{padding:18px}.mp-actions .button{flex:1}.mp-editor .button{width:100%}}

.mp-business img.mp-google-icon{width:24px;height:24px;object-fit:contain;margin:0;border-radius:0}

.optimization-next[hidden]{display:none!important}.mp-post:not([data-expanded]) .mp-message{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.mp-post[data-expanded] .mp-message{display:block}

/* Private development follow-up: the same workspace margins, mobile cards. */
.coverage-panel {overflow-wrap:anywhere}.coverage-checks summary,.coverage-ticket summary{cursor:pointer;font-weight:750;padding:16px 0}.coverage-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.coverage-check-grid article{border:1px solid #dce4f4;border-radius:16px;padding:16px;background:#f8faff}.coverage-check-grid small,.coverage-ticket summary small{display:block;margin-top:6px;color:#56637d}.coverage-ticket{border-top:1px solid #dce4f4;margin-top:12px}.coverage-ticket summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.coverage-ticket summary b{font-size:.8rem;color:#1558bc;flex:0 0 auto;white-space:nowrap}.coverage-ticket-body{padding:0 4px 20px}.coverage-ticket-body label{display:grid;gap:8px;margin:16px 0;font-weight:700}.coverage-ticket-body code{white-space:normal}.coverage-ticket-body .field{width:100%;min-width:0}.coverage-ticket-body li{margin:8px 0}.coverage-ticket-body li small{color:#56637d}@media(max-width:600px){.coverage-check-grid{grid-template-columns:1fr}.coverage-ticket summary{align-items:flex-start}.coverage-ticket-body .button{width:100%}}

/* V52: generous touch targets and a consistent rhythm inside the shared frame. */
.surface-workspace { --control-height: 48px; --content-gap: 20px; }
.surface-workspace .page { padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)); }
.surface-workspace :is(button,summary,a,input,select,textarea) { -webkit-tap-highlight-color: transparent; }
.surface-workspace .text-button { min-height: 44px; padding-block: 10px; line-height: 1.45; }
.surface-workspace :is(button,a,input,select,textarea,summary):focus-visible { outline: 3px solid #93baff; outline-offset: 3px; }
.surface-workspace .pm-field { gap: 10px; line-height: 1.5; }
.surface-workspace :is(.pm-field,.bm-field,.pm-hour-row label) > :is(input,select) { min-height: var(--control-height); }
.surface-workspace .pm-panel form { gap: var(--content-gap); }
.surface-workspace .pm-panel form > :is(p,.button) { margin-block: 0; }
.surface-workspace .pm-panel form > .consent { padding-block: 4px; min-height: 44px; }
.surface-workspace [data-pm-preview]:empty { display: none; }
.surface-workspace .easy-details > summary { display: flex; align-items: center; gap: 10px; min-height: 44px; line-height: 1.45; }
.surface-workspace .easy-details > summary::before { content: '›'; flex: none; font-size: 22px; line-height: 1; transition: transform .15s; }
.surface-workspace .easy-details[open] > summary::before { transform: rotate(90deg); }
.surface-workspace .easy-details > summary::-webkit-details-marker { display: none; }
.surface-workspace .easy-details[open] > summary { margin-bottom: 18px; }
.surface-workspace .easy-details > p + :is(p,label,form,button) { margin-top: 16px; }
.surface-workspace .easy-details > .pm-field + .pm-field { margin-top: 18px; }
.optimization-business-name { display: none; }
.surface-workspace .optimization-category > h1 { margin-bottom: 28px; }
.surface-workspace .page h1[tabindex="-1"]:focus { outline: none; }
.optimization-category > .eyebrow { margin-top: 18px; margin-bottom: 10px; }
.optimization-category-body > .pm-panel { margin-block: 20px; }
.optimization-category .optimization-next { gap: 16px; }
.optimization-checks > div + div { margin-top: 16px; }
.optimization-maintenance { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.optimization-maintenance :is(h2,p) { margin: 0; }

[data-manual-posts] { display: flex; flex-direction: column; gap: 24px; }
.mp-intro { display: flex; align-items: center; gap: 16px; justify-content: space-between; }
.mp-intro p { margin: 0; font-size: 16px; line-height: 1.6; max-width: 48ch; }
.mp-free { flex: none; padding: 6px 12px; border-radius: 999px; background: #e9f6ed; color: #137333; font-size: 12px; font-weight: 750; }
[data-manual-posts] > .button { align-self: flex-start; width: auto; margin: 0; padding-inline: 24px; }
.mp-heading { margin: 0 0 20px; gap: 16px; align-items: flex-start; }
.mp-heading h2 { font-size: 23px; line-height: 1.3; }
.mp-heading > .text-button { flex: none; padding: 8px 12px; margin-top: -6px; border-radius: 12px; }
.mp-editor,.mp-draft { margin: 0; padding: 28px; }
.mp-editor-intro { margin: 0 0 24px; line-height: 1.6; color: #596981; }
.mp-editor form { gap: 22px; }
.mp-editor form > .ex-small { margin: 0; line-height: 1.6; }
.mp-editor form > .mp-counter { text-align: right; margin-top: -12px; font-size: 12px; color: #596981; }
.mp-editor .field { padding: 14px; line-height: 1.5; }
.mp-editor textarea { resize: vertical; min-height: 144px; scroll-margin-block: 100px; }
.mp-editor :is([data-mp-event],[data-mp-offer],[data-mp-action],.mp-options-body) { display: grid; gap: 18px; min-width: 0; }
.mp-editor [data-mp-event] > p { margin: 0; }
.mp-editor .mp-options { margin: 0; padding: 12px 18px; background: #f8faff; }
.mp-editor .mp-options > .mp-options-body { padding: 2px 0 10px; border: 0; font-size: 15px; }
.mp-options-body > p { margin: 0; }
.mp-photo-picker { padding: 6px 2px 10px; scroll-snap-type: x proximity; }
.mp-photo { scroll-snap-align: start; height: 80px; flex-basis: 80px; min-height: 80px; }
.mp-photo[aria-pressed="true"] { border: 3px solid #1a73e8; box-shadow: 0 0 0 2px #dce9ff; }
.mp-photo-choice { color: #137333 !important; font-weight: 700; }
.mp-photo-link summary { min-height: 44px; padding-block: 10px; color: #526681; cursor: pointer; line-height: 1.5; }
.mp-photo-link[open] summary { margin-bottom: 12px; }
.mp-drafts { display: grid; gap: 20px; }
.mp-drafts > h2 { margin: 8px 0 0; font-size: 23px; line-height: 1.3; }
.mp-draft > summary { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; padding: 0; min-height: 44px; scroll-margin-top: 100px; }
.mp-draft > summary span { font-size: 13px; color: #596981; }
.mp-draft[open] > .mp-preview { margin-top: 22px; }
.mp-draft .consent { margin: 22px 0 18px; padding: 18px; border: 1px solid #dce4ef; border-radius: 16px; background: #f8faff; font-size: 15px; line-height: 1.6; gap: 12px; cursor: pointer; }
.mp-draft .consent input { width: 22px; height: 22px; }
.mp-draft > .button { margin: 0; }
.mp-draft .mp-preview { padding: 18px; border: 1px solid #e0e7f0; border-radius: 16px; }
.mp-preview { display: flow-root; }
.mp-business { align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.mp-business strong { font-size: 15px; line-height: 1.5; }
.mp-business img.mp-google-icon { flex: 0 0 24px; margin-top: 1px; }
.mp-preview > :is(p,h3) { margin: 16px 0; line-height: 1.65; }
.mp-preview > .mp-preview-action { margin-top: 6px; }
.mp-published { margin: 8px 0 0; }
.mp-published > p { margin: 0 0 20px; line-height: 1.6; }
.mp-post { display: flex; flex-direction: column; padding: 24px; gap: 16px; }
.mp-post > :is(p,.text-button) { margin: 0; }
.mp-post > .ex-small { line-height: 1.6; color: #596981; }
.mp-post .mp-actions { margin-top: auto; }
.mp-actions { margin: 20px 0 0; gap: 12px; padding-top: 18px; border-top: 1px solid #e4eaf2; }
.mp-actions > button { min-height: 48px; padding: 12px 16px; border-radius: 12px; }
.mp-actions :is([data-mp-delete],[data-mp-remove]) { color: #a33d35; }
.mp-published > [data-mp-more] { margin-top: 20px; }
.mp-automation { margin: 8px 0 0; padding: 24px; }
.mp-automation strong { display: block; font-size: 17px; line-height: 1.45; }
.mp-automation p { margin: 12px 0 16px; line-height: 1.65; }
.mp-automation button { text-align: left; }
@media (max-width: 700px) {
 .surface-workspace .text-button { font-size: 14px; }
 .surface-workspace .bottom-nav .nav-item { min-width: 0; min-height: 54px; border-radius: 14px; }
 .surface-workspace .bottom-nav .nav-item.active { background: #edf3ff; }
 .surface-workspace .bottom-nav .nav-item.active::before { display: none; }
 .optimization-category > :is(.eyebrow,.optimization-business-name) { display: none; }
 .optimization-category > h1 { margin-top: 14px; }
 .mp-intro { gap: 12px; align-items: flex-start; }
 .mp-intro p { font-size: 15px; }
 [data-manual-posts] > .button { align-self: stretch; width: 100%; }
 .mp-editor,.mp-draft,.mp-post { padding: 20px; border-radius: 20px; }
 .mp-heading { align-items: center; flex-wrap: nowrap; }
 .mp-heading h2,.mp-drafts > h2 { font-size: 21px; }
 .mp-heading > .text-button { padding-inline: 8px; }
 .mp-editor .mp-options { padding-inline: 14px; }
 .mp-draft .mp-preview { padding: 16px; }
 .mp-draft .consent { padding: 14px; }
 .mp-draft > .button { width: 100%; }
 .mp-actions { align-items: stretch; }
 .mp-actions > button { flex: 1 1 110px; }
 .mp-automation { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) { .surface-workspace .easy-details > summary::before { transition: none; } }

/* Manual reviews share the same workspace frame and remain separate from automation. */
[data-manual-reviews]{display:grid;gap:24px;min-width:0}
.mr-toolbar{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) auto;align-items:end;gap:20px}
.mr-toolbar input,.mr-toolbar select{width:100%;min-width:0}
[data-mr-results],.mr-drafts{display:grid;gap:20px;min-width:0}
.mr-result-count{margin:0;font-size:14px;color:#5b6b80}
.mr-card,.mr-editor,.mr-draft{padding:26px;min-width:0;overflow-wrap:anywhere}
.mr-content{min-width:0}.mr-author{display:flex;gap:14px;align-items:center;margin-bottom:20px}
.mr-author>div{min-width:0}.mr-author h3{margin:0 0 6px;font-size:16px;line-height:1.5}.mr-author .avatar{flex-shrink:0}
.mr-author time{display:block;margin-top:4px;color:#68788e;font-size:12px}
.mr-comment,.mr-reply p,.mr-proposed p{white-space:pre-wrap;line-height:1.7;margin:0;font-size:16px}
.mr-reply{border-left:3px solid #4285f4;padding:18px 20px;background:#f1f5ff;border-radius:0 16px 16px 0;margin-top:22px}
.mr-reply strong,.mr-proposed strong{display:block;margin-bottom:8px;font-size:15px}.mr-reply-status{display:block;font-size:12px;line-height:1.5;color:#536985;margin-bottom:14px}
.mr-media{display:flex;gap:12px;overflow-x:auto;max-width:100%;margin-top:18px;padding-bottom:8px}
.mr-media a{display:block;flex-shrink:0}.mr-media img{height:96px;width:120px;object-fit:cover;border-radius:12px}.mr-media video{height:160px;max-width:100%;border-radius:12px}
.mr-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;border-top:1px solid #e5ebf4;padding-top:18px;margin-top:22px}
.mr-actions>.button{width:auto;margin:0}.mr-actions :is([data-mr-delete],[data-mr-remove]){color:#94473c}.mr-editor form{display:grid;gap:20px;margin-top:26px}
.mr-editor textarea{width:100%;min-height:150px;scroll-margin-block:100px}.mr-editor form>.button,.mr-editor form>p{margin:0}
.mr-history{margin:0}.mr-drafts{padding:0!important;border:0!important}.mr-draft summary{display:grid;gap:8px;cursor:pointer;min-height:48px;scroll-margin-top:100px}
.mr-draft summary>span{font-size:13px;color:#607087}.mr-draft[open]>.mr-content{margin-top:24px}.mr-proposed{margin:22px 0;padding:20px;border:1px solid #d1def5;border-radius:16px}
.mr-draft .consent{padding:16px;background:#f8faff;border:1px solid #dce4ef;border-radius:14px;gap:12px;margin:20px 0;line-height:1.6;font-size:15px;cursor:pointer}
.mr-draft .consent input{height:22px;width:22px}.mr-draft>.button{margin:0}
.guided-overview{margin:28px 0}.guided-overview h2{font-size:22px;margin-bottom:18px}.guided-overview ol{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.guided-overview li button{display:flex;gap:14px;width:100%;align-items:center;text-align:left;min-height:64px;padding:16px 20px;border:1px solid #dbe4f2;border-radius:18px;background:white;color:#202124;font:inherit}
.guided-overview li button>span:first-child{display:grid;place-items:center;background:#eaf1ff;border-radius:12px;min-width:36px;height:36px;font-weight:750;color:#1967d2}.guided-overview li button>span:last-child{margin-left:auto}.guided-overview>p{margin-top:16px;color:#62748c;line-height:1.6;font-size:14px}
.overview-manual{margin-top:30px}.overview-manual[open]>h2{font-size:20px;margin:24px 0 16px}.overview-manual .optimization-grid{padding:0;border:0}
@media(max-width:700px){.mr-toolbar{grid-template-columns:1fr;gap:18px}.mr-toolbar>.text-button{justify-self:start}.mr-card,.mr-editor,.mr-draft{padding:20px;border-radius:20px}.mr-actions{align-items:stretch;gap:12px}.mr-actions>.button{flex:1 1 100%;width:100%}.mr-reply{padding:16px}.mr-proposed{padding:16px}.mr-author{gap:12px}.mr-editor .mp-heading h2{font-size:20px}.mr-draft>.button{width:100%}.mr-history{padding:14px}.mr-drafts .mr-draft{padding:16px}.guided-overview li button{padding:14px}.guided-overview h2{font-size:20px}}

.mr-history :is(.mr-comment,.mr-proposed p,.mr-reply p){font-size:16px;line-height:1.7}
.mr-guided-editor{display:grid;gap:20px}.mr-guided-editor>.mr-content{padding:4px 0 18px;border-bottom:1px solid #e5ebf4}.mr-guided-editor>.pm-field,.mr-guided-editor>.service-ai-panel,.mr-guided-editor>.easy-service-navigation,.mr-guided-editor>.button,.mr-guided-editor>.ex-small{margin:0}.mr-guided-editor>.button{width:100%}

/* Secondary actions remain recognisable without competing with the primary CTA. */
.surface-workspace main :is(button.text-button,button.back) {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 min-height: 44px;
 max-width: 100%;
 padding: 10px 14px;
 border: 1px solid #b9ceec;
 border-radius: 12px;
 background: #edf4ff;
 color: #185abc;
 font-size: 14px;
 font-weight: 700;
 line-height: 1.45;
 text-decoration: none;
 white-space: normal;
 overflow-wrap: anywhere;
 vertical-align: middle;
 cursor: pointer;
}
.surface-workspace main :is(button.text-button,button.back):hover:not(:disabled) {
 background: #e0ecff;
 border-color: #92b5e6;
}
.surface-workspace main :is(button.text-button,button.back):focus-visible {
 outline: 3px solid #1a73e8;
 outline-offset: 3px;
}
.surface-workspace main :is(button.text-button,button.back):active:not(:disabled) { background: #d5e5fc; }
.surface-workspace main button.text-button:is([data-mp-delete],[data-mp-remove],[data-mr-delete],[data-mr-remove]) {
 color: #973c32;
 background: #fff4f2;
 border-color: #e2bcb6;
}
.surface-workspace main button.text-button:is([data-mp-delete],[data-mp-remove],[data-mr-delete],[data-mr-remove]):hover:not(:disabled) { background: #ffe8e3; border-color: #d6978c; }
.surface-workspace main :is(button.text-button,button.back):disabled {
 opacity: 1;
 color: #788291;
 background: #f1f3f6;
 border-color: #d7dde6;
 cursor: not-allowed;
}
.surface-workspace main > button.optimization-return { min-height: 48px; margin: 0 0 8px; text-align: left; }
@media (min-width: 1000px) {
 .surface-workspace main > button.optimization-return { display: none; }
 .surface-workspace .optimization-category > .eyebrow { margin-top: 0; }
}

/* Shared information links live with navigation, not in account settings. */
.workspace-legal-links { display: grid; gap: 4px; }
.workspace-legal-links button {
 display: flex;
 align-items: center;
 width: 100%;
 min-height: 44px;
 padding: 10px 12px;
 border-radius: 10px;
 background: transparent;
 color: #526681;
 font-size: 13px;
 font-weight: 650;
 line-height: 1.4;
 text-align: left;
 cursor: pointer;
}
.workspace-legal-links button:hover { background: #edf4ff; color: #185abc; }
.workspace-legal-links button:focus-visible,
.workspace-sidebar .rail-bottom > a:focus-visible { outline: 3px solid #1a73e8; outline-offset: -3px; }
.workspace-mobile-menu .workspace-legal-links { margin-top: 12px; padding-top: 10px; border-top: 1px solid #e1e8f2; }
@media (min-width: 1000px) {
 .workspace-sidebar { overflow: hidden; }
 .workspace-sidebar > :not(nav) { flex-shrink: 0; }
 .workspace-sidebar > nav { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; align-content: start; }
 .workspace-sidebar .rail-bottom { flex-shrink: 0; margin-top: auto; padding: 12px 0 0; gap: 4px; background: #fff; }
 .workspace-sidebar .rail-bottom > a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 10px; color: #526681; font-size: 13px; font-weight: 650; line-height: 1.4; }
 .workspace-sidebar .rail-bottom > a:hover { background: #edf4ff; color: #185abc; }
}

/* Simple, one-at-a-time management of existing services. */
.service-list-items { display:grid; gap:12px; margin:20px 0; }
.service-list-item { min-width:0; border:1px solid #dbe4f2; border-radius:16px; background:#fff; overflow:hidden; }
.service-list-item > summary { padding:16px; min-height:52px; font-weight:750; cursor:pointer; overflow-wrap:anywhere; }
.service-list-item > div { display:grid; gap:16px; padding:4px 16px 20px; }
.service-list-item .pm-field { margin:0; }
.service-list-remove { display:flex; align-items:center; gap:12px; min-height:48px; padding:12px; border:1px solid #efd9d6; background:#fff7f5; border-radius:12px; color:#9d3329; font-weight:650; cursor:pointer; }
.service-list-remove input { flex-shrink:0; width:20px; height:20px; accent-color:#b3261e; }
.service-list-item .service-list-removal-note { margin:0; color:#9d3329; font-size:13px; }
.service-list-item .service-list-removal-note[hidden] { display:none; }
.service-list-item:has([name="removeService"]:checked) { border-color:#d39188; }
.service-list-item summary:focus-visible { outline:3px solid #1a73e8; outline-offset:-3px; }

/* Search updates only list results; writing areas remain in place. */
.content-search{display:grid;gap:10px;margin:24px 0 18px;min-width:0}.content-search label{font-weight:750;line-height:1.4}.content-search .field{width:100%;min-width:0;min-height:48px;margin:0;box-sizing:border-box;font-size:16px}.content-result-count{margin:16px 0;color:#53657d;font-size:14px}.content-more{min-height:48px;margin:20px 0;width:100%}.content-no-results{padding:22px;margin:18px 0}.content-active-reply{margin:24px 0 32px}.content-active-reply h2{margin-bottom:16px}.reply-followup{margin-top:36px}.reply-followup .job-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;margin:18px 0;overflow-wrap:anywhere}.reply-followup .job-card p{margin:0}.reply-followup .content-copy{width:100%}[data-browse-item]:focus{outline:3px solid #1a73e8;outline-offset:4px}.content-no-results .text-button{min-height:48px}
@media(max-width:600px){.reply-followup .job-card{padding:18px}.content-search{margin-top:20px}.reply-followup .job-card>.button{width:100%}}

/* Manual histories show short previews before opening a single operation. */
.manual-history{margin:28px 0}.manual-history>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:18px!important;flex-wrap:wrap}.manual-history>summary>span{font-size:13px;font-weight:650;color:#53657d}.manual-history-body{padding:0 20px 20px}.manual-history-toolbar{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;padding-top:8px}.manual-history-toolbar label{display:grid;gap:9px;font-weight:700;min-width:0}.manual-history-toolbar .field{width:100%;min-width:0;min-height:48px;margin:0;box-sizing:border-box;font-size:16px}.manual-history .mp-draft,.manual-history .mr-draft{margin:14px 0;padding:18px;min-width:0}.manual-history [data-history-row]>details>summary{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;min-height:48px;cursor:pointer}.manual-history-excerpt{flex-basis:100%;font-size:14px;line-height:1.5;font-weight:400;color:#53657d;overflow-wrap:anywhere}.manual-history-date{font-size:12px;font-weight:500;color:#53657d}.manual-history [data-history-row]>details[open]>summary{margin-bottom:20px}.manual-history-empty{padding:18px 0;line-height:1.6}.manual-history [data-history-row] summary:focus-visible{outline:3px solid #1a73e8;outline-offset:4px}.manual-history .consent{margin:20px 0}.manual-history .mp-actions,.manual-history .mr-actions{gap:14px}
@media(max-width:600px){.manual-history-toolbar{grid-template-columns:1fr}.manual-history-body{padding:0 14px 14px}.manual-history .mp-draft,.manual-history .mr-draft{padding:14px}.manual-history [data-history-row]>details>summary{min-height:52px}.manual-history [data-history-row]>.card>.button{width:100%}}

.manual-history [data-history-row]>details>summary::after{content:'⌄';margin-left:auto;color:#1769e0;font-size:22px;font-weight:700}.manual-history [data-history-row]>details[open]>summary::after{transform:rotate(180deg)}

.google-status-badge{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:700;line-height:1.4;margin:8px 0 2px;background:#fff4db;color:#855400;white-space:normal}.google-status-badge.ready{background:#e6f4ea;color:#137333}.google-status-badge.blocked{background:#fce8e6;color:#a5231c}.google-status-badge::before{content:'●';font-size:8px}.google-posting-notice{padding:20px;margin:20px 0 24px;border:1px solid #f0d3a1;border-radius:18px;background:#fff8ea;line-height:1.6}.google-posting-notice strong{display:block;font-weight:750}.google-posting-notice p{margin:8px 0}.google-posting-notice small{color:#65553d}.context-business .google-status-badge{margin:0 8px 0 0}.account-business-name .google-status-badge{align-self:flex-start}.location-option .google-status-badge{font-size:12px}

/* A local video is reviewed separately from the Google submission. */
.profile-video-editor{margin:16px 0 24px;padding:20px}.profile-video-editor>summary{cursor:pointer;font-weight:750;min-height:48px;display:flex;align-items:center;gap:10px}.profile-video-editor>summary::before{content:'▷';font-size:24px;color:#1967d2}.profile-video-editor form{display:grid;gap:18px;margin-top:20px}.profile-video-editor .pm-field,.profile-video-editor p{margin:0}.profile-video-editor>p{margin-top:12px}.pm-video-preview{display:block;width:100%;max-width:540px;max-height:340px;background:#152336;border-radius:16px;margin:12px 0}.video-actions{display:flex;flex-wrap:wrap;gap:12px}.video-filename{overflow-wrap:anywhere}.profile-video-editor input[type=file]{width:100%;min-width:0}.profile-video-editor input[type=file]::file-selector-button{padding:10px;border:0;border-radius:8px;background:#e8f0fe;color:#174ea6;font-weight:700;margin-right:8px}@media(max-width:520px){.video-actions .button{width:100%}.profile-video-editor{padding:16px}}

.video-file-button{position:relative;overflow:hidden;justify-self:start;min-height:48px}.video-file-button .video-file-input{position:absolute;inset:0;opacity:0;height:100%;cursor:pointer}.video-file-button:focus-within{outline:3px solid #8ab4f8;outline-offset:3px}.video-file-button:has(input:disabled){opacity:.6;pointer-events:none}

/* Only shown when reconnecting, without rebuilding an editor with unsaved input. */
.connection-recovery-frame:empty {display:none;}
.connection-recovery-frame {box-sizing:border-box;width:100%;max-width:var(--workspace-width,780px);margin-inline:auto;padding:18px var(--workspace-gutter,20px) 0;}
.connection-recovery {margin:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;}
.connection-recovery > div {flex:1;min-width:0;}
.connection-recovery p {margin:7px 0;}
.connection-recovery small {display:block;line-height:1.5;}
.connection-recovery .button {width:auto;flex-shrink:0;min-height:48px;}
@media(max-width:700px){.connection-recovery{align-items:stretch;flex-direction:column;padding:18px;gap:16px;}.connection-recovery .button{width:100%;}}

.mr-moderation p {margin:10px 0 0;line-height:1.6;}.mr-moderation p:last-child{font-size:.9em;}

.mp-google-schedule{display:grid;gap:8px;margin:16px 0;padding:16px;background:#edf3ff;border:1px solid #cdddfa;border-radius:14px;overflow-wrap:anywhere}.mp-google-schedule time{font-weight:700;color:#185abc}.mp-google-schedule p{margin:0}

.mp-event-dates{display:grid;gap:6px;margin:16px 0;overflow-wrap:anywhere}.mp-event-dates p{margin:0}

/* The native dialog occupies the top layer, above desktop and mobile navigation. */
.profile-load-screen {
  position: fixed; inset: 0; margin: 0; padding: 24px;
  width: 100%; height: 100%; height: 100dvh;
  max-width: none; max-height: none; box-sizing: border-box;
  border: 0; color: #172238; overflow: auto;
  background: radial-gradient(ellipse at 50% 42%, #eaf2ff 0, #f7faff 35%, #fff 70%);
  overscroll-behavior: contain; text-align: center;
  padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
}
.profile-load-screen[open] { display: grid; place-items: center; animation: profile-load-enter .24s ease-out both; }
.profile-load-screen::backdrop { background: #fff; }
.profile-load-content { width: min(100%, 560px); margin: auto; }
.profile-load-brand { display: inline-flex; align-items: baseline; font-size: 24px; font-weight: 850; letter-spacing: -1px; color: #202b42; }
.profile-load-brand span { color: #2166ed; }
.profile-load-brand i { width: 7px; height: 7px; margin-left: 3px; border-radius: 50%; background: #fbbc05; }
.profile-load-art { width: 240px; height: 224px; position: relative; margin: 30px auto 22px; display: grid; place-items: center; }
.profile-load-orbit { position: absolute; inset: 4px 12px; border: 1px solid #dce8fc; border-radius: 50%; animation: profile-load-orbit 12s linear infinite; }
.profile-load-orbit i { position: absolute; width: 13px; height: 13px; border: 4px solid #fff; box-sizing: content-box; border-radius: 50%; background: #4285f4; left: calc(50% - 10px); top: -10px; box-shadow: 0 3px 12px #234e9510; }
.profile-load-orbit i:nth-child(2) { background: #ea4335; left: auto; top: calc(50% - 10px); right: -10px; }
.profile-load-orbit i:nth-child(3) { background: #fbbc05; top: auto; bottom: -10px; }
.profile-load-orbit i:nth-child(4) { background: #34a853; top: calc(50% - 10px); left: -10px; }
.profile-load-shop { position: relative; width: 148px; height: 144px; border: 1px solid #dae5f9; background: #fff; border-radius: 16px 16px 22px 22px; box-shadow: 0 18px 44px #315faf1a, 0 3px 8px #315faf0a; display: grid; align-content: center; justify-items: center; padding-top: 30px; animation: profile-load-float 3s ease-in-out infinite; }
.profile-load-awning { position: absolute; left: -7px; right: -7px; top: -9px; height: 45px; display: flex; filter: drop-shadow(0 4px 3px #275eb515); }
.profile-load-awning i { flex: 1; background: #4285f4; border-radius: 0 0 14px 14px; }
.profile-load-awning i:nth-child(even) { background: #8cb4ff; }
.profile-load-awning i:first-child { border-top-left-radius: 10px; }
.profile-load-awning i:last-child { border-top-right-radius: 10px; }
.profile-load-shop .google-mark { width: 43px; height: 43px; padding: 0; background: transparent; }
.profile-load-shop .google-icon { width: 36px; height: 36px; }
.profile-load-lines { display: grid; gap: 7px; justify-items: center; margin-top: 11px; }
.profile-load-lines i { width: 78px; height: 6px; border-radius: 4px; background: #e8eef8; }
.profile-load-lines i:last-child { width: 49px; background: #d3e2ff; }
.profile-load-spark { position: absolute; font-size: 24px; color: #fbbc05; }
.profile-load-spark-one { top: 11px; right: 36px; }
.profile-load-spark-two { bottom: 22px; left: 22px; font-size: 18px; color: #34a853; }
.profile-load-business { display: inline-block; max-width: 100%; box-sizing: border-box; margin: 0 0 18px; padding: 9px 16px; background: #eaf1ff; color: #245bc1; border: 1px solid #d9e6ff; border-radius: 24px; font-size: 14px; line-height: 1.5; font-weight: 700; overflow-wrap: anywhere; }
.profile-load-business[hidden] { display: none; }
.profile-load-screen h2 { margin: 0; font-size: clamp(28px, 4.2vw, 40px); line-height: 1.14; letter-spacing: -1.3px; font-weight: 850; text-wrap: balance; outline: none; }
.profile-load-screen #profile-load-status { margin: 18px 0 0; font-size: 16px; line-height: 1.5; color: #4e607d; min-height: 48px; }
.profile-load-dots { display: flex; justify-content: center; gap: 8px; margin: 10px 0 27px; }
.profile-load-dots i { height: 8px; width: 8px; border-radius: 50%; background: #4285f4; animation: profile-load-pulse 1.5s ease-in-out infinite; }
.profile-load-dots i:nth-child(2) { background: #ea4335; animation-delay: .15s; }
.profile-load-dots i:nth-child(3) { background: #fbbc05; animation-delay: .3s; }
.profile-load-dots i:nth-child(4) { background: #34a853; animation-delay: .45s; }
.profile-load-note { font-size: 13px; line-height: 1.6; color: #62738e; margin: 0 auto; max-width: 330px; }
@keyframes profile-load-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes profile-load-orbit { to { transform: rotate(360deg); } }
@keyframes profile-load-float { 0%, 100% { transform: translateY(3px) rotate(-3deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
@keyframes profile-load-pulse { 0%, 80%, 100% { transform: scale(.8); opacity: .55; } 40% { transform: scale(1.15); opacity: 1; } }
@media (max-width: 480px) {
  .profile-load-art { margin-top: 25px; margin-bottom: 16px; width: 216px; height: 208px; }
  .profile-load-screen h2 { font-size: 30px; letter-spacing: -.8px; }
  .profile-load-screen #profile-load-status { font-size: 15px; }
}
@media (max-height: 620px) {
  .profile-load-art { margin-top: 10px; margin-bottom: 4px; height: 170px; width: 190px; }
  .profile-load-shop { transform: scale(.8); animation: none; }
  .profile-load-business { margin-bottom: 12px; }
  .profile-load-dots { margin-bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .profile-load-screen[open], .profile-load-orbit, .profile-load-shop, .profile-load-dots i { animation: none; }
}
.profile-load-screen #profile-load-title:focus { outline: none !important; box-shadow: none; }

/* Payments share the profile loader's rhythm, with a decorative bank card. */
.payment-load-card { position: relative; width: 180px; height: 116px; border-radius: 18px; background: linear-gradient(135deg, #3379f5, #1751c2); border: 1px solid #81aaff; box-shadow: 0 18px 40px #235bb833; color: #fff; animation: profile-load-float 3s ease-in-out infinite; }
.payment-load-chip { position: absolute; top: 21px; left: 22px; width: 29px; height: 23px; border-radius: 6px; background: #ffe4a1; border: 1px solid #f5c966; }
.payment-load-chip::after { content: ''; position: absolute; inset: 6px 0; border-block: 1px solid #dba94c; }
.payment-load-contactless { position: absolute; top: 19px; left: 62px; font-size: 17px; letter-spacing: 2px; opacity: .75; }
.payment-load-number { position: absolute; top: 52px; left: 22px; font-size: 23px; letter-spacing: 3px; line-height: 1; }
.payment-load-card-line { position: absolute; bottom: 19px; left: 22px; width: 57px; height: 5px; border-radius: 3px; background: #a9c9ff; }
.payment-load-card-circles { position: absolute; right: 19px; bottom: 16px; display: flex; }
.payment-load-card-circles i { width: 18px; height: 18px; border-radius: 50%; background: #fbbc05; }
.payment-load-card-circles i + i { margin-left: -6px; background: #ea4335; opacity: .9; }
.payment-load-return { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; max-width: 100%; margin: 22px 0 0; padding: 12px 20px; border: 1px solid #b9cdf4; border-radius: 14px; background: #fff; color: #185abc; font: inherit; font-size: 15px; font-weight: 700; line-height: 1.4; cursor: pointer; }
.payment-load-return[hidden] { display: none; }
.payment-load-return:hover { background: #eaf1ff; }
.payment-load-return:focus-visible { outline: 3px solid #4285f4; outline-offset: 4px; }
@media (max-height: 620px) {
  .payment-load-screen { padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
  .payment-load-screen .profile-load-brand { font-size: 20px; }
  .payment-load-screen .profile-load-art { height: 110px; width: 164px; margin: 10px auto 8px; }
  .payment-load-card { transform: scale(.7); animation: none; }
  .payment-load-screen .profile-load-business { font-size: 12px; padding: 6px 12px; margin-bottom: 12px; }
  .payment-load-screen h2 { font-size: 26px; }
  .payment-load-screen #profile-load-status { font-size: 14px; margin-top: 12px; min-height: 42px; }
  .payment-load-screen .profile-load-dots { margin: 8px 0 16px; }
  .payment-load-screen .profile-load-note { font-size: 12px; }
  .payment-load-return { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) { .payment-load-card { animation: none; } }

/* Shared waiting artwork for preparation, saving and publishing. */
.task-load-sheet { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; width: 134px; height: 152px; padding: 20px; box-sizing: border-box; border: 1px solid #cdddff; border-radius: 20px; background: #fff; box-shadow: 0 18px 44px #315faf1a; animation: profile-load-float 3s ease-in-out infinite; }
.task-load-symbol { color: #2166ed; font-size: 42px; line-height: 1; margin-bottom: 8px; }
.task-load-sheet > i { width: 80px; height: 6px; background: #d8e6ff; border-radius: 4px; }
.task-load-sheet > i:nth-of-type(2) { width: 62px; background: #e7eefb; }
.task-load-sheet > i:nth-of-type(3) { width: 46px; background: #d5ecdd; }
.task-load-corner { position: absolute; top: -8px; right: -8px; width: 28px; height: 28px; background: #fbbc05; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 4px 14px #234e9515; }
.acq-modal.acq-modal-loading { inset: 0; margin: 0; width: 100%; height: 100dvh; max-width: none; max-height: none; border-radius: 0; box-shadow: none; padding: 28px 20px; background: radial-gradient(ellipse at 50% 42%, #eaf2ff 0, #f7faff 35%, #fff 70%); }
.acq-modal-loading .acq-reading { margin: auto; padding: 24px 0; }
.acq-modal-loading .acq-close { position: fixed; top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); z-index: 2; width: 48px; height: 48px; background: #fff; border: 1px solid #d5e1f5; }
.acq-modal.acq-modal-loading h2 { margin: 12px 0 20px; font-weight: 850; }
.acq-modal-loading .eyebrow { padding: 0; margin: 0; font-size: 11px; }
.acq-modal-loading .acq-reading > p:not(.eyebrow) { overflow-wrap: anywhere; }
.acq-modal-loading progress { margin: 24px 0 12px; }
.acq-modal-loading details { margin: 18px 0; text-align: left; border: 1px solid #dce6f6; border-radius: 16px; padding: 0 18px; background: #ffffffb3; }
.acq-modal-loading summary { min-height: 48px; align-content: center; font-size: 14px; font-weight: 700; cursor: pointer; color: #385882; }
.acq-modal-loading .acq-reading-note { max-width: 440px; margin-inline: auto; }
@media (max-height: 620px) { .task-load-sheet { transform: scale(.75); animation: none; } .task-load-screen .profile-load-art { height: 130px; margin-block: 8px; } .task-load-screen h2 { font-size: 26px; } .acq-modal-loading .profile-load-art { height: 130px; margin-block: 12px; } }
@media (prefers-reduced-motion: reduce) { .task-load-sheet { animation: none; } }

/* V69: one calm header, one shared menu, no secondary context banner. */
body:is(.surface-workspace,.surface-onboarding) { --app-header-height: 84px; }
body:is(.surface-workspace,.surface-onboarding) #app { padding-top: var(--app-header-height); }
#app > .app-header.shell-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: grid; grid-template-columns: 188px minmax(0,1fr) minmax(140px,190px); align-items: center;
  height: var(--app-header-height); box-sizing: border-box; gap: 24px;
  margin: 0; padding: 16px 28px; background: #fff; border-bottom: 1px solid #e5eaf2;
}
#app > .app-header.shell-header::before { content: none; }
#app > .app-header.shell-header .brand { display: flex; min-width: 0; font-size: 25px; min-height: 48px; gap: 9px; }
#app > .app-header.shell-header .opti-symbol { display: inline-flex; width: 28px; height: 33px; }
.shell-section { display: flex; gap: 18px; align-items: center; min-width: 0; }
.shell-title { font-size: 18px; line-height: 1.35; font-weight: 780; color: #24324b; min-width: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; overflow-wrap: anywhere; }
.shell-back,.shell-menu-toggle,.shell-menu-close {
  display: grid; place-items: center; width: 48px; height: 48px; min-width: 48px; flex-shrink: 0;
  padding: 0; border: 1px solid #dae3f1; border-radius: 14px; background: #f7f9fd; color: #234773; cursor: pointer;
}
.shell-back { background: #fff; }
:is(.shell-back,.shell-menu-toggle,.shell-menu-close):hover { background: #eaf2ff; border-color: #b9cfee; }
:is(.shell-back,.shell-menu-toggle,.shell-menu-close):focus-visible { outline: 3px solid #93baff; outline-offset: 3px; }
:is(.shell-back,.shell-menu-toggle,.shell-menu-close) .icon { width: 23px; height: 23px; }
.surface-workspace #app > main.page { padding-top: 32px; }
.surface-workspace main > :is(button.back,button.optimization-return) { display: none; }
#app > .workspace-sidebar { top: var(--app-header-height); padding-top: 20px; }
#app > .workspace-sidebar .rail-label { margin-top: 0; }
#app > .workspace-sidebar .rail-return { margin-top: 0; margin-bottom: 12px; }
#app > .workspace-sidebar .rail-business { margin-bottom: 16px; padding-bottom: 20px; }
#app > .workspace-sidebar .rail-business > div { display: grid; gap: 6px; }
#app > .workspace-sidebar .rail-business small { margin: 0; }

#app > dialog.app-menu-panel {
  position: fixed; inset: calc(var(--app-header-height) + 12px) 24px auto auto;
  width: min(420px, calc(100vw - 32px)); max-width: none;
  max-height: calc(100dvh - var(--app-header-height) - 36px); margin: 0;
  padding: 0; border: 1px solid #dce5f2; border-radius: 22px;
  box-shadow: 0 24px 80px #17345726; color: #24324b; background: #fff;
  box-sizing: border-box; overflow: hidden;
}
#app > dialog.app-menu-panel[open] { display: flex; flex-direction: column; animation: app-menu-enter .16s ease-out both; }
.app-menu-panel::backdrop { background: #20385926; }
.app-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px 16px; border-bottom: 1px solid #e8edf5; flex-shrink: 0; }
.app-menu-heading h2 { margin: 0; font-size: 23px; line-height: 1.3; letter-spacing: -.5px; }
.app-menu-scroll { padding: 22px; overflow-y: auto; overscroll-behavior: contain; min-height: 0; }
.app-menu-business { display: grid; gap: 12px; padding: 0 2px 22px; margin-bottom: 20px; border-bottom: 1px solid #e8edf5; }
.app-menu-business > strong { font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; font-weight: 750; }
.app-menu-business > small { display: block; font-size: 12px; line-height: 1.6; color: #60718b; }
.app-menu-business > small:first-child { letter-spacing: 1px; font-size: 10px; font-weight: 750; }
.app-menu-business > div { line-height: 1.5; }
.app-menu-navigation { display: grid; gap: 14px; }
.app-menu-navigation .workspace-menu-group { display: grid; gap: 6px; }
.app-menu-navigation button {
  display: flex; align-items: center; gap: 14px; width: 100%; min-height: 48px; box-sizing: border-box;
  padding: 12px 14px; border-radius: 12px; background: transparent; color: #405674;
  font-size: 14px; font-weight: 700; line-height: 1.5; text-align: left;
}
.app-menu-navigation button > span { min-width: 0; overflow-wrap: anywhere; }
.app-menu-navigation button .icon { width: 20px; height: 20px; flex-shrink: 0; }
.app-menu-navigation button:hover { background: #f0f5ff; }
.app-menu-navigation button[aria-current] { background: #eaf2ff; color: #155ac0; }
.app-menu-navigation .rail-group-label { margin: 8px 14px 10px; font-size: 10px; line-height: 1.5; }
.app-menu-navigation .optimization-submenu { margin: 4px 0 12px 23px; padding-left: 8px; display: grid; gap: 6px; }
.app-menu-navigation .optimization-submenu button { font-size: 13px; padding: 11px 12px; }
.app-menu-account { display: grid; gap: 6px; margin-top: 6px; padding-top: 18px; border-top: 1px solid #e8edf5; }
.app-menu-language { display: grid; gap: 12px; padding-top: 24px; margin-top: 24px; border-top: 1px solid #e8edf5; }
.app-menu-language > strong { font-size: 13px; font-weight: 750; }
.app-menu-language .language-picker { display: flex; width: 100%; margin: 0; padding: 0 12px; box-sizing: border-box; gap: 12px; }
.app-menu-language .language-picker select { width: 100%; max-width: none; height: 48px; font-size: 16px; }
.app-menu-footer { margin-top: 24px; padding-top: 16px; border-top: 1px solid #e8edf5; display: grid; gap: 4px; }
.app-menu-footer > a { padding: 12px; min-height: 44px; box-sizing: border-box; font-size: 13px; line-height: 1.5; font-weight: 650; color: #526681; text-decoration: none; }
.app-menu-demo { padding: 10px 14px; margin: 0 0 20px; border-radius: 10px; background: #fff5da; color: #72521a; font-size: 13px; line-height: 1.5; }
.app-menu-panel :is(button,a,select):focus-visible { outline: 3px solid #93baff; outline-offset: 2px; }
@keyframes app-menu-enter { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@media (max-width: 999px) {
  body:is(.surface-workspace,.surface-onboarding) { --app-header-height: 76px; }
  #app > .app-header.shell-header { grid-template-columns: 150px minmax(0,1fr) minmax(140px,180px); padding: 12px 24px; gap: 20px; }
  #app > .app-header.shell-header .brand { font-size: 23px; }
  .surface-workspace #app > main.page { padding-top: 28px; padding-bottom: calc(132px + env(safe-area-inset-bottom,0px)); }
  .surface-workspace #app > .bottom-nav {
    display: grid; grid-template-columns: repeat(5,minmax(0,1fr));
    position: fixed; left: 50%; right: auto; transform: translateX(-50%);
    width: calc(100% - 24px); max-width: 560px; bottom: calc(12px + env(safe-area-inset-bottom,0px));
    gap: 4px; padding: 8px; box-sizing: border-box; border: 1px solid #dce5f2; border-radius: 24px;
    background: #fff; box-shadow: 0 8px 32px #2047791c; z-index: 35;
  }
  .surface-workspace #app > .bottom-nav .nav-item { min-width: 0; min-height: 56px; font-size: 10px; line-height: 1.3; gap: 5px; padding: 6px 2px; border-radius: 16px; }
  .surface-workspace #app > .bottom-nav .nav-menu { background: #edf3ff; color: #185abc; font-weight: 750; }
  #app > dialog.app-menu-panel { top: calc(var(--app-header-height) + 8px); right: 16px; max-height: calc(100dvh - var(--app-header-height) - 112px - env(safe-area-inset-bottom,0px)); }
}
@media (max-width: 599px) {
  #app > .app-header.shell-header { grid-template-columns: 44px minmax(0,1fr) minmax(118px,148px); padding: 12px 16px; gap: 12px; }
  #app > .app-header.shell-header .brand > span:not(.opti-symbol) { display: none; }
  .shell-section { gap: 12px; }
  .shell-title { font-size: 15px; line-height: 1.4; }
  .shell-back,.shell-menu-toggle { width: 44px; height: 44px; min-width: 44px; border-radius: 12px; }
  .app-menu-heading { padding: 16px 18px; }
  .app-menu-scroll { padding: 20px 16px; }
  .surface-workspace #app > .bottom-nav { width: calc(100% - 20px); padding: 6px; gap: 2px; border-radius: 20px; }
  .surface-workspace #app > .bottom-nav .nav-item { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { #app > dialog.app-menu-panel[open] { animation: none; } }
@media print { #app > .app-header.shell-header, #app > dialog.app-menu-panel { display: none !important; } body:is(.surface-workspace,.surface-onboarding) #app { padding-top: 0; } }

@media(max-width:599px){#app > .app-header.shell-header .brand{justify-content:center;width:44px;}}
@media(max-width:359px){.surface-workspace #app > .bottom-nav .nav-item{font-size:10px;letter-spacing:-.2px;white-space:nowrap;overflow-wrap:normal;}}
/* Long translations must not force the page wider than the phone. */
.surface-workspace #app main :is(h1,h2,h3,.optimization-tile) { overflow-wrap: anywhere; hyphens: auto; }
.surface-workspace #app main .score-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.surface-workspace #app main .score-split > * { min-width: 0; overflow-wrap: anywhere; }
@media(max-width:359px){
  .surface-workspace #app main .score-split { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .surface-workspace #app main .optimization-grid { grid-template-columns: minmax(0,1fr); }
}

/* Private reconnection copies stay inside the relevant editor section. */
.surface-workspace #app main .editor-recovery { margin:24px 0; border:1px solid #ccddf5; background:#f7faff; border-radius:18px; padding:0 18px 16px; }
.surface-workspace #app main .editor-recovery > summary { min-height:52px; padding:16px 0; font-size:15px; font-weight:750; line-height:1.5; cursor:pointer; }
.surface-workspace #app main .editor-recovery > p { font-size:14px; line-height:1.6; margin:4px 0 20px; color:#526681; }
.surface-workspace #app main .editor-recovery-copy { padding:18px 0; border-top:1px solid #dce5f2; }
.surface-workspace #app main .editor-recovery-copy > strong { font-size:13px; color:#526681; }
.surface-workspace #app main .editor-recovery-copy > .content-text { margin:14px 0; font-size:15px; line-height:1.65; max-height:210px; overflow:auto; }
.surface-workspace #app main .editor-recovery-copy .mp-actions { gap:12px; margin:20px 0 0; }
@media(max-width:599px){.surface-workspace #app main .editor-recovery-copy .mp-actions{display:grid;grid-template-columns:minmax(0,1fr)}.surface-workspace #app main .editor-recovery-copy .mp-actions > button{width:100%;min-height:48px;}}

/* Business forms must hide inactive controls even when their field layout uses grid. */
.business-module-form [hidden] { display: none !important; }

/* V78: keep the next action beside the score and reveal details on demand. */
.dashboard-priority { display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:24px; margin:24px 0 16px; align-items:stretch; }
.dashboard-score-wrap { min-width:0; }
.easy-dashboard .dashboard-priority .easy-score { height:100%; margin:0; padding:28px; gap:20px; box-sizing:border-box; border-radius:24px; background:#eff5ff; border-color:#d7e5fb; }
.easy-dashboard .dashboard-priority .easy-start { margin:0; padding:28px; min-width:0; display:flex; flex-direction:column; justify-content:space-between; align-items:stretch; gap:24px; border-radius:24px; background:#fff; border:1px solid #d9e3f2; box-shadow:0 8px 28px #163b7010; }
.easy-dashboard .dashboard-priority .easy-start > div { min-width:0; }
.easy-dashboard .dashboard-priority .easy-start .eyebrow { margin:0 0 12px; font-size:12px; color:#185abc; }
.easy-dashboard .dashboard-priority .easy-start h2 { margin:0 0 12px; font-size:25px; line-height:1.25; }
.easy-dashboard .dashboard-priority .easy-start p:not(.eyebrow) { margin:0; font-size:16px; line-height:1.6; }
.easy-dashboard .dashboard-priority .easy-start > .button { width:100%; margin:0; min-height:56px; }
.easy-dashboard .dashboard-priority .easy-score p:not(.eyebrow) { font-size:14px; }
.dashboard-score-details { margin:0 0 28px; border-bottom:1px solid #e2e9f3; }
.dashboard-score-details > summary { min-height:52px; padding:14px 4px; font-size:14px; font-weight:700; color:#425774; cursor:pointer; }
.dashboard-score-details > .score-breakdown { margin:0 0 20px; padding:20px; box-shadow:none; }
.easy-dashboard .easy-business { margin-top:24px; margin-bottom:0; padding:20px 22px; gap:16px; }
.easy-dashboard .easy-shortcuts { gap:18px; }
.easy-dashboard .easy-shortcuts > button { min-height:118px; padding:22px; transition:border-color .16s,box-shadow .16s; }
.easy-dashboard .easy-shortcuts > button:hover { border-color:#97b8ec; box-shadow:0 5px 18px #163b7010; }
.optimization-context { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:0 0 28px; padding-bottom:24px; border-bottom:1px solid #e2e9f3; }
.optimization-context > p { margin:0; font-size:16px; line-height:1.65; color:#53657c; }
.optimization-context > button { flex-shrink:0; min-height:44px; }

/* One selector and one working section, with named items instead of repeated nested frames. */
.surface-workspace .business-module-form { gap:24px; }
.business-module-form .bm-section-picker { display:grid; gap:12px; padding:20px; margin:0; background:#f0f5ff; border:1px solid #d9e6fb; border-radius:16px; }
.business-module-form .bm-section-picker > span { font-size:15px; line-height:1.5; font-weight:750; color:#233a59; }
.business-module-form .bm-section-picker > select { min-height:54px; font-size:16px; background:#fff; }
.business-module-form .bm-section { border:0; margin:0; padding:0; min-width:0; }
.business-module-form .bm-section > fieldset > .bm-object,
.business-module-form .bm-section > fieldset > .bm-array { padding:0; margin:0; border:0; border-radius:0; }
.business-module-form .bm-section > fieldset > .bm-object > summary { min-height:44px; margin-bottom:12px; font-size:19px; }
.business-module-form .bm-section > fieldset > .bm-object > div { padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:24px; }
.business-module-form .bm-section > fieldset > .bm-object > div > details { grid-column:1/-1; }
.business-module-form .bm-item { border:0; border-radius:0; margin:16px 0; padding:0; min-width:0; }
.business-module-form .bm-item > .bm-object { margin:0; padding:18px; background:#fff; border:1px solid #dce5f1; border-radius:18px; }
.business-module-form .bm-item > details > summary { display:grid; grid-template-columns:minmax(0,1fr) 20px; gap:5px 12px; list-style:none; min-height:48px; align-content:center; }
.business-module-form .bm-item > details > summary::-webkit-details-marker { display:none; }
.business-module-form .bm-item > details > summary::after { content:'⌄'; grid-column:2; grid-row:1/3; align-self:center; justify-self:center; color:#526783; font-size:20px; transition:transform .16s; }
.business-module-form .bm-item > details[open] > summary::after { transform:rotate(180deg); }
.business-module-form .bm-item-type { font-size:12px; font-weight:750; color:#567092; letter-spacing:.02em; }
.business-module-form [data-bm-item-title] { display:block; grid-column:1; font-size:17px; line-height:1.45; font-weight:750; overflow-wrap:anywhere; }
.business-module-form .bm-item > details[open] > div { margin-top:20px; }
.business-module-form .bm-array { background:#fafcff; border-color:#e3eaf4; }
.business-module-form .bm-array > summary { min-height:44px; line-height:1.5; }
.business-module-form .bm-item > [data-bm-remove] { margin-top:8px; min-height:44px; color:#7c4c48; }
.business-module-form [data-bm-add] { min-height:48px; margin-top:12px; padding-inline:14px; border:1px dashed #b8cbe5; border-radius:12px; background:#fff; }
.business-module-form .bm-field { margin:12px 0; gap:10px; }
.business-module-form .bm-field > span { font-size:14px; line-height:1.5; }
.business-module-form .bm-field > :is(input,select) { min-height:52px; font-size:16px; }
@media(max-width:900px) {
 .dashboard-priority { grid-template-columns:1fr; gap:18px; }
 .easy-dashboard .dashboard-priority .easy-score { padding:22px; }
 .easy-dashboard .dashboard-priority .easy-start { padding:24px; gap:20px; }
 .easy-dashboard .easy-shortcuts > button { min-height:96px; }
}
@media(max-width:599px) {
 .easy-dashboard > h1 { font-size:28px; line-height:1.2; margin-bottom:20px; }
 .easy-dashboard .easy-business { margin-top:20px; padding:18px; gap:12px; }
 .easy-dashboard .easy-business > div > strong { font-size:15px; line-height:1.45; }
 .dashboard-priority { margin-top:18px; }
 .easy-dashboard .dashboard-priority .easy-score { gap:16px; padding:20px; border-radius:20px; }
 .easy-dashboard .dashboard-priority .easy-dial { flex:0 0 86px; width:86px; height:86px; }
 .easy-dashboard .dashboard-priority .easy-dial strong { font-size:30px; }
 .easy-dashboard .dashboard-priority .easy-start { border-radius:20px; padding:22px; }
 .easy-dashboard .dashboard-priority .easy-start h2 { font-size:23px; }
 .easy-dashboard .easy-shortcuts { gap:14px; }
 .easy-dashboard .easy-shortcuts > button { padding:20px; }
 .optimization-context { align-items:flex-start; flex-direction:column; gap:12px; margin-bottom:24px; padding-bottom:20px; }
 .optimization-context > button { padding-inline:0; }
 .business-module-form .bm-section-picker { padding:16px; }
 .business-module-form .bm-section > fieldset > .bm-object > div { grid-template-columns:1fr; }
 .business-module-form .bm-item > .bm-object { padding:14px; }
 .business-module-form .bm-array { padding:12px; }
 .business-module-form .bm-item > details > div { padding:0; }
}
@media(prefers-reduced-motion:reduce) { .easy-dashboard .easy-shortcuts > button,.business-module-form .bm-item > details > summary::after { transition:none; } }

.pm-module-standalone { padding:0; margin:0; border:0; background:transparent; }
.pm-module-standalone > .pm-inline-error:empty { display:none; }

/* Keep both reconnection steps usable without covering the open editor. */
.session-reconnect{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;}
@media(max-width:700px){.session-reconnect{grid-template-columns:minmax(0,1fr);}}
.session-reconnect .session-reconnect-actions{display:grid;gap:12px;}
.session-reconnect .button{width:100%;white-space:normal;text-align:center;}
.session-reconnect .text-button{min-height:44px;}
.session-reconnect-error{padding-top:12px;}
.session-reconnect-error .error-box{margin:0;}

/* V83: a labelled, contextual return replaces the header menu and duplicate arrow. */
.shell-back.shell-context-back{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:auto;min-height:48px;min-width:0;padding:8px 12px;text-align:left;background:#edf4ff;border-color:#cbdcf8;color:#185abc;}
.shell-context-back > span{display:grid;gap:2px;min-width:0;}
.shell-context-back strong{font-size:14px;line-height:1.2;font-weight:750;}
.shell-context-back small{font-size:11px;line-height:1.3;font-weight:550;overflow-wrap:anywhere;}
.shell-back.shell-context-back .icon{width:20px;height:20px;flex:0 0 20px;}
@media(max-width:599px){.shell-back.shell-context-back{padding:7px 9px;gap:6px;}.shell-context-back strong{font-size:13px;}.shell-context-back small{font-size:10px;}}
@media(max-width:359px){#app > .app-header.shell-header{grid-template-columns:36px minmax(0,1fr) 120px;gap:9px;padding-inline:12px;}#app > .app-header.shell-header .brand{width:36px;}.shell-title{font-size:14px;}}
.workspace-sidebar .rail-bottom > .rail-menu-toggle{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:10px 12px;border:1px solid #dce5f2;border-radius:10px;background:#f4f7fc;color:#234773;font-size:13px;font-weight:700;text-align:left;cursor:pointer;}
.rail-menu-toggle .icon{width:18px;height:18px;}.rail-menu-toggle:focus-visible{outline:3px solid #93baff;outline-offset:2px;}

.mp-reschedule .pm-field{margin-top:16px;}
.mp-reschedule .ex-small{margin:12px 0 0;}

/* Private photo selection in the manual publication editor. */
.mp-file-choice{position:relative;display:flex;min-height:54px;align-items:center;justify-content:center;text-align:center;overflow:hidden;cursor:pointer;}
.mp-file-choice input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.mp-file-choice:focus-within{outline:3px solid #1a73e8;outline-offset:3px;}
[data-mp-local-photo]:not(:empty){display:grid;gap:16px;margin:20px 0;}
.mp-local-photo{display:block;width:100%;max-height:320px;object-fit:contain;border:1px solid #dce3ef;border-radius:16px;background:#f5f7fb;}
[data-mp-local-photo] .ex-small{margin:0;}

/* Optional Google event cadence stays readable and easy to touch. */
.mp-repeat { margin: 0; }
.mp-repeat-body, [data-mp-repeat-options] { display: grid; gap: 18px; min-width: 0; }
.mp-repeat-body { padding-block: 16px 4px; }
.mp-repeat-body p { margin: 0; }
.mp-repeat-days { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; border: 0; padding: 0; min-width: 0; }
.mp-repeat-days legend { margin-bottom: 12px; font-weight: 700; }
.mp-repeat-days label { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 8px 10px; border: 1px solid #d7dfec; border-radius: 12px; }
.mp-repeat-days input { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; }
.mp-repeat-days p { grid-column: 1/-1; }
.mp-repeat-summary { display: grid; gap: 8px; padding: 16px; margin-block: 16px; background: #eef4ff; border-radius: 14px; overflow-wrap: anywhere; }
.mp-repeat-summary p { margin: 0; }
@media(max-width:420px) { .mp-repeat-days { grid-template-columns: 1fr; } }

/* All selected media stay visible, ordered and usable on a phone. */
.mp-attachments,.mp-attachment-list,.mp-remote-media { display:grid;gap:18px;min-width:0; }
.mp-attachment { display:flex;align-items:center;gap:16px;padding:14px;border:1px solid #d7dfec;border-radius:16px;min-width:0; }
.mp-attachment>video,.mp-attachment>img,.mp-attachment>.mp-media-placeholder { width:84px;height:84px;object-fit:cover;border-radius:12px;flex-shrink:0; }
.mp-attachment-actions { min-width:0;display:grid;gap:12px;flex:1; }
.mp-attachment-actions>div { display:flex;gap:8px;flex-wrap:wrap; }
.mp-attachment-actions .button { min-width:44px;min-height:44px;padding:8px 12px;flex:0 0 auto;width:auto; }
.mp-media-preview { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-block:18px; }
.mp-media-preview:has(figure:only-child) { grid-template-columns:1fr; }
.mp-media-preview figure { min-width:0;margin:0; }
.mp-media-preview :is(img,video) { width:100%;height:160px;object-fit:cover;border-radius:12px;margin:0; }
.mp-media-preview figcaption { font-size:13px;margin-top:8px;overflow-wrap:anywhere; }
.mp-media-placeholder { display:flex;align-items:center;justify-content:center;background:#eef4ff;border-radius:12px;min-height:90px; }
.mp-remote-media { padding-top:16px; }
@media(max-width:480px) { .mp-attachment { flex-direction:column;align-items:stretch; } .mp-attachment>video,.mp-attachment>img,.mp-attachment>.mp-media-placeholder { width:100%;height:145px; } .mp-media-preview { grid-template-columns:1fr; } }

.mp-storage-file { display:grid;gap:12px;margin-block:16px; }
.mp-storage-file video { max-width:100%;object-fit:contain; }

.mp-attachment:has(>video) { flex-wrap:wrap; }
.mp-attachment>video { width:260px;max-width:100%;height:160px;object-fit:contain;background:#172b45; }
@media(max-width:480px) { .mp-attachment>video { width:100%; } }

/* V132: one primary action, compact heading, separate detail list. */
.google-site-prerequisite{display:grid;gap:20px}.google-site-prerequisite-heading{display:grid;gap:8px}.google-site-prerequisite-heading :is(h2,p,.eyebrow){margin:0!important}.google-site-prerequisite details summary{cursor:pointer;min-height:44px;display:flex;gap:16px;align-items:center;font-weight:700}.google-site-prerequisite details summary:after{content:'+';margin-left:auto}.google-site-prerequisite details[open] summary:after{content:'−'}.google-site-prerequisite details ul{padding-left:22px;margin:12px 0 0}.google-site-prerequisite .google-site-start{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:0}
.page-preview-content.google-site-cover-preview{position:relative;isolation:isolate;min-height:400px;display:flex;align-items:flex-end;text-align:left;padding:40px;background:#293630;color:white}.page-preview-content.google-site-cover-preview:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0003,#000b)}.page-preview-content.google-site-cover-preview>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;border-radius:0}.page-preview-content.google-site-cover-preview>div{margin:0;max-width:640px}.page-preview-content.google-site-cover-preview :is(h2,p,.page-preview-city){color:white}.page-preview-content.google-site-cover-preview .page-preview-cta{background:white;color:#202622}.page-preview-content.google-site-cover-preview h2{margin:16px 0 8px}.page-preview-content.google-site-cover-preview p{margin:0}.google-site-cover-preview .page-preview-placeholder{display:none}
@media(max-width:600px){.page-preview-content.google-site-cover-preview{padding:24px;min-height:360px}.google-site-prerequisite .google-site-start{align-items:stretch;flex-direction:column}}

/* Neutral website palette, available only as an optional appearance retouch. */
.page-theme-choice.light span {background:#fff;border:1px solid #b8c3d6}
