/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg: #f6f8fb;
  --ink: #172033;
  --muted: #657085;
  --line: #dce3ed;
  --panel: #fff;
  --teal: #0f766e;
  --teal-dark: #0b5f59;
  --coral: #d95f3d;
  --yellow: #f4c430;
  --blue: #2563eb;
  --shadow: 0 24px 70px #17203324;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.product-home {
  color: #202531;
  background: #fff;
  min-height: 100vh;
  overflow-x: clip;
}

.product-home h1, .product-home h2, .product-home h3, .product-home p {
  margin-top: 0;
}

.product-home h1, .product-home h2, .product-home h3 {
  color: #202531;
  letter-spacing: 0;
}

.product-home p {
  color: #626a78;
  line-height: 1.65;
}

.product-container {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

.product-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff5;
  border-bottom: 1px solid #e9ebef;
  position: sticky;
  top: 0;
}

.product-header-inner {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(1120px, 100% - 40px);
  min-height: 70px;
  margin: 0 auto;
  display: grid;
}

.product-brand {
  color: #202531;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 900;
  display: inline-flex;
}

.product-brand:hover {
  text-decoration: none;
}

.product-brand .brand-mark {
  color: #fff;
  background: #202531;
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: .86rem;
  display: inline-grid;
}

.product-nav {
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.product-nav a, .product-header-actions > a:first-child {
  color: #596170;
  font-size: .9rem;
  font-weight: 700;
}

.product-nav a:hover, .product-header-actions > a:first-child:hover {
  color: #202531;
  text-decoration: none;
}

.product-header-actions {
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.mobile-menu-button {
  color: #202531;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: none;
}

.primary-action, .secondary-action, .text-action {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  font-weight: 800;
  display: inline-flex;
}

.primary-action {
  color: #16251b;
  background: #63cf8a;
  border: 1px solid #63cf8a;
}

.primary-action:hover {
  color: #102016;
  background: #4cba74;
  border-color: #4cba74;
  text-decoration: none;
}

.primary-action.compact {
  min-height: 42px;
  padding: 0 16px;
  font-size: .88rem;
}

.secondary-action {
  color: #202531;
  background: #fff;
  border: 1px solid #dfe3e8;
}

.secondary-action:hover {
  background: #f8f9fa;
  border-color: #bec4cc;
  text-decoration: none;
}

.text-action {
  color: #247548;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
}

.text-action:hover {
  color: #185b36;
  text-decoration: none;
}

.reference-hero {
  background: #fff;
  padding: 76px 0 56px;
}

.reference-hero-inner {
  text-align: center;
}

.platform-logo-row {
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  margin-bottom: 24px;
  display: flex;
}

.platform-logo {
  color: #202531;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 1.8rem;
  display: inline-grid;
}

.platform-logo.planned {
  opacity: .42;
}

.platform-logo.phase-one {
  opacity: .72;
}

.platform-logo.instagram {
  color: #dd2a7b;
}

.platform-logo.facebook, .platform-logo.linkedin {
  color: #1877f2;
}

.platform-logo.tiktok, .platform-logo.threads, .platform-logo.x {
  color: #252525;
}

.platform-logo.youtube {
  color: #f03;
}

.platform-logo.bluesky {
  color: #1185fe;
}

.platform-logo.pinterest {
  color: #bd081c;
}

.platform-logo.google {
  color: #4285f4;
}

.hero-kicker, .section-label {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .76rem;
  font-weight: 900;
  color: #247548 !important;
}

.reference-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: .96;
}

.reference-hero-claim {
  max-width: 780px;
  margin: 0 auto 18px;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 850;
  color: #202531 !important;
  line-height: 1.08 !important;
}

.reference-hero-copy {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
}

.reference-hero-actions {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.reference-hero-note {
  margin: 16px auto 20px;
  font-size: .88rem;
}

.integration-pills {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 42px;
  display: flex;
}

.integration-pills a, .integration-pills span {
  color: #6b7280;
  background: #f7f8fa;
  border: 1px solid #eceef1;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 12px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

.integration-pills a:hover {
  color: #202531;
  border-color: #d9dde2;
  text-decoration: none;
}

.product-shot {
  margin: 0;
}

.product-shot-frame {
  background: #f6f7f8;
  border: 1px solid #d8dce2;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #20253129;
}

.product-shot-link {
  color: inherit;
}

.product-shot-link:hover {
  border-color: #aeb5bf;
  text-decoration: none;
}

.product-shot-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.product-shot-action {
  color: #fff;
  background: #202531;
  border: 1px solid #202531;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  font-size: .88rem;
  font-weight: 800;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 8px 24px #20253133;
}

.product-shot-link:hover .product-shot-action {
  background: #0f766e;
  border-color: #0f766e;
}

.product-shot figcaption {
  color: #7a8290;
  margin-top: 14px;
  font-size: .78rem;
}

.product-proof-bar {
  background: #f8f9fa;
  border-top: 1px solid #e8ebee;
  border-bottom: 1px solid #e8ebee;
}

.proof-bar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.proof-bar-grid > span {
  text-align: center;
  gap: 5px;
  min-width: 0;
  padding: 24px 18px;
  display: grid;
}

.proof-bar-grid > span + span {
  border-left: 1px solid #e2e5e9;
}

.proof-bar-grid strong {
  color: #202531;
  font-size: .96rem;
}

.proof-bar-grid small {
  color: #747c89;
  font-size: .76rem;
  line-height: 1.4;
}

.product-section {
  padding: 92px 0;
}

.muted-band {
  background: #f7f8fa;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
}

.product-section-heading {
  max-width: 590px;
}

.product-section-heading.centered {
  text-align: center;
  margin: 0 auto 46px;
}

.product-section-heading h2, .developer-band h2, .product-final-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.05;
}

.product-section-heading > p:not(.section-label), .developer-band p, .product-final-cta p {
  font-size: 1rem;
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  display: grid;
}

.benefit-item {
  min-width: 0;
}

.benefit-item > svg {
  color: #247548;
  margin-bottom: 20px;
}

.benefit-item h3 {
  margin-bottom: 9px;
  font-size: 1.05rem;
}

.benefit-item p {
  margin-bottom: 0;
  font-size: .9rem;
}

.platform-band-grid, .developer-band-grid, .faq-layout, .final-cta-grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 86px;
  display: grid;
}

.platform-stage-list {
  gap: 12px;
  display: grid;
}

.platform-stage-list > div {
  border-bottom: 1px solid #dde1e6;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  display: grid;
}

.platform-stage-list p {
  gap: 4px;
  margin: 0;
  font-size: .9rem;
  display: grid;
}

.platform-stage-list strong {
  color: #202531;
}

.stage-dot {
  border-radius: 999px;
  width: 10px;
  height: 10px;
  margin-top: 7px;
}

.stage-dot.core {
  background: #4cba74;
}

.stage-dot.phase-one {
  background: #f2b84b;
}

.stage-dot.planned {
  background: #b8bec7;
}

.developer-band {
  background: #202531;
  border-top: 1px solid #26303c;
  border-bottom: 1px solid #26303c;
}

.developer-band h2 {
  color: #fff;
}

.developer-band p:not(.section-label) {
  color: #bec5cf;
  margin-bottom: 0;
}

.developer-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.developer-band .secondary-action {
  color: #fff;
  background: none;
  border-color: #505967;
}

.simple-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
  gap: 18px;
  display: grid;
}

.simple-price-card {
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  align-content: start;
  min-width: 0;
  padding: 30px;
  display: grid;
}

.simple-price-card.featured {
  border-color: #63cf8a;
  box-shadow: 0 16px 44px #2475481f;
}

.simple-price-card > span {
  color: #247548;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .76rem;
  font-weight: 900;
}

.simple-price-card h3 {
  margin-bottom: 12px;
  font-size: 2.2rem;
}

.simple-price-card h3 small {
  font-size: .9rem;
  font-weight: 700;
}

.simple-price-card p {
  min-height: 76px;
  margin-bottom: 18px;
  font-size: .9rem;
}

.simple-price-card ul {
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
}

.simple-price-card li {
  color: #424a57;
  align-items: center;
  gap: 9px;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
}

.simple-price-card li svg {
  color: #247548;
  flex: none;
}

.full {
  width: 100%;
}

.pricing-disclaimer {
  text-align: center;
  max-width: 720px;
  margin: 22px auto 0;
  font-size: .78rem;
}

.faq-layout {
  align-items: start;
}

.compact-faq {
  border-top: 1px solid #dfe3e8;
  gap: 0;
  display: grid;
}

.compact-faq details {
  border-bottom: 1px solid #dfe3e8;
  padding: 0;
}

.compact-faq summary {
  color: #202531;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 68px;
  font-weight: 800;
  list-style: none;
  display: flex;
}

.compact-faq summary::-webkit-details-marker {
  display: none;
}

.compact-faq summary svg {
  flex: none;
  transition: transform .16s;
}

.compact-faq details[open] summary svg {
  transform: rotate(180deg);
}

.compact-faq details p {
  margin: -4px 38px 20px 0;
  font-size: .9rem;
}

.product-final-cta {
  background: #151b25;
  padding: 76px 0;
}

.product-final-cta h2 {
  color: #fff;
}

.product-final-cta p:not(.section-label) {
  color: #adb5c1;
}

.primary-action.light {
  color: #202531;
  background: #fff;
  border-color: #fff;
}

.update-form {
  justify-self: end;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  display: grid;
}

.update-form label {
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
}

.update-form > div {
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 8px;
  display: grid;
}

.update-form input {
  color: #202531;
  background: #fff;
  border: 1px solid #596272;
  border-radius: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
}

.update-form button {
  color: #16251b;
  cursor: pointer;
  background: #63cf8a;
  border: 1px solid #63cf8a;
  border-radius: 8px;
  place-items: center;
  width: 48px;
  height: 48px;
  display: inline-grid;
}

.update-form > p, .update-form-message {
  margin: 0;
  font-size: .76rem !important;
}

.update-form-message.success {
  color: #93e6b0 !important;
}

.update-form-message.error {
  color: #ffaaa8 !important;
}

.product-footer {
  background: #151b25;
  border-top: 1px solid #2d3440;
  padding: 52px 0;
}

.product-footer-grid {
  grid-template-columns: 1.7fr repeat(3, minmax(0, 1fr));
  gap: 52px;
  display: grid;
}

.product-brand.footer {
  color: #fff;
}

.product-footer p {
  color: #747d8c;
  margin: 14px 0 0;
  font-size: .86rem;
}

.product-footer-grid > div:not(:first-child) {
  align-content: start;
  gap: 10px;
  display: grid;
}

.product-footer strong {
  color: #fff;
  margin-bottom: 4px;
  font-size: .84rem;
}

.product-footer a:not(.product-brand) {
  color: #aeb6c2;
  font-size: .84rem;
  font-weight: 600;
}

.product-footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .product-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .product-nav {
    background: #fff;
    border-bottom: 1px solid #e1e4e8;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    box-shadow: 0 18px 35px #2025311f;
  }

  .product-nav.open {
    display: grid;
  }

  .product-nav a {
    border-bottom: 1px solid #eef0f2;
    align-items: center;
    min-height: 44px;
    display: flex;
  }

  .product-header-actions {
    display: none;
  }

  .benefit-grid, .proof-bar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar-grid > span:nth-child(3) {
    border-top: 1px solid #e2e5e9;
    border-left: 0;
  }

  .proof-bar-grid > span:nth-child(4) {
    border-top: 1px solid #e2e5e9;
  }

  .platform-band-grid, .developer-band-grid, .faq-layout, .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .developer-actions {
    justify-content: flex-start;
  }

  .update-form {
    justify-self: start;
  }

  .product-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .product-container, .product-header-inner {
    width: min(100% - 28px, 1120px);
  }

  .product-header-inner {
    min-height: 62px;
  }

  .product-nav {
    top: 62px;
  }

  .reference-hero {
    padding: 44px 0 36px;
  }

  .platform-logo-row {
    grid-template-columns: repeat(5, 34px);
    gap: 10px 14px;
    margin-bottom: 24px;
    display: grid;
  }

  .reference-hero h1 {
    font-size: 3.5rem;
  }

  .reference-hero-claim {
    font-size: 1.72rem;
  }

  .reference-hero-copy {
    font-size: .96rem;
  }

  .reference-hero-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .reference-hero-actions a {
    width: 100%;
  }

  .integration-pills {
    align-items: stretch;
    margin-bottom: 30px;
  }

  .integration-pills a, .integration-pills span {
    border-radius: 8px;
  }

  .product-shot-frame {
    overflow-x: auto;
  }

  .product-shot-frame img {
    width: 720px;
    max-width: none;
  }

  .product-shot figcaption {
    text-align: left;
  }

  .product-shot-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: .78rem;
    bottom: 10px;
    right: 10px;
  }

  .proof-bar-grid, .benefit-grid, .simple-pricing-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar-grid > span + span, .proof-bar-grid > span:nth-child(3) {
    border-top: 1px solid #e2e5e9;
    border-left: 0;
  }

  .product-section {
    padding: 64px 0;
  }

  .product-section-heading.centered {
    text-align: left;
    margin-bottom: 34px;
  }

  .product-section-heading h2, .developer-band h2, .product-final-cta h2 {
    font-size: 2.15rem;
  }

  .benefit-grid {
    gap: 28px;
  }

  .developer-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .simple-price-card {
    padding: 24px;
  }

  .simple-price-card p {
    min-height: 0;
  }

  .product-final-cta {
    padding: 62px 0;
  }

  .product-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .product-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  background: var(--bg);
  color: var(--ink);
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

button, input, textarea {
  font: inherit;
}

a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.marketing-page {
  color: #0f172a;
  background: #fff;
  min-height: 100vh;
  overflow-x: clip;
}

.marketing-container {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

.marketing-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff0;
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  padding: 0 max(20px, 50vw - 560px);
  display: grid;
  position: sticky;
  top: 0;
}

.marketing-brand {
  color: #0f172a;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 1rem;
  font-weight: 900;
  display: inline-flex;
}

.marketing-brand:hover, .marketing-nav a:hover, .marketing-login:hover, .footer-grid a:hover {
  text-decoration: none;
}

.marketing-nav, .marketing-actions, .hero-buttons, .platform-chip-list {
  align-items: center;
  display: flex;
}

.marketing-nav {
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

.marketing-nav a, .marketing-login {
  color: #334155;
  font-size: .92rem;
  font-weight: 800;
}

.marketing-actions {
  justify-content: flex-end;
  gap: 12px;
}

.marketing-cta, .marketing-secondary {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 900;
  display: inline-flex;
}

.marketing-cta {
  border: 1px solid var(--teal);
  background: var(--teal);
  color: #fff;
}

.marketing-cta:hover {
  background: var(--teal-dark);
  color: #fff;
  text-decoration: none;
}

.marketing-cta.small {
  min-height: 42px;
  padding: 0 14px;
  font-size: .9rem;
}

.marketing-secondary {
  color: #172033;
  background: #fff;
  border: 1px solid #d7deea;
}

.marketing-secondary:hover {
  background: #f8fafc;
  text-decoration: none;
}

.marketing-hero {
  isolation: isolate;
  background: linear-gradient(90deg, #fffffffa 0%, #ffffffe6 42%, #ffffff7a 100%), #eef2ff;
  min-height: min(620px, 100svh - 96px);
  padding: 72px 0 56px;
  position: relative;
  overflow: hidden;
}

.hero-visual {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  padding-right: max(0px, 50vw - 620px);
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-dashboard {
  background: #fff;
  border: 1px solid #4f46e52e;
  border-radius: 8px;
  grid-template-columns: 86px minmax(0, 560px);
  width: min(620px, 46vw);
  min-height: 430px;
  display: grid;
  overflow: hidden;
  transform: rotate(-2deg)translateX(70px);
  box-shadow: 0 30px 90px #0f172a2e;
}

.hero-dashboard-sidebar {
  background: #0f172a;
  align-content: start;
  gap: 12px;
  padding: 22px 16px;
  display: grid;
}

.hero-dashboard-sidebar span {
  background: #ffffff29;
  border-radius: 8px;
  width: 100%;
  height: 34px;
}

.hero-dashboard-main {
  background: #f8fafc;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  display: grid;
}

.hero-dashboard-bar, .hero-composer-card, .hero-status-row {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.hero-dashboard-bar {
  color: #334155;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  font-weight: 900;
  display: flex;
}

.hero-dashboard-bar strong {
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .78rem;
}

.hero-composer-card {
  gap: 14px;
  padding: 16px;
  display: grid;
}

.hero-media-preview {
  background: linear-gradient(135deg, #4f46e538, #0000), #dbeafe;
  border-radius: 8px;
  height: 94px;
}

.hero-lines {
  gap: 8px;
  display: grid;
}

.hero-lines span {
  background: #e2e8f0;
  border-radius: 999px;
  height: 10px;
}

.hero-lines span:first-child {
  width: 94%;
}

.hero-lines span:nth-child(2) {
  width: 82%;
}

.hero-lines span:nth-child(3) {
  width: 68%;
}

.hero-platforms, .hero-status-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.platform-dot, .platform-chip {
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  font-size: .82rem;
  font-weight: 900;
  display: inline-flex;
}

.platform-dot:before, .platform-chip:before {
  content: "";
  background: currentColor;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  margin-right: 7px;
}

.platform-dot.rose, .platform-chip.rose {
  color: #be123c;
  background: #fff1f2;
}

.platform-dot.blue, .platform-chip.blue {
  color: #2563eb;
  background: #eff6ff;
}

.platform-dot.indigo, .platform-chip.indigo {
  color: #4f46e5;
  background: #eef2ff;
}

.platform-dot.dark, .platform-chip.dark {
  color: #172033;
  background: #f1f5f9;
}

.platform-dot.teal, .platform-chip.teal {
  color: #0f766e;
  background: #f0fdfa;
}

.hero-status-row {
  align-content: start;
  min-height: 62px;
  padding: 14px;
}

.hero-status-row span {
  color: #334155;
  background: #f1f5f9;
  border-radius: 8px;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  font-size: .8rem;
  font-weight: 900;
  display: inline-flex;
}

.hero-content {
  z-index: 1;
  max-width: none;
  position: relative;
}

.marketing-badge {
  min-height: 34px;
  color: var(--teal-dark);
  background: #f0fdfa;
  border: 1px solid #ccfbf1;
  border-radius: 999px;
  align-items: center;
  padding: 0 12px;
  font-size: .82rem;
  font-weight: 900;
  display: inline-flex;
}

.marketing-hero h1 {
  color: #0f172a;
  margin-top: 20px;
  font-size: 72px;
  line-height: .94;
}

.hero-claim {
  max-width: 560px;
  color: var(--teal-dark);
  margin-top: 14px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.04;
}

.hero-copy {
  color: #475569;
  max-width: 570px;
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.5;
}

.hero-buttons {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-note {
  color: #64748b;
  margin-top: 14px;
  font-size: .95rem;
  font-weight: 800;
}

.hero-trust-strip {
  flex-wrap: wrap;
  gap: 8px;
  max-width: 640px;
  margin-top: 18px;
  display: flex;
}

.hero-trust-strip span {
  color: #334155;
  background: #ffffffd1;
  border: 1px solid #d7deea;
  border-radius: 999px;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  font-size: .84rem;
  font-weight: 900;
  display: inline-flex;
}

.platform-strip {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.platform-strip-inner {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  display: grid;
}

.marketing-eyebrow {
  color: var(--teal);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}

.platform-strip h2, .section-heading h2, .product-band h2, .founder-grid h2, .pricing-grid h2, .final-cta h2 {
  color: #0f172a;
  margin-top: 6px;
  font-size: 40px;
  line-height: 1.08;
}

.platform-chip-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.platform-status-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.platform-status-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 0;
  padding: 14px;
}

.platform-status-card strong, .platform-status-card span {
  display: block;
}

.platform-status-card strong {
  color: #0f172a;
  font-size: 1rem;
}

.platform-status-card span {
  width: fit-content;
  color: var(--teal-dark);
  text-transform: uppercase;
  background: #f0fdfa;
  border-radius: 999px;
  margin-top: 8px;
  padding: 5px 9px;
  font-size: .76rem;
  font-weight: 900;
}

.platform-status-card p {
  color: #475569;
  margin: 10px 0 0;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.5;
}

.marketing-section {
  background: #fff;
  padding: 86px 0;
}

.marketing-section:nth-of-type(odd) {
  background: #f8fafc;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 12ch;
}

.steps-grid, .feature-card-grid, .proof-grid, .faq-grid {
  gap: 14px;
  display: grid;
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card, .marketing-card, .faq-item, .pricing-teaser {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 0;
}

.step-card, .marketing-card, .faq-item {
  padding: 18px;
}

.step-number {
  width: 34px;
  height: 34px;
  color: var(--teal);
  background: #f0fdfa;
  border-radius: 8px;
  place-items: center;
  font-weight: 900;
  display: inline-grid;
}

.step-card h3, .marketing-card h3, .faq-item h3 {
  color: #0f172a;
  margin-top: 16px;
  font-size: 1.05rem;
}

.step-card p, .marketing-card p, .faq-item p, .product-band p, .founder-grid p, .pricing-grid p, .final-cta p, .footer-grid p {
  color: #475569;
  margin-top: 9px;
  line-height: 1.6;
}

.product-band-grid, .founder-grid, .pricing-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  align-items: center;
  gap: 34px;
  display: grid;
}

.feature-list {
  gap: 10px;
  display: grid;
}

.feature-row {
  color: #172033;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  font-weight: 900;
  display: flex;
}

.feature-row svg, .marketing-card svg {
  color: var(--teal);
  flex: none;
}

.feature-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.founder-section {
  background: #f8fafc;
}

.founder-grid {
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
}

.founder-photo {
  aspect-ratio: 1;
  color: #312e81;
  background: linear-gradient(135deg, #4f46e52e, #0000 52%), #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  place-items: center;
  width: min(100%, 280px);
  font-size: 3rem;
  font-weight: 900;
  display: grid;
}

.founder-actions {
  justify-items: start;
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.founder-trust-list {
  gap: 10px;
  width: min(100%, 620px);
  display: grid;
}

.founder-social-placeholder {
  color: #475569;
  background: #fff;
  border: 1px dashed #94a3b8;
  border-radius: 8px;
  max-width: 520px;
  padding: 10px 12px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.4;
  display: inline-flex;
}

.pricing-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.pricing-teaser {
  gap: 12px;
  padding: 22px;
  display: grid;
}

.pricing-teaser span {
  color: #0f766e;
  text-transform: uppercase;
  background: #f0fdfa;
  border-radius: 999px;
  width: fit-content;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 900;
}

.pricing-teaser strong {
  color: #0f172a;
  font-size: 2rem;
  line-height: 1.1;
}

.pricing-terms {
  gap: 8px;
  display: grid;
}

.pricing-terms span {
  color: #334155;
  text-transform: none;
  background: #f8fafc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 0 10px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.pricing-stage-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.pricing-stage-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.pricing-stage-card strong {
  color: #0f172a;
  font-size: 1.02rem;
  display: block;
}

.pricing-stage-card p {
  color: #475569;
  margin: 8px 0 0;
  font-weight: 750;
  line-height: 1.5;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item h3 {
  margin-top: 0;
}

.final-cta {
  color: #fff;
  background: #0f172a;
  padding: 76px 0;
}

.final-cta h2, .final-cta p {
  color: #fff;
}

.final-cta .marketing-eyebrow {
  color: #99f6e4;
}

.final-cta p {
  opacity: .78;
  max-width: 620px;
}

.final-cta-inner {
  justify-items: start;
  gap: 14px;
  display: grid;
}

.waitlist-form {
  gap: 10px;
  width: min(100%, 680px);
  margin-top: 4px;
  display: grid;
}

.waitlist-label {
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
}

.waitlist-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  display: grid;
}

.waitlist-row input {
  color: #0f172a;
  background: #fff;
  border: 1px solid #334155;
  border-radius: 8px;
  outline: none;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  font-weight: 800;
}

.waitlist-row input:focus {
  border-color: #99f6e4;
  box-shadow: 0 0 0 3px #99f6e42e;
}

.waitlist-row button:disabled {
  cursor: not-allowed;
  opacity: .72;
}

.waitlist-terms, .waitlist-status {
  max-width: 620px;
  margin: 0;
  font-size: .92rem;
}

.waitlist-status {
  opacity: 1;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 900;
}

.waitlist-status.success {
  color: #166534;
  background: #dcfce7;
}

.waitlist-status.error {
  color: #991b1b;
  background: #fee2e2;
}

.marketing-footer {
  color: #fff;
  background: #0f172a;
  border-top: 1px solid #1e293b;
  padding: 44px 0;
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 34px;
  display: grid;
}

.footer-brand {
  color: #fff;
}

.footer-grid h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: .92rem;
}

.footer-grid a {
  color: #cbd5e1;
  margin-top: 8px;
  font-weight: 800;
  display: block;
}

.seo-hero {
  background: linear-gradient(90deg, #0f766e1a, #0000 48%), #f8fafc;
  padding: 74px 0 66px;
}

.seo-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 34px;
  display: grid;
}

.seo-hero h1, .tool-shell h1 {
  color: #0f172a;
  max-width: 13ch;
  margin-top: 18px;
  font-size: 58px;
  line-height: 1;
}

.seo-intro, .section-heading p, .caption-empty p {
  color: #475569;
  line-height: 1.65;
}

.seo-intro {
  max-width: 680px;
  margin-top: 18px;
  font-size: 20px;
}

.seo-summary-panel {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  display: grid;
  box-shadow: 0 20px 55px #0f172a1a;
}

.seo-summary-panel span {
  color: var(--coral);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}

.seo-summary-panel strong {
  color: #0f172a;
  font-size: 1.6rem;
  line-height: 1.12;
}

.seo-summary-panel ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.seo-summary-panel li {
  color: #334155;
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 850;
}

.seo-section {
  background: #fff;
  padding: 74px 0;
}

.seo-section.soft {
  background: #f8fafc;
}

.seo-card-grid, .seo-link-grid, .tool-grid {
  gap: 14px;
  display: grid;
}

.seo-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-page .section-heading h2, .tool-page .section-heading h2 {
  max-width: 18ch;
}

.marketing-card h2 {
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1.2;
}

.seo-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-link-card {
  color: #172033;
  background: #fff;
  border: 1px solid #d7deea;
  border-radius: 8px;
  align-items: center;
  min-width: 0;
  min-height: 74px;
  padding: 16px;
  font-weight: 900;
  display: flex;
}

.seo-link-card.detailed {
  align-content: center;
  gap: 6px;
  display: grid;
}

.seo-link-card.detailed strong, .seo-link-card.detailed span {
  display: block;
}

.seo-link-card.detailed span {
  color: #475569;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.45;
}

.seo-link-card:hover {
  border-color: var(--teal);
  background: #f0fdfa;
  text-decoration: none;
}

.seo-note {
  border-left: 4px solid var(--yellow);
  color: #5f4500;
  background: #fff8df;
  border-radius: 8px;
  padding: 16px 18px;
  font-weight: 850;
  line-height: 1.55;
}

.tool-shell {
  background: linear-gradient(90deg, #2563eb14, #0000 52%), #f8fafc;
  padding: 74px 0;
}

.tool-grid {
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  align-items: start;
}

.caption-tool-form, .caption-tool-results {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 0;
}

.caption-tool-form {
  gap: 14px;
  padding: 24px;
  display: grid;
}

.caption-tool-form label {
  color: #334155;
  gap: 7px;
  font-size: .92rem;
  font-weight: 900;
  display: grid;
}

.caption-tool-form input, .caption-tool-form select, .caption-tool-form textarea {
  color: #172033;
  background: #fbfcfe;
  border: 1px solid #d7deea;
  border-radius: 8px;
  outline: none;
  width: 100%;
  min-width: 0;
  font-weight: 800;
}

.caption-tool-form input, .caption-tool-form select {
  min-height: 48px;
  padding: 0 12px;
}

.caption-tool-form textarea {
  resize: vertical;
  min-height: 116px;
  padding: 12px;
}

.caption-tool-form input:focus, .caption-tool-form select:focus, .caption-tool-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px #0f766e24;
}

.caption-tool-form button {
  cursor: pointer;
  border: 0;
  width: fit-content;
}

.caption-tool-results {
  gap: 14px;
  min-height: 420px;
  padding: 18px;
  display: grid;
}

.caption-empty {
  color: #0f172a;
  border: 1px dashed #94a3b8;
  border-radius: 8px;
  align-content: center;
  gap: 8px;
  min-height: 320px;
  padding: 22px;
  display: grid;
}

.caption-empty strong {
  font-size: 1.25rem;
}

.hashtag-list {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.hashtag-list span {
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 999px;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  font-size: .86rem;
  font-weight: 900;
  display: inline-flex;
}

.caption-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.caption-card h2 {
  color: var(--teal-dark);
  font-size: .98rem;
}

.caption-card p {
  color: #172033;
  margin-top: 8px;
  line-height: 1.6;
}

.caption-card small {
  color: #64748b;
  margin-top: 12px;
  font-weight: 800;
  line-height: 1.5;
  display: block;
}

.caption-card button {
  color: #172033;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7deea;
  border-radius: 8px;
  justify-content: center;
  align-self: start;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  font-weight: 900;
  display: inline-flex;
}

.caption-card button:hover {
  border-color: var(--teal);
  background: #f0fdfa;
}

.tool-output-card pre {
  white-space: pre-wrap;
  color: #172033;
  min-width: 0;
  margin: 10px 0 0;
  font-family: inherit;
  font-weight: 750;
  line-height: 1.65;
  overflow-x: auto;
}

.tool-score-card {
  color: #172033;
  background: #fff;
  border: 1px solid #d7deea;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  display: grid;
}

.tool-score-card svg {
  color: var(--teal);
}

.tool-score-card span {
  color: #64748b;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
}

.tool-score-card strong {
  margin-top: 4px;
  font-size: 2.4rem;
  line-height: 1;
  display: block;
}

.tool-score-card p {
  color: #334155;
  margin-top: 8px;
  font-weight: 900;
}

.tool-score-card.success {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.tool-score-card.warning {
  background: #fffbeb;
  border-color: #fde68a;
}

.tool-score-card.danger {
  background: #fef2f2;
  border-color: #fecaca;
}

.caption-empty.compact {
  min-height: 150px;
}

.tool-tip-list {
  gap: 8px;
  display: grid;
}

.tool-tip-list span {
  color: #334155;
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 850;
}

.blog-hero, .vertical-hero {
  background: linear-gradient(90deg, #0f766e1a, #0000 48%), #f8fafc;
  padding: 76px 0 66px;
}

.blog-hero-inner {
  justify-items: start;
  gap: 18px;
  max-width: 820px;
  display: grid;
}

.blog-hero h1, .blog-article h1, .vertical-hero h1 {
  color: #0f172a;
  line-height: 1;
}

.blog-hero h1, .vertical-hero h1 {
  max-width: 13ch;
  font-size: 58px;
}

.blog-hero p, .vertical-hero p, .blog-article-summary {
  color: #475569;
  line-height: 1.65;
}

.blog-hero p, .vertical-hero p {
  max-width: 720px;
  font-size: 20px;
}

.blog-section {
  background: #fff;
  padding: 70px 0;
}

.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.blog-card {
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 220px;
  padding: 20px;
  display: grid;
}

.blog-card:hover {
  border-color: var(--teal);
  background: #f0fdfa;
  text-decoration: none;
}

.blog-card span, .blog-meta-row span, .vertical-panel span {
  color: var(--coral);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}

.blog-card h2 {
  font-size: 1.28rem;
  line-height: 1.18;
}

.blog-card p {
  color: #475569;
  font-weight: 750;
  line-height: 1.55;
}

.blog-card small {
  color: #64748b;
  align-items: center;
  gap: 7px;
  font-weight: 900;
  display: inline-flex;
}

.blog-article {
  background: #fff;
  padding: 70px 0;
}

.blog-article-inner {
  gap: 16px;
  max-width: 820px;
  display: grid;
}

.blog-article h1 {
  max-width: 13ch;
  font-size: 58px;
}

.blog-back-link {
  color: #172033;
  background: #fff;
  border: 1px solid #d7deea;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  padding: 0 12px;
  font-weight: 900;
  display: inline-flex;
}

.blog-back-link:hover {
  border-color: var(--teal);
  background: #f0fdfa;
  text-decoration: none;
}

.blog-article-summary {
  max-width: 720px;
  font-size: 20px;
}

.blog-meta-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.blog-meta-row span {
  background: #fff7ed;
  border-radius: 999px;
  padding: 7px 10px;
}

.blog-article .markdown-content {
  border-top: 1px solid #e2e8f0;
  margin-top: 14px;
  padding-top: 28px;
}

.blog-article .markdown-content h1 {
  display: none;
}

.vertical-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 34px;
  display: grid;
}

.vertical-panel {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  display: grid;
  box-shadow: 0 20px 55px #0f172a1a;
}

.vertical-panel strong {
  color: #0f172a;
  font-size: 1.7rem;
  line-height: 1.12;
}

.vertical-chip-list {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.vertical-chip-list span {
  min-height: 32px;
  color: var(--teal-dark);
  text-transform: none;
  background: #f0fdfa;
  border-radius: 999px;
  align-items: center;
  padding: 0 10px;
  font-size: .82rem;
  font-weight: 900;
  display: inline-flex;
}

.vertical-plan-list {
  gap: 12px;
  display: grid;
}

.vertical-plan-row {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.vertical-plan-row strong {
  color: var(--teal-dark);
  font-size: 1rem;
}

.vertical-plan-row p {
  color: #475569;
  font-weight: 800;
  line-height: 1.55;
}

.auth-page {
  grid-template-columns: minmax(320px, 470px) minmax(360px, 560px);
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  min-height: 100vh;
  padding: 32px;
  display: grid;
}

.auth-panel, .product-preview {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
}

.auth-panel {
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.auth-panel-top {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.brand-row {
  align-items: center;
  gap: 10px;
  display: flex;
}

.brand-row.compact {
  min-width: 0;
}

.brand-mark {
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  place-items: center;
  width: 36px;
  height: 36px;
  font-weight: 800;
  display: grid;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 800;
}

.language-switcher {
  border: 1px solid var(--line);
  color: #344054;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  font-size: .86rem;
  font-weight: 900;
  display: inline-flex;
}

.language-switcher span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.language-switcher select {
  min-width: 104px;
  color: var(--ink);
  background: none;
  border: 0;
  outline: none;
  font-weight: 900;
}

.language-switcher select:focus {
  box-shadow: 0 0 0 3px #0f766e24;
}

.language-switcher.compact {
  background: #fff;
}

.auth-form-wrap {
  gap: 26px;
  margin: auto 0;
  display: grid;
}

.verification-wrap {
  max-width: 560px;
}

.verification-email {
  border: 1px solid var(--line);
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  overflow-wrap: anywhere;
  background: #f7faf9;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 800;
}

.auth-title-row {
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.title-icon, .panel-icon {
  width: 38px;
  height: 38px;
  color: var(--teal);
  background: #e7f4f2;
  border-radius: 8px;
  flex: none;
  place-items: center;
  display: grid;
}

h1, h2, p {
  margin: 0;
}

.auth-title-row h1, .dashboard-view-heading h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.auth-title-row p, .dashboard-card p, .empty-state p, .composer-preview p, .auth-switch, .schedule-row {
  color: var(--muted);
}

.auth-form {
  gap: 10px;
  display: grid;
}

.auth-form label {
  color: #2b3548;
  font-size: .93rem;
  font-weight: 700;
}

.auth-form input {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  background: #fbfcfe;
  border-radius: 8px;
  outline: none;
  padding: 0 14px;
}

.auth-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px #0f766e24;
}

.primary-button, .secondary-button, .icon-chip {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  display: inline-flex;
}

.primary-button {
  background: var(--teal);
  color: #fff;
  min-height: 50px;
  margin-top: 8px;
}

.primary-button:hover {
  background: var(--teal-dark);
}

.primary-button:disabled, .secondary-button:disabled {
  cursor: wait;
  opacity: .7;
}

.secondary-button {
  border: 1px solid var(--line);
  min-height: 42px;
  color: var(--ink);
  background: #fff;
  padding: 0 14px;
}

.form-error {
  border-left: 4px solid var(--coral);
  color: #9f3c22;
  background: #fff1ed;
  padding: 10px 12px;
  font-weight: 700;
}

.form-success {
  border-left: 4px solid var(--teal);
  color: var(--teal-dark);
  background: #edf7f5;
  padding: 10px 12px;
  font-weight: 800;
}

.form-warning {
  border-left: 4px solid var(--yellow);
  color: #7a5600;
  background: #fff8df;
  padding: 10px 12px;
  font-weight: 800;
}

.product-preview {
  background: linear-gradient(135deg, #0f766e1a, #0000 42%), linear-gradient(315deg, #d95f3d21, #0000 38%), #fff;
  align-content: center;
  gap: 18px;
  padding: 34px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.preview-header, .schedule-row, .composer-preview {
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #ffffffd1;
  border-radius: 8px;
}

.preview-header, .schedule-row {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px;
  display: flex;
}

.preview-header h2 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.eyebrow {
  color: var(--coral);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .77rem;
  font-weight: 900;
}

.composer-preview {
  gap: 16px;
  padding: 20px;
  display: grid;
}

.composer-topline {
  align-items: center;
  gap: 8px;
  font-weight: 800;
  display: flex;
}

.channel-list {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.channel-list span, .status-pill {
  min-height: 32px;
  color: var(--teal-dark);
  background: #edf7f5;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-weight: 800;
  display: inline-flex;
}

.channel-list span:nth-child(2) {
  color: var(--blue);
  background: #eef3ff;
}

.channel-list span:nth-child(3) {
  color: #7a5600;
  background: #fff6d8;
}

.channel-list span:nth-child(4) {
  color: #5c3b8a;
  background: #f5efff;
}

.icon-chip {
  background: var(--ink);
  color: #fff;
  width: 40px;
  height: 40px;
}

.dashboard-app {
  background: linear-gradient(180deg, #2563eb14, transparent 28%),
    var(--bg);
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
  display: grid;
}

.dashboard-sidebar {
  border-right: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  height: 100vh;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.workspace-switcher {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 70px;
  color: var(--ink);
  text-align: left;
  background: #fbfcfe;
  border-radius: 8px;
  gap: 4px;
  padding: 12px;
  display: grid;
}

.workspace-switcher-label {
  color: var(--muted);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.workspace-switcher-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
  overflow: hidden;
}

.dashboard-nav {
  gap: 6px;
  display: grid;
}

.dashboard-nav-link {
  color: #344054;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  font-weight: 800;
  display: flex;
}

.dashboard-nav-link:hover {
  background: #f0f5f8;
  text-decoration: none;
}

.dashboard-nav-link.active {
  color: var(--teal-dark);
  background: #e7f4f2;
}

.dashboard-main {
  grid-template-rows: auto 1fr;
  min-width: 0;
  display: grid;
}

.dashboard-main-topbar {
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #f6f8fbe0;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 14px 28px;
  display: flex;
}

.user-chip {
  border: 1px solid var(--line);
  color: #344054;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: min(52vw, 420px);
  min-height: 42px;
  padding: 0 12px;
  font-weight: 800;
  display: inline-flex;
}

.user-chip span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.dashboard-content {
  width: 100%;
  min-width: 0;
  max-width: 1120px;
  padding: 34px 28px;
}

.dashboard-view {
  gap: 24px;
  min-width: 0;
  display: grid;
}

.dashboard-view-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.dashboard-page {
  min-height: 100vh;
  padding: 24px;
}

.dashboard-topbar {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto 24px;
  display: flex;
}

.dashboard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.dashboard-card, .empty-state {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  min-height: 150px;
  padding: 18px;
}

.dashboard-card h2, .empty-state h2 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.empty-state {
  min-height: 260px;
  color: var(--teal-dark);
  align-content: center;
  justify-items: start;
  display: grid;
}

.empty-state.compact {
  min-height: 170px;
}

.empty-state p {
  max-width: 48rem;
}

.accounts-layout {
  gap: 16px;
  min-width: 0;
  display: grid;
}

.accounts-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  display: grid;
}

.panel-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.panel-heading h2 {
  font-size: 1.1rem;
}

.connect-grid, .accounts-list {
  gap: 10px;
  min-width: 0;
  display: grid;
}

.connect-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.connect-action, .account-card {
  border: 1px solid var(--line);
  background: #fbfcfe;
  border-radius: 8px;
  min-width: 0;
}

.connect-action {
  min-height: 74px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: grid;
}

.connect-action:hover {
  border-color: var(--teal);
  background: #edf7f5;
}

.connect-action span:nth-child(2), .account-card-main div {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.connect-action strong, .connect-action small, .account-card h3, .account-card p {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.connect-action strong, .account-card h3 {
  font-size: .94rem;
  font-weight: 900;
}

.connect-action small, .account-card p {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
}

.manual-connect-form {
  gap: 12px;
  min-width: 0;
  display: grid;
}

.manual-connect-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  display: grid;
}

.manual-connect-field {
  min-width: 0;
  color: var(--muted);
  gap: 6px;
  font-size: .78rem;
  font-weight: 900;
  display: grid;
}

.manual-connect-field input {
  border: 1px solid var(--line);
  width: 100%;
  min-width: 0;
  min-height: 42px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border-radius: 8px;
  padding: 0 12px;
  font-size: .9rem;
  font-weight: 700;
}

.manual-connect-field input:focus {
  border-color: var(--teal);
  outline: 3px solid #00a19a29;
}

.manual-connect-toggle {
  width: fit-content;
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  font-weight: 800;
  display: inline-flex;
}

.manual-connect-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--teal);
}

.account-card {
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 12px;
  display: grid;
}

.account-card-main, .account-actions, .account-status {
  align-items: center;
  display: inline-flex;
}

.account-card-main {
  gap: 10px;
  min-width: 0;
}

.account-actions {
  gap: 8px;
}

.account-status {
  border-radius: 8px;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  font-size: .8rem;
  font-weight: 900;
}

.account-status.connected {
  color: var(--teal-dark);
  background: #edf7f5;
}

.account-status.expired {
  color: #7a5600;
  background: #fff6d8;
}

.account-status.disconnected {
  color: #4b5563;
  background: #f1f4f8;
}

.scheduled-layout, .scheduled-list {
  gap: 12px;
  min-width: 0;
  display: grid;
}

.scheduled-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.scheduled-card-main {
  gap: 12px;
  min-width: 0;
  display: grid;
}

.scheduled-title-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.scheduled-title-row time {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.scheduled-card h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.35;
  overflow: hidden;
}

.post-status, .target-status {
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-weight: 900;
  display: inline-flex;
}

.post-status {
  min-height: 32px;
  padding: 0 10px;
  font-size: .8rem;
}

.post-status.scheduled, .post-status.publishing {
  color: var(--blue);
  background: #eef3ff;
}

.post-status.published {
  color: var(--teal-dark);
  background: #edf7f5;
}

.post-status.partial_failed, .post-status.failed {
  color: #9f3c22;
  background: #fff1ed;
}

.post-status.cancelled {
  color: #4b5563;
  background: #f1f4f8;
}

.scheduled-targets {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.target-status-row {
  border: 1px solid var(--line);
  background: #fbfcfe;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  display: grid;
}

.target-status {
  color: #344054;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .84rem;
  overflow: hidden;
}

.target-status.failed {
  color: #9f3c22;
}

.target-status.published {
  color: var(--teal-dark);
}

.scheduled-actions {
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.calendar-layout {
  gap: 14px;
  min-width: 0;
  display: grid;
}

.calendar-shell {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
}

.calendar-toolbar {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  display: flex;
}

.calendar-toolbar h2 {
  margin-top: 3px;
  font-size: 1.2rem;
}

.calendar-actions {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.calendar-icon-button {
  border: 1px solid var(--line);
  color: #344054;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  place-items: center;
  width: 40px;
  height: 40px;
  display: inline-grid;
}

.calendar-icon-button:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.calendar-scroll {
  min-width: 0;
  overflow-x: auto;
}

.calendar-weekdays, .calendar-grid {
  grid-template-columns: repeat(7, minmax(112px, 1fr));
  min-width: 784px;
  display: grid;
}

.calendar-weekdays {
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.calendar-weekdays span {
  min-height: 36px;
  color: var(--muted);
  text-transform: uppercase;
  padding: 10px 8px;
  font-size: .78rem;
  font-weight: 900;
}

.calendar-day {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 8px;
  min-width: 0;
  min-height: 136px;
  padding: 8px;
  display: grid;
}

.calendar-day:nth-child(7n) {
  border-right: 0;
}

.calendar-day.outside-month {
  background: #f7f9fc;
}

.calendar-date {
  color: #344054;
  border-radius: 8px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: .86rem;
  font-weight: 900;
  display: inline-grid;
}

.outside-month .calendar-date {
  color: #98a2b3;
}

.calendar-date.today {
  background: var(--ink);
  color: #fff;
}

.calendar-day-items {
  align-content: start;
  gap: 6px;
  min-width: 0;
  display: grid;
}

.calendar-post {
  min-width: 0;
  min-height: 50px;
  color: var(--ink);
  border: 1px solid #0000;
  border-radius: 8px;
  gap: 3px;
  padding: 7px;
  text-decoration: none;
  display: grid;
}

.calendar-post:hover {
  text-decoration: none;
}

.calendar-post-status, .calendar-post-title {
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.calendar-post-status {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .7rem;
  font-weight: 900;
}

.calendar-post-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.25;
  display: -webkit-box;
}

.calendar-post.scheduled, .calendar-post.publishing {
  background: #eef3ff;
  border-color: #c7d7fe;
}

.calendar-post.scheduled .calendar-post-status, .calendar-post.publishing .calendar-post-status {
  color: var(--blue);
}

.calendar-post.published {
  background: #edf7f5;
  border-color: #b7e1db;
}

.calendar-post.published .calendar-post-status {
  color: var(--teal-dark);
}

.calendar-post.partial_failed, .calendar-post.failed {
  background: #fff1ed;
  border-color: #f7c7ba;
}

.calendar-post.partial_failed .calendar-post-status, .calendar-post.failed .calendar-post-status {
  color: #9f3c22;
}

.calendar-post.cancelled {
  background: #f1f4f8;
  border-color: #d8dee8;
}

.calendar-post.cancelled .calendar-post-status {
  color: #4b5563;
}

.calendar-overflow {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}

.post-detail-layout {
  gap: 14px;
  min-width: 0;
  display: grid;
}

.post-detail-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.post-caption-block {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.post-caption-block h2, .post-detail-panel h2 {
  font-size: 1.05rem;
}

.post-caption-block p {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  line-height: 1.55;
}

.post-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  display: grid;
}

.post-media-item {
  border: 1px solid var(--line);
  color: #344054;
  background: #fbfcfe;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 74px;
  padding: 10px;
  font-weight: 900;
  display: grid;
}

.post-media-item code {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  grid-column: 1 / -1;
  font-family: inherit;
  font-size: .78rem;
  overflow: hidden;
}

.post-target-list {
  gap: 10px;
  min-width: 0;
  display: grid;
}

.post-target-card {
  border: 1px solid var(--line);
  background: #fbfcfe;
  border-radius: 8px;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  display: grid;
}

.target-card-heading {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: grid;
}

.target-card-heading div {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.target-card-heading h3, .target-card-heading p {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.target-card-heading h3 {
  font-size: .98rem;
}

.target-caption {
  color: #344054;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.target-error {
  border-left: 4px solid var(--coral);
  color: #9f3c22;
  background: #fff1ed;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px 12px;
  font-weight: 800;
  display: inline-flex;
}

.target-card-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: inline-flex;
}

.secondary-button.danger {
  color: #9f3c22;
}

.primary-button.danger {
  background: var(--coral);
}

.modal-backdrop {
  z-index: 20;
  background: #17203361;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.confirm-dialog {
  border: 1px solid var(--line);
  width: min(100%, 390px);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 8px;
  gap: 12px;
  padding: 20px;
  display: grid;
}

.confirm-dialog h2 {
  font-size: 1.15rem;
}

.confirm-dialog p {
  color: var(--muted);
  font-weight: 800;
}

.dialog-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.composer-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  align-items: start;
  gap: 16px;
  min-width: 0;
  display: grid;
}

.composer-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
}

.composer-editor, .composer-side {
  gap: 18px;
  padding: 18px;
  display: grid;
}

.composer-side {
  position: sticky;
  top: 96px;
}

.composer-field, .platform-field-group {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.composer-field label, .composer-field > span, .platform-field-group label, .composer-section-heading h2 {
  color: #2b3548;
  font-size: .93rem;
  font-weight: 900;
}

.composer-field textarea, .platform-field-group textarea, .platform-field-group input, .composer-field input {
  border: 1px solid var(--line);
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: #fbfcfe;
  border-radius: 8px;
  outline: none;
}

.composer-field textarea, .platform-field-group textarea {
  resize: vertical;
  min-height: 112px;
  padding: 14px;
  line-height: 1.5;
}

.platform-field-group textarea {
  min-height: 92px;
}

.composer-field input, .platform-field-group input {
  min-height: 44px;
  padding: 0 12px;
}

.composer-field textarea:focus, .platform-field-group textarea:focus, .platform-field-group input:focus, .composer-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px #0f766e24;
}

.composer-field.compact {
  margin-top: 12px;
}

.field-counter {
  color: var(--muted);
  justify-self: end;
  font-size: .78rem;
  font-weight: 800;
}

.composer-upload-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  display: grid;
}

.upload-dropzone {
  color: #344054;
  cursor: pointer;
  background: #f8fbfc;
  border: 1px dashed #9fb1c8;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 58px;
  padding: 0 14px;
  font-weight: 900;
  display: flex;
}

.upload-dropzone:hover {
  border-color: var(--teal);
  background: #edf7f5;
}

.upload-dropzone span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.upload-dropzone input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.icon-button {
  border: 1px solid var(--line);
  color: #344054;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  place-items: center;
  width: 46px;
  min-width: 46px;
  display: inline-grid;
}

.composer-section {
  gap: 12px;
  min-width: 0;
  display: grid;
}

.composer-section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.inline-status, .composer-empty {
  border: 1px solid var(--line);
  min-height: 48px;
  color: var(--muted);
  background: #fbfcfe;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-weight: 800;
  display: flex;
}

.account-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.account-choice {
  border: 1px solid var(--line);
  min-width: 0;
  min-height: 66px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
}

.account-choice:hover {
  border-color: #9fb1c8;
}

.account-choice.selected {
  border-color: var(--teal);
  background: #edf7f5;
}

.account-choice:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.account-choice span:last-child {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.account-choice strong, .account-choice small {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.account-choice strong {
  font-size: .92rem;
}

.account-choice small {
  color: var(--muted);
  font-weight: 800;
}

.platform-badge {
  background: var(--ink);
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: .78rem;
  font-weight: 900;
  display: grid;
}

.platform-tab-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.platform-tab {
  border: 1px solid var(--line);
  min-width: 0;
  min-height: 58px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px;
  display: grid;
}

.platform-tab.selected {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: #edf7f5;
}

.platform-tab span:last-child {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.platform-tab strong, .platform-tab small {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.platform-tab small {
  color: var(--muted);
  font-weight: 800;
}

.platform-edit-panel {
  border: 1px solid var(--line);
  background: #fbfcfe;
  border-radius: 8px;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  display: grid;
}

.platform-validation-list, .platform-summary-list {
  margin-top: 4px;
}

.segmented-control {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.segmented-control button {
  border: 1px solid var(--line);
  color: #344054;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 44px;
  font-weight: 900;
  display: inline-flex;
}

.segmented-control button.selected {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: #edf7f5;
}

.validation-list {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.validation-list li {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 10px;
  display: grid;
}

.validation-list li.valid {
  color: var(--teal-dark);
}

.validation-list li.warning {
  color: #9f3c22;
}

.validation-list span, .validation-list strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.validation-list strong {
  color: #344054;
  font-size: .78rem;
}

.readiness-panel {
  gap: 10px;
}

.readiness-summary {
  border: 1px solid var(--line);
  min-width: 0;
  color: var(--teal-dark);
  background: #f8fbfc;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 4px 8px;
  padding: 12px;
  display: grid;
}

.readiness-summary strong {
  color: #344054;
  overflow-wrap: anywhere;
  grid-column: 2;
  min-width: 0;
  font-size: .84rem;
}

.readiness-summary span {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: .88rem;
  font-weight: 900;
}

.readiness-list {
  margin-top: 2px;
}

.platform-readiness-list {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.platform-readiness-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  display: grid;
}

.platform-readiness-card.ready {
  border-color: #0f766e4d;
}

.platform-readiness-card.warning {
  border-color: #9f3c223d;
}

.platform-readiness-heading {
  min-width: 0;
  color: var(--teal-dark);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  display: grid;
}

.platform-readiness-card.warning .platform-readiness-heading {
  color: #9f3c22;
}

.platform-readiness-heading span, .platform-readiness-heading strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.platform-readiness-heading span {
  font-size: .86rem;
  font-weight: 900;
}

.platform-readiness-heading strong {
  color: #344054;
  font-size: .76rem;
}

.platform-readiness-card ul {
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.platform-readiness-card li, .readiness-empty {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.4;
}

.platform-readiness-card li {
  padding-left: 12px;
  position: relative;
}

.platform-readiness-card li:before {
  content: "";
  background: currentColor;
  border-radius: 999px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: .58em;
  left: 0;
}

.readiness-empty {
  margin: 0;
}

.post-preview-box {
  border: 1px solid var(--line);
  background: #fbfcfe;
  border-radius: 8px;
  gap: 12px;
  min-height: 160px;
  padding: 14px;
  display: grid;
}

.post-preview-box p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.media-preview-chip, .target-chip-row span {
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 30px;
  padding: 0 9px;
  font-weight: 900;
  display: inline-flex;
}

.media-preview-chip {
  width: fit-content;
  max-width: 100%;
  color: var(--blue);
  background: #eef3ff;
}

.media-preview-chip span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.target-chip-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.target-chip-row span {
  color: #7a5600;
  background: #fff6d8;
}

.composer-save-button {
  width: 100%;
}

.dashboard-loading {
  min-height: 100vh;
  color: var(--muted);
  align-content: center;
  place-items: center;
  gap: 12px;
  font-weight: 800;
  display: grid;
}

.help-page {
  gap: 24px;
  width: min(100%, 1120px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px;
  display: grid;
}

.help-page.article {
  align-content: start;
}

.help-header {
  gap: 24px;
  padding: 18px 0 8px;
  display: grid;
}

.help-title-block {
  gap: 10px;
  max-width: 760px;
  display: grid;
}

.help-title-block h1, .help-article-header h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: .98;
}

.help-title-block p, .help-article-header > p:last-child, .markdown-content p, .markdown-content li {
  color: var(--muted);
  line-height: 1.65;
}

.help-search {
  border: 1px solid var(--line);
  width: min(100%, 620px);
  min-height: 50px;
  color: var(--muted);
  background: #fff;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  display: grid;
}

.help-search input {
  min-width: 0;
  color: var(--ink);
  background: none;
  border: 0;
  outline: none;
}

.help-section-nav {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.help-section-nav a, .help-back-link, .help-sidebar-link {
  border-radius: 8px;
  align-items: center;
  min-height: 38px;
  font-weight: 900;
  display: inline-flex;
}

.help-section-nav a {
  border: 1px solid var(--line);
  color: #344054;
  background: #fff;
  padding: 0 12px;
}

.help-section-nav a:hover, .help-back-link:hover, .help-sidebar-link:hover, .help-article-card:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: #edf7f5;
  text-decoration: none;
}

.help-section-list, .help-section {
  gap: 16px;
  display: grid;
}

.help-section {
  scroll-margin-top: 24px;
}

.help-section-heading {
  align-items: center;
  gap: 10px;
  display: flex;
}

.help-section-heading h2 {
  font-size: 1.25rem;
}

.help-article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.help-article-card {
  border: 1px solid var(--line);
  min-width: 0;
  min-height: 126px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  gap: 8px;
  padding: 16px;
  display: grid;
}

.help-article-card h3 {
  font-size: 1rem;
}

.help-article-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.help-article-header {
  gap: 10px;
  max-width: 820px;
  padding-top: 8px;
  display: grid;
}

.help-back-link {
  border: 1px solid var(--line);
  color: #344054;
  background: #fff;
  gap: 8px;
  width: fit-content;
  padding: 0 12px;
}

.help-article-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.help-sidebar {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  gap: 16px;
  min-width: 0;
  padding: 14px;
  display: grid;
  position: sticky;
  top: 24px;
}

.help-sidebar-section {
  gap: 6px;
  display: grid;
}

.help-sidebar-section h2 {
  color: var(--muted);
  text-transform: uppercase;
  font-size: .78rem;
}

.help-sidebar-link {
  color: #344054;
  padding: 0 10px;
}

.help-sidebar-link.active {
  color: var(--teal-dark);
  background: #e7f4f2;
}

.help-article-body {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  padding: 22px;
}

.markdown-content {
  gap: 16px;
  min-width: 0;
  display: grid;
}

.markdown-content h1, .markdown-content h2, .markdown-content h3 {
  line-height: 1.15;
}

.markdown-content h2 {
  margin-top: 8px;
  font-size: 1.35rem;
}

.markdown-content h3 {
  font-size: 1.1rem;
}

.markdown-content ul, .markdown-content ol {
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  display: grid;
}

.markdown-content code {
  color: #344054;
  background: #f1f4f8;
  border-radius: 6px;
  padding: 2px 5px;
  font-family: inherit;
  font-weight: 900;
}

.spin {
  animation: 1s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 820px) {
  .marketing-header {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px 20px;
    position: static;
  }

  .marketing-nav {
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .marketing-actions {
    justify-content: flex-start;
  }

  .marketing-hero {
    background: #f8fafc;
    min-height: auto;
    padding: 46px 0 40px;
    display: grid;
  }

  .hero-content {
    order: 1;
    max-width: none;
  }

  .hero-visual {
    z-index: 0;
    order: 2;
    justify-content: center;
    padding: 26px 20px 0;
    position: relative;
    inset: auto;
  }

  .hero-dashboard {
    grid-template-columns: 64px minmax(0, 1fr);
    width: min(100%, 520px);
    min-height: 330px;
    transform: none;
  }

  .hero-dashboard-sidebar {
    padding: 18px 12px;
  }

  .hero-dashboard-main {
    padding: 18px;
  }

  .marketing-hero h1 {
    font-size: 54px;
  }

  .hero-claim {
    font-size: 30px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .platform-strip-inner, .product-band-grid, .founder-grid, .pricing-grid, .seo-hero-grid, .vertical-hero-grid, .tool-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .platform-chip-list {
    justify-content: flex-start;
  }

  .platform-status-grid, .steps-grid, .feature-card-grid, .proof-grid, .seo-card-grid, .pricing-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-link-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero, .tool-shell, .blog-hero, .blog-article, .blog-section, .vertical-hero, .seo-section {
    padding: 58px 0;
  }

  .seo-hero h1, .tool-shell h1, .blog-hero h1, .blog-article h1, .vertical-hero h1 {
    max-width: 16ch;
    font-size: 42px;
  }

  .seo-intro, .blog-hero p, .blog-article-summary, .vertical-hero p {
    font-size: 18px;
  }

  .blog-grid, .faq-grid {
    grid-template-columns: 1fr;
  }

  .marketing-section {
    padding: 64px 0;
  }

  .platform-strip h2, .section-heading h2, .product-band h2, .founder-grid h2, .pricing-grid h2, .final-cta h2 {
    font-size: 32px;
  }

  .auth-page {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .auth-panel, .product-preview {
    box-shadow: none;
  }

  .product-preview {
    order: -1;
    min-height: 430px;
  }

  .auth-title-row h1, .dashboard-view-heading h1 {
    font-size: 2.1rem;
  }

  .dashboard-app {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    height: auto;
    position: static;
  }

  .dashboard-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-content {
    padding: 24px 18px;
  }

  .dashboard-grid, .composer-layout {
    grid-template-columns: 1fr;
  }

  .composer-side {
    position: static;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manual-connect-grid {
    grid-template-columns: 1fr;
  }

  .account-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .account-actions {
    justify-content: stretch;
  }

  .scheduled-card {
    grid-template-columns: 1fr;
  }

  .scheduled-actions {
    justify-content: stretch;
  }

  .post-media-grid, .platform-tab-list, .help-article-grid, .help-article-layout {
    grid-template-columns: 1fr;
  }

  .help-sidebar {
    position: static;
  }
}

@media (max-width: 520px) {
  .marketing-container {
    width: min(100% - 28px, 1120px);
  }

  .marketing-actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: grid;
  }

  .marketing-login, .marketing-cta.small {
    justify-content: center;
    width: 100%;
  }

  .marketing-cta, .marketing-secondary {
    min-height: 46px;
    padding: 0 14px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .marketing-cta, .hero-buttons .marketing-secondary {
    width: 100%;
  }

  .marketing-hero {
    padding-top: 38px;
  }

  .marketing-hero h1 {
    font-size: 44px;
  }

  .hero-claim {
    font-size: 26px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-trust-strip span {
    justify-content: center;
    width: 100%;
  }

  .hero-dashboard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-dashboard-sidebar {
    display: none;
  }

  .hero-status-row span, .platform-dot, .platform-chip {
    font-size: .78rem;
  }

  .platform-status-grid, .steps-grid, .feature-card-grid, .proof-grid, .seo-card-grid, .pricing-stage-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero, .tool-shell, .blog-hero, .blog-article, .blog-section, .vertical-hero, .seo-section {
    padding: 44px 0;
  }

  .seo-hero h1, .tool-shell h1, .blog-hero h1, .blog-article h1, .vertical-hero h1 {
    font-size: 34px;
  }

  .caption-tool-form, .caption-tool-results, .seo-summary-panel, .vertical-panel {
    padding: 16px;
  }

  .vertical-plan-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .caption-tool-form button {
    width: 100%;
  }

  .caption-card {
    grid-template-columns: 1fr;
  }

  .caption-card button {
    width: 100%;
  }

  .pricing-teaser strong {
    font-size: 1.6rem;
  }

  .waitlist-row {
    grid-template-columns: 1fr;
  }

  .waitlist-row button {
    width: 100%;
  }

  .auth-panel, .product-preview {
    padding: 20px;
  }

  .dashboard-sidebar, .dashboard-main-topbar {
    padding: 16px;
  }

  .dashboard-view-heading, .dashboard-topbar, .dashboard-main-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .auth-panel-top, .language-switcher, .language-switcher select {
    width: 100%;
  }

  .auth-panel-top {
    flex-direction: column;
    align-items: stretch;
  }

  .language-switcher {
    justify-content: space-between;
  }

  .dashboard-nav {
    grid-template-columns: 1fr;
  }

  .user-chip {
    width: 100%;
    max-width: none;
  }

  .secondary-button {
    width: 100%;
  }

  .composer-upload-row, .segmented-control, .validation-list li, .target-status-row, .connect-grid, .dialog-actions {
    grid-template-columns: 1fr;
  }

  .scheduled-actions, .target-card-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .icon-button {
    width: 100%;
  }

  .help-page {
    padding: 18px;
  }

  .help-section-nav {
    grid-template-columns: 1fr;
    display: grid;
  }

  .help-section-nav a, .help-back-link, .help-sidebar-link {
    width: 100%;
  }

  .validation-list li {
    justify-items: start;
    min-height: 56px;
    padding: 10px;
  }
}

/* [project]/src/app/dashboard-refresh.css [app-client] (css) */
.dashboard-create-action {
  background: var(--teal);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 14px;
  font-weight: 900;
  display: inline-flex;
}

.dashboard-create-action:hover {
  background: var(--teal-dark);
  color: #fff;
  text-decoration: none;
}

.dashboard-view-heading > div > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  margin-top: 9px;
}

.dashboard-view-heading > .primary-button, .dashboard-view-heading > .secondary-button {
  flex: none;
  margin-top: 0;
  padding: 0 16px;
}

.overview-layout, .posts-library-layout, .api-keys-layout {
  gap: 18px;
  min-width: 0;
  display: grid;
}

.overview-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.overview-stat {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  min-height: 112px;
  padding: 16px;
  display: flex;
}

.overview-stat > div {
  gap: 9px;
  display: grid;
}

.overview-stat span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.overview-stat strong {
  color: var(--ink);
  font-size: 1.9rem;
}

.overview-stat svg {
  color: #64748b;
}

.overview-stat.scheduled svg {
  color: #2563eb;
}

.overview-stat.published svg {
  color: var(--teal);
}

.overview-stat.failed svg {
  color: var(--coral);
}

.overview-main-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: start;
  gap: 16px;
  display: grid;
}

.overview-panel, .api-keys-panel, .api-key-create-panel, .api-secret-panel, .revoked-api-keys, .api-access-state {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
}

.overview-panel, .api-keys-panel, .api-key-create-panel, .api-secret-panel, .api-access-state {
  padding: 18px;
}

.overview-panel-heading, .api-secret-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.overview-panel-heading {
  margin-bottom: 16px;
}

.overview-panel-heading h2, .api-key-create-panel h2, .api-secret-panel h2, .api-access-state h2 {
  font-size: 1.08rem;
}

.overview-panel-heading a {
  color: var(--teal);
  align-items: center;
  gap: 6px;
  font-size: .83rem;
  font-weight: 850;
  display: inline-flex;
}

.overview-empty {
  border-top: 1px solid var(--line);
  min-height: 280px;
  color: var(--teal);
  align-content: center;
  justify-items: start;
  display: grid;
}

.overview-empty.compact {
  min-height: 190px;
}

.overview-empty h3 {
  color: var(--ink);
  margin: 14px 0 6px;
  font-size: 1rem;
}

.overview-empty p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.55;
}

.overview-empty .primary-button {
  margin-top: 16px;
  padding: 0 14px;
}

.overview-post-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.overview-post-list > a {
  border-bottom: 1px solid var(--line);
  min-width: 0;
  min-height: 72px;
  color: var(--ink);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
  padding: 10px 2px;
  display: grid;
}

.overview-post-list > a:hover {
  background: #f8fafc;
  text-decoration: none;
}

.overview-post-list strong, .overview-post-list small {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.overview-post-list strong {
  grid-column: 2;
  font-size: .9rem;
}

.overview-post-list small {
  color: var(--muted);
  grid-column: 2;
  font-size: .74rem;
}

.overview-post-list .post-status {
  grid-row: 1 / span 2;
}

.overview-target-count {
  color: var(--muted);
  grid-area: 1 / 3 / span 2;
  font-size: .74rem;
  font-weight: 800;
}

.quick-start-list {
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.quick-start-list li {
  border-top: 1px solid var(--line);
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 11px;
  padding: 16px 0;
  display: grid;
}

.quick-start-list li > span {
  color: #64748b;
  background: #eef2f6;
  border-radius: 999px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: .76rem;
  font-weight: 900;
  display: inline-grid;
}

.quick-start-list li.complete > span {
  color: #166534;
  background: #dcfce7;
}

.quick-start-list strong {
  color: var(--ink);
  font-size: .88rem;
}

.quick-start-list p {
  color: var(--muted);
  margin-top: 4px;
  font-size: .8rem;
  line-height: 1.45;
}

.quick-start-actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.quick-start-actions .primary-button {
  margin-top: 0;
  padding: 0 14px;
}

.posts-filter-bar {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 6px;
  padding-bottom: 12px;
  display: flex;
  overflow-x: auto;
}

.posts-filter-bar button {
  color: #526074;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 11px;
  font-weight: 800;
  display: inline-flex;
}

.posts-filter-bar button strong {
  background: #edf1f5;
  border-radius: 999px;
  place-items: center;
  min-width: 22px;
  height: 22px;
  font-size: .72rem;
  display: inline-grid;
}

.posts-filter-bar button.active {
  color: var(--teal-dark);
  background: #e7f4f2;
  border-color: #b9dcd6;
}

.posts-library-empty .primary-button {
  margin-top: 16px;
  padding: 0 14px;
}

.posts-library-list {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  display: grid;
}

.post-library-row {
  border-bottom: 1px solid var(--line);
  min-width: 0;
  min-height: 78px;
  color: var(--ink);
  grid-template-columns: 40px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  display: grid;
}

.post-library-row:last-child {
  border-bottom: 0;
}

.post-library-row:hover {
  background: #f8fafc;
  text-decoration: none;
}

.post-type-icon {
  color: #526074;
  background: #eef2f6;
  border-radius: 8px;
  place-items: center;
  width: 40px;
  height: 40px;
  display: inline-grid;
}

.post-library-copy {
  gap: 5px;
  min-width: 0;
  display: grid;
}

.post-library-copy strong, .post-library-copy small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.post-library-copy strong {
  font-size: .9rem;
}

.post-library-copy small {
  color: var(--muted);
  text-transform: capitalize;
  font-size: .74rem;
}

.post-library-platforms {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.post-library-platforms > span {
  color: #fff;
  background: #172033;
  border: 2px solid #fff;
  border-radius: 999px;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -7px;
  font-size: .65rem;
  font-weight: 900;
  display: inline-grid;
}

.api-key-create-panel {
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  align-items: end;
  gap: 34px;
  display: grid;
}

.api-key-create-panel p, .api-secret-panel p, .api-access-state p {
  color: var(--muted);
  margin-top: 7px;
  font-size: .86rem;
  line-height: 1.55;
}

.api-key-create-panel form {
  gap: 7px;
  display: grid;
}

.api-key-create-panel label {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 850;
}

.api-key-create-panel form > div, .api-secret-value {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  display: grid;
}

.api-key-create-panel input, .api-secret-value input {
  border: 1px solid var(--line);
  min-width: 0;
  min-height: 48px;
  color: var(--ink);
  background: #fbfcfe;
  border-radius: 8px;
  padding: 0 12px;
}

.api-key-create-panel .primary-button {
  margin-top: 0;
  padding: 0 14px;
}

.api-secret-panel {
  background: #f1faf8;
  border-color: #86cbbf;
}

.api-secret-heading > div {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.api-secret-heading > div > svg {
  color: var(--teal);
}

.api-secret-heading .icon-button {
  width: 38px;
  min-width: 38px;
}

.api-secret-value {
  margin-top: 14px;
}

.api-secret-value input {
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .8rem;
}

.api-key-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.api-key-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 10px 0;
  display: grid;
}

.api-key-list article:last-child {
  border-bottom: 0;
}

.api-key-icon {
  color: #526074;
  background: #eef2f6;
  border-radius: 8px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: inline-grid;
}

.api-key-list article > div {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.api-key-list code, .api-key-list small {
  color: var(--muted);
  font-size: .74rem;
}

.api-key-list code {
  text-overflow: ellipsis;
  overflow: hidden;
}

.api-key-list .icon-button {
  width: 38px;
  min-width: 38px;
}

.api-key-list.muted {
  opacity: .66;
}

.revoked-api-keys {
  padding: 0 18px;
}

.revoked-api-keys summary {
  min-height: 54px;
  color: var(--muted);
  cursor: pointer;
  align-items: center;
  font-size: .82rem;
  font-weight: 850;
  display: flex;
}

.api-access-state {
  justify-items: start;
  max-width: 640px;
  display: grid;
}

.api-access-state > svg {
  color: var(--teal);
  margin-bottom: 16px;
}

.api-access-state .secondary-button {
  margin-top: 14px;
}

.confirm-dialog-backdrop {
  z-index: 60;
  background: #17203375;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

@media (max-width: 960px) {
  .overview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overview-main-grid, .api-key-create-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .dashboard-create-action {
    min-height: 42px;
  }

  .dashboard-view-heading {
    grid-template-columns: 1fr;
    display: grid;
  }

  .dashboard-view-heading > .primary-button, .dashboard-view-heading > .secondary-button {
    width: 100%;
  }

  .overview-post-list > a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .overview-target-count {
    display: none;
  }

  .post-library-row {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .post-library-platforms {
    display: none;
  }
}

@media (max-width: 520px) {
  .overview-stats {
    grid-template-columns: 1fr 1fr;
  }

  .overview-stat {
    min-height: 100px;
    padding: 13px;
  }

  .overview-stat strong {
    font-size: 1.6rem;
  }

  .overview-stat svg {
    display: none;
  }

  .post-library-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .post-library-row > .post-status {
    grid-column: 2;
    justify-self: start;
  }

  .api-key-create-panel form > div, .api-secret-value {
    grid-template-columns: 1fr;
  }

  .api-key-create-panel .primary-button, .api-secret-value .secondary-button {
    width: 100%;
  }
}

/*# sourceMappingURL=src_app_1h3rf9u._.css.map*/