@font-face {
  font-family: DM;
  src: url("/assets/dm-sans-latin-400-normal.woff2");
}
@font-face {
  font-family: DM;
  src: url("/assets/dm-sans-latin-600-normal.woff2");
  font-weight: 600;
}
@font-face {
  font-family: Editorial;
  src: url("/assets/cormorant-garamond-latin-400-normal.woff2");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #243e36;
  background: #f7f8f5;
  font:
    14px/1.6 DM,
    Arial,
    sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #b17e42;
  outline-offset: 3px;
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 99;
  background: white;
  padding: 14px;
}
.skip:focus {
  top: 0;
}
.loading {
  padding: 20vh 8vw;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font:
    52px/1.04 Editorial,
    Georgia,
    serif;
  letter-spacing: -1.3px;
  margin-bottom: 14px;
}
h2 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 6px;
}
h3 {
  font-size: 15px;
  margin-bottom: 4px;
}
p {
  color: #65746d;
}
small,
.small {
  font-size: 12px;
  color: #728078;
}
.muted {
  color: #77827c;
}
.shell {
  display: grid;
  grid-template-columns: 235px 1fr;
  min-height: 100vh;
}
.sidebar {
  padding: 34px 23px 22px;
  background: #fff;
  border-right: 1px solid #e3e7df;
  position: fixed;
  inset: 0 auto 0 0;
  width: 235px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.studio {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.monogram {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid #bac8bb;
  border-radius: 50%;
  font: 23px Editorial;
}
.studio small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.7px;
  margin-top: 4px;
  font-weight: 400;
}
.workspace {
  margin: 36px 0 23px;
  padding: 15px 12px;
  border: 1px solid #e2e8df;
  border-radius: 8px;
  display: flex;
  gap: 11px;
  align-items: center;
}
.avatar {
  height: 34px;
  width: 34px;
  flex: 0 0 auto;
  background: #e9e5db;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #615847;
  font-size: 11px;
  font-weight: 600;
}
.workspace b {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.workspace small {
  font-size: 10px;
}
.nav-label {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1.7px;
  color: #8a948c;
  margin: 3px 12px 10px;
}
.nav {
  display: grid;
  gap: 5px;
}
.nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 6px;
  color: #66746c;
  font-size: 12px;
}
.nav a.active {
  background: #254b3f;
  color: white;
}
.nav a:hover:not(.active) {
  background: #f1f4ed;
}
.icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  flex-shrink: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 28px;
}
.help-mini {
  border-top: 1px solid #e6e9e2;
  padding: 20px 10px 5px;
}
.help-mini p {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 9px;
}
.text-link {
  color: #2b5345;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.layout {
  grid-column: 2;
  min-width: 0;
}
.topbar {
  height: 76px;
  border-bottom: 1px solid #e3e7df;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 42px;
  background: #fff;
}
.breadcrumb {
  font-size: 12px;
  color: #869087;
}
.breadcrumb b {
  font-weight: 400;
  color: #2b4638;
}
.topright {
  display: flex;
  align-items: center;
  gap: 23px;
}
.owner {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.owner .avatar {
  border-radius: 50%;
  background: #eff1e8;
  width: 28px;
  height: 28px;
}
.main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 39px 42px 32px;
}
.overline {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 9px;
  color: #8a948b;
  margin-bottom: 12px;
}
.heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 31px;
}
.heading p {
  margin-bottom: 0;
  max-width: 580px;
  font-size: 13px;
}
.btn {
  border: 1px solid #d9e1d6;
  background: #fff;
  color: #2a4b3d;
  border-radius: 5px;
  padding: 10px 16px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  white-space: nowrap;
}
.btn:hover {
  background: #f0f3eb;
}
.btn.primary {
  background: #284e40;
  color: white;
  border-color: #284e40;
}
.btn.primary:hover {
  background: #18382c;
}
.btn.subtle {
  border: 0;
  background: transparent;
  padding: 0;
  min-height: 30px;
}
.btn.danger {
  color: #933d2c;
}
.pill {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.2px;
  border-radius: 30px;
  padding: 4px 9px;
  background: #eaf1e6;
  color: #40623c;
  white-space: nowrap;
}
.pill:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.pill.pending {
  background: #fbefda;
  color: #976f27;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid #e0e6db;
  border-radius: 9px;
  overflow: hidden;
}
.card-head {
  padding: 22px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.card-head h2 {
  font-size: 15px;
}
.card-head p {
  font-size: 11px;
  margin: 0;
}
.website-frame {
  margin: 0 22px;
  border: 1px solid #dedfd8;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background: #eeece5;
}
.browser-bar {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 9px 10px;
  background: #f5f5f1;
  border-bottom: 1px solid #dfdfd7;
}
.browser-dot {
  height: 4px;
  width: 4px;
  background: #c6cbc2;
  border-radius: 100%;
}
.browser-address {
  font-size: 8px;
  color: #93998e;
  margin: auto;
  padding-right: 20px;
}
.site-mini {
  position: relative;
  aspect-ratio: 1.85;
  overflow: hidden;
  pointer-events: none;
}
.site-mini iframe {
  width: 1200px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  border: 0;
  transform: scale(0.45);
}
.site-summary {
  padding: 18px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e7df;
  gap: 15px;
}
.site-summary small {
  font-size: 10px;
}
.site-summary b {
  font-size: 11px;
  display: block;
}
.launch-card {
  padding: 25px;
  background: #eef2e7;
  display: flex;
  flex-direction: column;
  position: relative;
}
.launch-card h2 {
  font: 28px/1.06 Editorial;
  margin: 0 0 9px;
  letter-spacing: -0.3px;
}
.launch-card > p {
  font-size: 11px;
  max-width: 250px;
  line-height: 1.8;
  margin-bottom: 22px;
}
.check-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 17px;
}
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 11px;
}
.check-list .tick {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #abbba0;
  border-radius: 50%;
  font-size: 10px;
  color: #5a754c;
  flex: 0 0 auto;
}
.check-list b {
  font-size: 11px;
  font-weight: 600;
}
.check-list small {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 2px;
}
.launch-card .btn {
  margin-top: auto;
  align-self: flex-start;
}
.row-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 31px 0 15px;
}
.row-title h2 {
  font-size: 15px;
}
.row-title span {
  font-size: 10px;
  color: #8d978b;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
.quick {
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 182px;
  position: relative;
}
.quick .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 19px;
  color: #6d825f;
}
.quick h3 {
  font-size: 12px;
}
.quick p {
  font-size: 11px;
  line-height: 1.8;
  max-width: 225px;
  margin-bottom: 12px;
}
.quick .arrow {
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 17px;
  color: #8b9983;
}
.quick a {
  margin-top: auto;
}
.bottom-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 22px;
  margin-top: 25px;
}
.activity {
  padding: 22px 24px;
}
.activity h2 {
  font-size: 15px;
}
.activity-row {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #eff1e9;
  font-size: 11px;
}
.activity-row:last-child {
  border-bottom: 0;
  padding-bottom: 3px;
}
.activity-row .activity-dot {
  margin: 6px 2px;
  width: 6px;
  height: 6px;
  background: #94a48a;
  border-radius: 50%;
}
.activity-row b {
  font-weight: 400;
}
.activity-row small {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}
.plan-mini {
  padding: 23px;
  display: flex;
  flex-direction: column;
}
.plan-mini h2 {
  font-size: 15px;
}
.price {
  font: 38px/1.2 Editorial;
  margin: 15px 0 4px;
  color: #334c3d;
}
.price span {
  font: 11px DM;
  color: #808c7d;
  margin-left: 3px;
}
.plan-mini p {
  font-size: 11px;
  margin-bottom: 12px;
}
.plan-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #edf0e6;
  padding-top: 14px;
}
.footer {
  font-size: 10px;
  color: #939c91;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  gap: 15px;
}
.demo-banner {
  padding: 8px 20px;
  background: #f3ead7;
  color: #746036;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.2px;
}
.editor-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}
.editor-panel {
  padding: 26px;
}
.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e4e8dd;
  margin-bottom: 25px;
}
.tabs button {
  background: none;
  border: 0;
  padding: 0 0 13px;
  font-size: 12px;
  color: #85907f;
}
.tabs button.active {
  color: #304d3c;
  border-bottom: 2px solid #304d3c;
}
.field {
  display: block;
  margin-bottom: 21px;
}
.field > span,
.field-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #dce2d5;
  border-radius: 5px;
  background: #fff;
  color: #344d3c;
  line-height: 1.55;
  transition: border-color 0.2s;
}
.field textarea {
  min-height: 102px;
  resize: vertical;
}
.field input:read-only {
  background: #f4f6f1;
  color: #737f6b;
}
.field-note {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 400 !important;
  color: #84917d;
  margin-top: 5px;
  gap: 10px;
}
.field-note .near-limit {
  color: #9c5e27;
}
.section-divider {
  height: 1px;
  background: #e3e8dc;
  margin: 27px 0;
}
.preview-panel {
  position: sticky;
  top: 25px;
}
.preview-panel .card-head {
  padding: 17px 20px;
}
.preview-surface {
  height: 640px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.preview-surface iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.preview-surface.mobile {
  max-width: 375px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.save-bar {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.status-text {
  font-size: 11px;
  color: #7b8974;
}
.status-text.error,
.error {
  color: #a34430;
}
.alert {
  background: #f8efdf;
  border: 1px solid #edddc0;
  color: #84602f;
  padding: 15px 18px;
  border-radius: 6px;
  margin-bottom: 22px;
  font-size: 12px;
}
.form-card {
  padding: 28px;
  max-width: 740px;
}
.field-inline {
  display: flex;
  gap: 0;
  align-items: center;
}
.field-inline input {
  border-radius: 5px 0 0 5px;
  min-width: 0;
}
.domain-suffix {
  padding: 11px 12px;
  background: #f0f3eb;
  border: 1px solid #dce2d5;
  border-left: 0;
  white-space: nowrap;
  border-radius: 0 5px 5px 0;
  font-size: 12px;
}
.setup-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
}
.settings-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.settings-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #ebeee3;
  font-size: 12px;
}
.settings-list code {
  font: 12px DM;
  color: #405336;
}
.guide {
  border-top: 1px solid #e5e9df;
  padding: 14px 0;
}
.guide summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.guide ol {
  padding-left: 18px;
  color: #7b8673;
  font-size: 12px;
  line-height: 1.9;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.image-tile {
  border: 1px solid #dfe5d6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.image-tile img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.image-tile div {
  padding: 15px;
  font-size: 12px;
}
.image-tile p {
  font-size: 11px;
}
.upload {
  border: 1px dashed #b2c2a4;
  padding: 30px;
  border-radius: 8px;
  background: #f8faf5;
}
.upload input {
  max-width: 100%;
  margin: 14px 0;
  font-size: 12px;
}
.checkbox {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 11px;
  color: #6f7c67;
  margin: 18px 0;
}
.checkbox input {
  accent-color: #304e3d;
  margin-top: 4px;
}
.billing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.bill-plan {
  padding: 32px;
}
.bill-plan .price {
  font-size: 58px;
}
.features {
  list-style: none;
  padding: 0;
  font-size: 12px;
  display: grid;
  gap: 15px;
  margin: 25px 0;
}
.features li:before {
  content: "✓";
  color: #6b865a;
  margin-right: 12px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.table th,
.table td {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #e5eadc;
}
.table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8b9682;
  font-weight: 400;
}
.onboarding {
  display: flex;
  gap: 20px;
  padding: 26px 0;
}
.onboarding div {
  flex: 1;
  border-top: 2px solid #d7dfce;
  padding-top: 14px;
}
.onboarding div.done {
  border-color: #557d49;
}
.onboarding small {
  display: block;
  font-size: 11px;
}
.auth-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
}
.auth-story {
  background: #e9eddf;
  padding: 45px 9%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.auth-story h1 {
  font-size: 70px;
  max-width: 450px;
  margin-top: auto;
  margin-bottom: 28px;
}
.auth-story > p {
  max-width: 365px;
  font-size: 14px;
  line-height: 1.9;
}
.auth-art {
  margin: 36px 0 10px;
  max-width: 450px;
  position: relative;
}
.auth-art img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 80px 0 80px 0;
  filter: saturate(0.65);
}
.auth-story > small {
  margin-top: auto;
  padding-top: 40px;
  font-size: 10px;
}
.auth-form {
  padding: 60px 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-form .step {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8a957f;
  margin-bottom: 24px;
}
.auth-form h1 {
  font-size: 44px;
}
.auth-form p {
  font-size: 12px;
  line-height: 1.9;
}
.auth-form .btn {
  width: 100%;
}
.auth-form form {
  margin-top: 20px;
}
.auth-terms {
  font-size: 11px;
  white-space: pre-line;
  max-height: 160px;
  overflow: auto;
  background: #f5f7f0;
  padding: 14px;
  border-radius: 5px;
}
.auth-bottom {
  font-size: 11px;
  text-align: center;
  margin-top: 24px;
  color: #7d8973;
}
.auth-bottom a {
  text-decoration: underline;
}
.password-wrap {
  position: relative;
}
.password-wrap input {
  padding-right: 52px;
}
.password-wrap button {
  position: absolute;
  right: 10px;
  top: 11px;
  background: none;
  border: 0;
  color: #7b8971;
  font-size: 10px;
}
.signout {
  border: 0;
  background: none;
  color: #7e8c74;
  font-size: 10px;
  padding: 10px;
}
.mobile-menu {
  display: none;
}
#toast {
  position: fixed;
  bottom: 28px;
  right: 30px;
  z-index: 50;
  background: #284a3a;
  color: white;
  border-radius: 7px;
  padding: 14px 22px;
  box-shadow: 0 5px 30px #20332122;
  max-width: min(400px, 90vw);
  opacity: 0;
  transform: translateY(15px);
  transition: 0.2s;
  pointer-events: none;
  font-size: 12px;
}
#toast.show {
  opacity: 1;
  transform: translateY(0);
}
dialog {
  border: 1px solid #d8e1cf;
  border-radius: 10px;
  padding: 30px;
  max-width: 420px;
  color: #2c4938;
  box-shadow: 0 15px 80px #102a2330;
}
dialog::backdrop {
  background: #1a352a66;
}
dialog p {
  font-size: 12px;
}
.skeleton {
  background: #eef1e9;
  min-height: 250px;
}
.page-enter {
  animation: enter 0.45s ease both;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.dirty-dot {
  width: 5px;
  height: 5px;
  background: #bb9a52;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
#form-error {
  min-height: 22px;
  font-size: 12px;
  margin-top: 12px;
}
.support-row {
  padding: 20px 0;
  border-top: 1px solid #e4e9dc;
}
.support-row p {
  font-size: 12px;
  white-space: pre-wrap;
}
.support-row small {
  font-size: 10px;
}
.restore-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.empty {
  padding: 35px;
  text-align: center;
  color: #85927a;
  font-size: 12px;
}
@media (min-width: 1450px) {
  .main {
    padding: 45px 60px;
  }
  .site-mini iframe {
    transform: scale(0.55);
  }
}
@media (max-width: 1150px) {
  .shell {
    grid-template-columns: 205px 1fr;
  }
  .sidebar {
    width: 205px;
    padding: 28px 15px;
  }
  .main {
    padding: 30px 26px;
  }
  .topbar {
    padding: 0 26px;
  }
  .hero-grid,
  .bottom-grid {
    grid-template-columns: 1.5fr 1fr;
  }
  .site-mini iframe {
    transform: scale(0.32);
  }
  .quick {
    padding: 18px;
  }
  .launch-card {
    padding: 22px;
  }
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .preview-panel {
    position: static;
  }
  .preview-surface {
    height: 600px;
  }
  .auth-form {
    padding: 40px 10%;
  }
  .auth-story h1 {
    font-size: 56px;
  }
}
@media (max-width: 850px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .launch-card {
    display: block;
  }
  .launch-card > p {
    max-width: none;
  }
  .check-list {
    grid-template-columns: 1fr 1fr;
  }
  .site-mini iframe {
    transform: scale(0.45);
  }
  .quick-grid {
    gap: 12px;
  }
  .quick {
    min-height: 185px;
  }
  .bottom-grid {
    grid-template-columns: 1fr;
  }
  .setup-grid,
  .billing-grid {
    grid-template-columns: 1fr;
  }
  .auth-layout {
    grid-template-columns: 0.85fr 1fr;
  }
  .auth-story {
    padding: 35px 10%;
  }
  .auth-story h1 {
    font-size: 44px;
  }
  .auth-story > p {
    font-size: 12px;
  }
  .auth-form h1 {
    font-size: 37px;
  }
  .auth-art img {
    height: 160px;
  }
}
@media (max-width: 680px) {
  .shell {
    display: block;
  }
  .sidebar {
    transform: translateX(-100%);
    transition: 0.2s;
    width: 230px;
    box-shadow: 10px 0 30px #20332020;
  }
  .sidebar.open {
    transform: none;
  }
  .layout {
    width: 100%;
  }
  .topbar {
    height: 63px;
    padding: 0 20px;
  }
  .topright {
    gap: 12px;
  }
  .topright > .text-link {
    display: none;
  }
  .mobile-menu {
    display: block;
    background: none;
    border: 0;
    padding: 6px;
    color: #304d3d;
    font-size: 21px;
  }
  .breadcrumb {
    margin-right: auto;
    margin-left: 15px;
    font-size: 11px;
  }
  .main {
    padding: 29px 19px;
  }
  .heading {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 23px;
  }
  .heading h1 {
    font-size: 42px;
  }
  .heading > .btn {
    font-size: 10px;
    padding: 8px 10px;
    gap: 8px;
  }
  .heading p {
    font-size: 12px;
  }
  .hero-grid {
    gap: 17px;
  }
  .card-head {
    padding: 19px;
  }
  .website-frame {
    margin: 0 18px;
  }
  .site-mini iframe {
    transform: scale(0.32);
  }
  .site-summary {
    padding: 16px 18px;
  }
  .site-summary .btn {
    font-size: 10px;
    padding: 8px 10px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .launch-card h2 {
    font-size: 30px;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
  .quick {
    min-height: unset;
    padding: 20px 20px 20px 58px;
  }
  .quick .icon {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 20px;
    height: 20px;
  }
  .quick h3 {
    font-size: 13px;
  }
  .quick p {
    max-width: none;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .row-title {
    margin-top: 26px;
  }
  .bottom-grid {
    gap: 17px;
    margin-top: 18px;
  }
  .footer {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .editor-grid {
    display: block;
  }
  .editor-panel {
    padding: 21px;
  }
  .preview-panel {
    margin-top: 20px;
  }
  .preview-surface {
    height: 540px;
  }
  .tabs {
    gap: 17px;
  }
  .tabs button {
    font-size: 11px;
  }
  .save-bar {
    flex-wrap: wrap;
  }
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .image-tile img {
    height: 145px;
  }
  .form-card {
    padding: 23px;
  }
  .domain-suffix {
    font-size: 10px;
    padding: 12px 8px;
    max-width: 60%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .auth-layout {
    display: block;
  }
  .auth-story {
    padding: 26px 24px;
    min-height: 190px;
  }
  .auth-story h1 {
    font-size: 39px;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 280px;
  }
  .auth-story > p,
  .auth-art,
  .auth-story > small {
    display: none;
  }
  .auth-form {
    padding: 35px 25px;
  }
  .auth-form .step {
    margin-bottom: 15px;
  }
  .auth-form h1 {
    font-size: 38px;
  }
  .auth-form p {
    font-size: 12px;
  }
  .demo-banner {
    font-size: 9px;
  }
  .onboarding {
    gap: 12px;
  }
  .onboarding small {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.mt-15 {
  margin-top: 15px;
}
.sample-payment {
  max-width: 650px;
  margin: 12vh auto;
  padding: 30px;
}
.sample-payment h1 {
  font: 54px/1.08 var(--serif);
  margin: 24px 0;
}
.sample-payment p {
  line-height: 1.8;
}
.sample-payment .btn {
  margin-top: 30px;
}
.field > .field-note {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 10px;
  font-weight: 400;
  color: #627359;
}
.field-note > span:last-child {
  white-space: nowrap;
}
.nav-label,
.overline {
  color: #697767;
}
.row-title {
  gap: 15px;
  font-size: 9px;
  letter-spacing: 1px;
  color: #697767;
}
.row-title h2 {
  letter-spacing: 0;
  color: #243e36;
}
.sidebar {
  overflow-y: auto;
}
.mt-15 {
  margin-top: 15px;
}
@media (max-width: 680px) {
  .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .heading > .btn {
    min-height: 44px;
    font-size: 12px;
    padding: 11px 15px;
  }
  .heading h1 {
    font-size: 42px;
    max-width: 340px;
  }
  .sidebar {
    visibility: hidden;
  }
  .sidebar.open {
    visibility: visible;
  }
  .row-title {
    display: block;
  }
  .image-grid {
    grid-template-columns: 1fr;
  }
  .table th,
  .table td {
    padding: 14px 5px;
  }
  .table .btn {
    padding: 8px;
  }
  .owner {
    max-width: 130px;
    overflow: hidden;
  }
  .bill-plan {
    padding: 25px;
  }
  .settings-list li {
    flex-wrap: wrap;
    gap: 5px;
  }
  .field-note {
    line-height: 1.6;
  }
}

.preview-surface iframe {
  transform-origin: top left;
}
.preview-panel .card-head .actions {
  flex-wrap: wrap;
}
.preview-link {
  display: block;
  padding: 12px 20px;
  border-top: 1px solid #e4e8dd;
  font-size: 11px;
  text-decoration: underline;
}
/* Keep secondary copy readable on the pale studio surfaces. */
.small,
small,
.muted,
.footer,
.browser-address,
.breadcrumb,
.nav-label,
.overline,
.status-text,
.auth-form .step,
.auth-bottom,
.signout,
.price span,
.table th,
.checkbox {
  color: #586855;
}
.field input:read-only {
  color: #586855;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #667260;
  opacity: 1;
}
.pill.pending {
  color: #775318;
}
