
:root {
  color-scheme: light;
  --bg: #f7f7fb;
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: #ffffff;
  --text: #111827;
  --muted: #667085;
  --line: rgba(15, 23, 42, 0.09);
  --blue: #168cff;
  --cyan: #22d3ee;
  --purple: #6d35f2;
  --violet: #8b5cf6;
  --pink: #e63b7a;
  --green: #31bd62;
  --orange: #f59e0b;
  --shadow: 0 30px 80px rgba(45, 49, 80, 0.14);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 5%, rgba(34, 211, 238, .08), transparent 30rem),
    radial-gradient(circle at 92% 14%, rgba(109, 53, 242, .08), transparent 34rem),
    linear-gradient(180deg, #fbfcff 0%, #f6f7fb 45%, #fafaff 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.page-glow {
  position: fixed;
  pointer-events: none;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .25;
  z-index: -1;
}

.page-glow-one {
  top: -10rem;
  right: -10rem;
  background: #7c4dff;
}

.page-glow-two {
  top: 42rem;
  left: -15rem;
  background: #21d4fd;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1120px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px 10px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 12px 40px rgba(57, 63, 98, .09);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  border-radius: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  letter-spacing: -.02em;
  width: fit-content;
}

.brand-icon {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: 0 5px 16px rgba(60, 50, 150, .13);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  color: #596273;
}

.nav-links a:hover { color: #111827; }

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover { transform: translateY(-2px); }

.button-small {
  padding: 10px 16px;
  font-size: 14px;
}

.button-large {
  padding: 15px 21px;
  font-size: 16px;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #128cff 0%, #3456e8 46%, #7936e8 100%);
  box-shadow: 0 10px 24px rgba(71, 72, 217, .24);
}

.button-primary:hover { box-shadow: 0 14px 32px rgba(71, 72, 217, .32); }

.button-secondary {
  color: #242b3b;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(30, 41, 59, .10);
  box-shadow: 0 8px 18px rgba(34, 43, 72, .06);
}

.hero {
  width: min(1120px, calc(100% - 40px));
  margin: 72px auto 26px;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  color: #6c55d9;
  font-weight: 760;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1,
.section h2 {
  margin: 0;
  letter-spacing: -.055em;
  line-height: .98;
}

.hero h1 {
  font-size: clamp(54px, 6vw, 86px);
  max-width: 760px;
}

.hero h1 span {
  background: linear-gradient(100deg, #117df0 5%, #3d58e7 45%, #7b3bd4 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-meta {
  margin-top: 18px;
  color: #7a8497;
  font-size: 13px;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.dot { opacity: .5; }

.hero-visual {
  min-height: 540px;
  display: grid;
  place-items: center;
  position: relative;
}

.icon-halo {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(25, 199, 251, .35), transparent 50%),
    radial-gradient(circle at 65% 65%, rgba(115, 54, 239, .30), transparent 54%);
  filter: blur(42px);
}

.hero-icon {
  position: relative;
  width: min(490px, 94%);
  border-radius: 28%;
  filter: drop-shadow(0 30px 40px rgba(65, 54, 116, .18));
  transform: rotate(1.5deg);
}

.shortcut-strip {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 105px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 16px 50px rgba(38, 45, 76, .08);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.shortcut-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #596273;
  font-size: 14px;
}

.shortcut-key, kbd {
  background: linear-gradient(180deg, #fff, #f0f1f6);
  border: 1px solid rgba(20,30,50,.12);
  border-bottom-width: 2px;
  border-radius: 9px;
  padding: 6px 9px;
  color: #293144;
  font: inherit;
  font-weight: 760;
  box-shadow: 0 4px 10px rgba(28,35,58,.06);
}

.shortcut-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .07em;
  color: #536174;
}

.shortcut-actions i {
  width: 4px;
  height: 4px;
  background: #b4bcc8;
  border-radius: 50%;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 120px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading.compact { margin-bottom: 30px; }

.section h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.section-heading p,
.quick-capture-copy > p,
.privacy-card p,
.download-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.feature-card {
  min-height: 265px;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 45px rgba(45, 52, 81, .08);
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .08;
  filter: blur(4px);
}

.feature-card-wide {
  grid-column: 1 / -1;
  min-height: 220px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent) 11%, white);
  color: var(--accent);
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 28px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 27px;
  letter-spacing: -.035em;
}

.feature-card p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  line-height: 1.62;
  font-size: 16px;
}

.feature-caption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: color-mix(in srgb, var(--accent) 78%, #475467);
  font-weight: 790;
}

.accent-blue { --accent: #168cff; }
.accent-purple { --accent: #8051ef; }
.accent-pink { --accent: #e63b7a; }
.accent-green { --accent: #31bd62; }
.accent-orange { --accent: #f59e0b; }

.quick-capture-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.quick-capture-copy h2 {
  font-size: clamp(42px, 4.5vw, 62px);
}

.example-list {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.example-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(30, 41, 59, .07);
  color: #596273;
  font-size: 13px;
}

.example-row code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2e3646;
}

.capture-mockup {
  border-radius: 30px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(30,35,48,.98), rgba(25,28,37,.94));
  color: white;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 36px 80px rgba(17, 24, 39, .28);
}

.capture-header {
  display: flex;
  justify-content: space-between;
  padding: 2px 4px 17px;
  color: #f5f6f8;
}

.capture-input {
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 18px 4px;
  color: #9fa7b4;
  font-size: 15px;
}

.capture-result {
  margin: 18px 0;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  padding: 16px;
  border-radius: 18px;
}

.capture-result-type {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.capture-result-type small {
  color: #959eaa;
  display: block;
  margin-top: 4px;
}

.capture-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #b99aff;
  background: rgba(139, 92, 246, .12);
}

.valid {
  color: #66d988;
  font-size: 13px;
  font-weight: 700;
}

.capture-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.capture-buttons button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.10);
  color: #eef1f5;
  background: rgba(255,255,255,.06);
  padding: 11px 8px;
  border-radius: 11px;
  font: inherit;
  font-size: 13px;
}

.capture-footer {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  color: #8e97a4;
  font-size: 12px;
}

.philosophy-card,
.privacy-card,
.download-card {
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: var(--shadow);
}

.philosophy-card {
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 80px;
  align-items: end;
}

.philosophy-card h2 {
  font-size: clamp(40px,4.2vw,58px);
}

.philosophy-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
  margin: 0;
}

.privacy-card {
  padding: 50px;
  display: grid;
  grid-template-columns: auto 1.2fr .8fr;
  gap: 30px;
  align-items: center;
}

.privacy-lock {
  width: 56px;
  height: 56px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #31bd62;
  background: rgba(49, 189, 98, .11);
  box-shadow: inset 0 0 0 1px rgba(49, 189, 98, .10);
}

.privacy-card h2 {
  font-size: clamp(38px,4vw,55px);
}

.privacy-points {
  display: grid;
  gap: 12px;
  color: #4d596b;
  font-size: 14px;
}

.download-card {
  padding: 36px 48px 36px 36px;
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: center;
  gap: 48px;
}

.download-art {
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 25%, rgba(34,211,238,.22), transparent 45%),
    radial-gradient(circle at 70% 75%, rgba(124,58,237,.18), transparent 47%),
    #f7f8fd;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.download-art img {
  width: 285px;
  max-width: 88%;
  border-radius: 26%;
  filter: drop-shadow(0 22px 30px rgba(57, 47, 112, .18));
}

.download-copy h2 {
  font-size: clamp(42px,4.5vw,60px);
}

.download-actions { margin: 26px 0 16px; }

.download-info {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #7b8494;
  font-size: 13px;
}

.download-note {
  margin-top: 18px !important;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f5fa;
  color: #687286 !important;
  font-size: 12px !important;
}

.download-note code,
.faq-grid code {
  background: #eceef4;
  border-radius: 6px;
  padding: 2px 5px;
}

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

.faq-grid details {
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 14px 35px rgba(43,51,79,.06);
  padding: 18px 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 720;
}

.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 14px 0 2px;
}

.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 40px;
  padding: 28px 4px 12px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  color: #7b8494;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a:hover { color: #2c3444; }

.copyright {
  grid-column: 1 / -1;
  font-size: 12px;
  margin: 8px 0 0;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links { display: none; }

  .hero,
  .quick-capture-section,
  .philosophy-card,
  .privacy-card,
  .download-card {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-top: 50px;
    gap: 20px;
  }

  .hero-copy { text-align: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 420px; }
  .hero-icon { max-width: 430px; }

  .shortcut-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .philosophy-card { gap: 25px; }
  .privacy-card { gap: 18px; }
  .download-card { padding: 28px; }
  .download-art { min-height: 320px; }
}

@media (max-width: 620px) {
  .site-header > .button { display: none; }

  .hero h1 { font-size: 50px; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 340px; }
  .hero-icon { width: 330px; }

  .shortcut-actions {
    width: 100%;
    overflow-x: auto;
  }

  .section {
    margin-bottom: 86px;
  }

  .feature-card {
    min-height: 240px;
    padding: 25px;
  }

  .example-row {
    flex-direction: column;
    gap: 6px;
  }

  .capture-buttons {
    grid-template-columns: repeat(2,1fr);
  }

  .capture-footer {
    gap: 12px;
    flex-wrap: wrap;
  }

  .philosophy-card,
  .privacy-card {
    padding: 30px;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links { flex-wrap: wrap; }
}




/* Contextual Quick Capture examples */
.capture-examples {
  display: grid;
  gap: 26px;
}

.capture-example {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 48px rgba(40,48,75,.07);
}

.use-case-copy {
  padding: 8px 4px 8px 8px;
}

.use-case-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #6d35f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.use-case-copy h3 {
  margin: 0 0 10px;
  font-size: 23px;
  letter-spacing: -.03em;
}

.use-case-copy p {
  margin: 0;
  color: #667085;
  line-height: 1.58;
  font-size: 14px;
}

.soba-preview {
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(145deg, #262a34, #20232c);
  color: white;
  box-shadow: 0 24px 54px rgba(17,24,39,.24);
  border: 1px solid rgba(255,255,255,.08);
}

.soba-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px 17px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.close-mark { color: #d2d7df; }

.soba-preview-input {
  padding: 16px 4px;
  color: #aab1bd;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.soba-preview-card {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}

.preview-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.preview-symbol {
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}
.preview-symbol.purple { color: #c4a4ff; background: rgba(139,92,246,.16); }
.preview-symbol.blue { color: #6cb9ff; background: rgba(22,140,255,.15); }
.preview-symbol.red { color: #ff8d8d; background: rgba(239,68,68,.14); }
.preview-symbol.green { color: #79e69a; background: rgba(49,189,98,.14); }

.preview-title strong { display: block; font-size: 14px; }
.preview-title small { display: block; margin-top: 3px; color: #9da6b3; font-size: 11px; }

.preview-status {
  font-size: 11px;
  font-weight: 760;
}
.preview-status.valid { color: #61dc84; }
.preview-status.muted { color: #9aa3af; }

.preview-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.preview-actions.four { grid-template-columns: repeat(4, 1fr); }
.preview-actions.three { grid-template-columns: repeat(3, 1fr); }
.preview-actions.two { grid-template-columns: repeat(2, 1fr); }

.preview-actions button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.11);
  color: #f3f5f7;
  background: rgba(255,255,255,.06);
  padding: 10px 8px;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
}

.preview-actions.secondary {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .capture-example {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .capture-example {
    padding: 14px;
  }
  .soba-preview {
    padding: 16px;
    border-radius: 20px;
  }
  .preview-actions.four {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Quick Capture: full-width intro + examples below */
.quick-capture-section {
  display: block;
}

.quick-capture-copy-wide {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.quick-capture-copy-wide > p {
  max-width: 740px;
  margin: 18px auto 0;
}

.example-list-horizontal {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.example-list-horizontal .example-row {
  min-width: 0;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

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

.capture-examples-grid .capture-example {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 16px;
}

.capture-examples-grid .use-case-copy {
  min-height: 132px;
}

.capture-examples-grid .soba-preview {
  height: 100%;
}

@media (max-width: 900px) {
  .example-list-horizontal {
    grid-template-columns: 1fr;
  }

  .capture-examples-grid {
    grid-template-columns: 1fr;
  }

  .capture-examples-grid .use-case-copy {
    min-height: auto;
  }
}


/* Timestamp and command Quick Capture examples */
.preview-symbol.amber {
  color: #ffc562;
  background: rgba(245, 158, 11, .15);
}

.preview-symbol.teal {
  color: #69e3d0;
  background: rgba(20, 184, 166, .15);
}

.timestamp-values {
  display: grid;
  gap: 7px;
  margin-top: 15px;
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
}

.timestamp-values > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 9px;
  align-items: start;
}

.timestamp-values span {
  color: #8f98a5;
  font-size: 10px;
  font-weight: 700;
}

.timestamp-values strong {
  color: #e7eaf0;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 560;
}

.preview-actions.one {
  grid-template-columns: 1fr;
}

.preview-actions .disabled-action {
  color: #8d95a2;
  border-color: rgba(255,255,255,.07);
  background: rgba(255,255,255,.025);
}

.preview-actions .disabled-action span {
  color: #6f7783;
  font-size: 10px;
  font-weight: 500;
}

.smart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.smart-card{padding:20px;border-radius:26px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.95);box-shadow:0 18px 46px rgba(40,48,75,.08)}
.smart-copy{min-height:180px}.smart-copy h3{margin:0 0 10px;font-size:24px;letter-spacing:-.035em}.smart-copy p{margin:0;color:#667085;line-height:1.58;font-size:14px}
.smart-menu{min-height:470px;padding:16px;border-radius:22px;background:linear-gradient(145deg,#202326,#181a1d);color:#eef1f5;position:relative;overflow:hidden}
.smart-menu-head{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.09)}
.smart-menu-item{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;margin-top:14px}.smart-menu-item b,.smart-menu-item small{display:block}.smart-menu-item small{margin-top:3px;color:#858e99;font-size:10px}
.kind{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;font-size:9px;font-weight:800}.kind.blue{color:#54adff;background:rgba(22,140,255,.15)}.kind.red{color:#ff8080;background:rgba(239,68,68,.15)}.kind.green{color:#68df88;background:rgba(49,189,98,.15)}
.smart-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:12px}.smart-buttons button,.smart-action-title{border:1px solid rgba(255,255,255,.09);color:#eef1f5;background:rgba(255,255,255,.06);border-radius:9px;padding:8px;font:inherit;font-size:11px}
.smart-action-title{margin-top:7px;text-align:center;font-weight:700}
.smart-popover{width:80%;margin:7px 0 0 auto;padding:8px 0;border-radius:14px;background:rgba(55,59,55,.98);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 38px rgba(0,0,0,.38)}
.smart-popover span{display:block;padding:5px 10px;font-size:11px}
.edge-feature{margin-top:34px;padding:42px;border-radius:34px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.96);box-shadow:var(--shadow);display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}
.edge-copy h2{font-size:clamp(40px,4vw,58px)}.edge-copy>p{color:#667085;font-size:17px;line-height:1.65}
.edge-steps{margin-top:24px;display:grid;gap:12px}.edge-steps>div{display:grid;grid-template-columns:32px 1fr;column-gap:10px;row-gap:3px}.edge-steps>div>span{grid-row:1/3;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:#5f45d8;background:rgba(109,53,242,.09);font-size:12px;font-weight:800}.edge-steps small{color:#7b8494}
.edge-visual{min-height:470px;padding:18px;border-radius:28px;background:linear-gradient(145deg,#16191c,#101214);display:grid;place-items:center}
.edge-pocket{width:92%;padding:16px;border-radius:18px;background:#181b1b;border:1px solid rgba(255,255,255,.12);color:#f3f4f5;box-shadow:0 18px 40px rgba(0,0,0,.35)}
.intent-row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.1)}.intent-row span{border-right:1px solid rgba(255,255,255,.1)}.intent-row span:last-child{border-right:0}.intent-row b{display:block;font-size:9px}.intent-row small{display:block;margin-top:4px;color:#8e969f;font-size:7px}
.quick-actions-block{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.quick-actions-block>small{color:#8d959f;font-size:7px;font-weight:800}.quick-actions-block div{display:flex;gap:6px;margin-top:7px}.quick-actions-block button{border:0;border-radius:7px;padding:5px 8px;color:#e7e9ec;background:#3b403b;font:inherit;font-size:8px}
.drop-list{padding-top:10px}.drop-head{display:flex;justify-content:space-between;color:#9da5ad;font-size:8px}.drop-head b span{color:#69726d;font-weight:500;margin-left:4px}.drop-row{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;padding:8px;border-radius:7px}.drop-row.selected{background:rgba(21,79,139,.45)}.drop-row b,.drop-row small{display:block}.drop-row b{font-size:9px}.drop-row small{font-size:7px;color:#89919b;margin-top:2px}
.mini{width:25px;height:25px;border-radius:6px;display:grid;place-items:center;font-size:7px;font-weight:800}.mini.image{background:linear-gradient(135deg,#1e6ca8,#132b3c);color:#7bc9ff}.mini.pdf{background:rgba(239,68,68,.16);color:#ff7777}.mini.text{background:rgba(255,255,255,.07);color:#bbb;font-size:10px}
@media(max-width:1000px){.smart-grid{grid-template-columns:1fr}.smart-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.smart-copy{min-height:auto}.edge-feature{grid-template-columns:1fr}}
@media(max-width:700px){.smart-card{grid-template-columns:1fr}.edge-feature{padding:26px}}

.legal-hero{width:min(980px,calc(100% - 40px));margin:86px auto 34px;text-align:center}.legal-hero h1{margin:0;font-size:clamp(48px,6vw,76px);letter-spacing:-.055em;line-height:1}.legal-hero p{max-width:700px;margin:20px auto 0;color:var(--muted);font-size:18px;line-height:1.6}
.content-page{width:min(980px,calc(100% - 40px));margin:0 auto 110px}.content-card{padding:42px;border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.96);box-shadow:var(--shadow)}.content-card h2{margin:0 0 18px;font-size:34px;letter-spacing:-.035em}.content-card h3{margin:30px 0 10px;font-size:20px}.content-card p,.content-card li{color:#667085;line-height:1.68;font-size:15px}.content-card a{color:#4e46d8;font-weight:700}.content-card code{background:#eef0f6;border-radius:7px;padding:2px 6px;color:#394150}.legal-note{margin-top:36px;padding-top:18px;border-top:1px solid var(--line);font-size:13px!important}
.support-grid{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.support-grid article{padding:20px;border-radius:18px;background:#f7f8fc;border:1px solid #eef0f5}.support-grid article h3{margin-top:0}.support-contact{margin-top:28px;padding:22px;border-radius:18px;background:linear-gradient(135deg,rgba(22,140,255,.07),rgba(109,53,242,.08))}
.release-block{margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}.release-block h3{margin-top:0}
@media(max-width:700px){.content-card{padding:26px}.support-grid{grid-template-columns:1fr}}


/* Refined experience features */
.refined-section {
  scroll-margin-top: 110px;
}

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

.refined-card {
  position: relative;
  min-height: 265px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: 0 18px 46px rgba(40,48,75,.08);
  overflow: hidden;
}

.refined-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22,140,255,.10), rgba(109,53,242,.12));
  color: #6046d8;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 22px;
}

.refined-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.refined-card p {
  margin: 0;
  max-width: 590px;
  color: #667085;
  line-height: 1.6;
  font-size: 15px;
}

.keyboard-demo {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 7px;
}

.keyboard-demo span {
  min-width: 38px;
  height: 36px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f2f3f7;
  border: 1px solid #e1e4eb;
  border-bottom-width: 2px;
  color: #424b5c;
  font-size: 12px;
  font-weight: 760;
}

.keyboard-demo .wide-key {
  min-width: 68px;
}

.tour-dots {
  position: absolute;
  right: 26px;
  bottom: 27px;
  display: flex;
  gap: 7px;
}

.tour-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9dce5;
}

.tour-dots .active {
  width: 24px;
  border-radius: 6px;
  background: #6d35f2;
}

.undo-toast,
.focus-pill,
.search-demo,
.sync-line {
  margin-top: 24px;
  border-radius: 14px;
  background: #f5f6fa;
  border: 1px solid #e9ebf1;
}

.undo-toast {
  padding: 12px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #566174;
  font-size: 13px;
}

.undo-toast button {
  border: 0;
  background: transparent;
  color: #5d43d5;
  font: inherit;
  font-weight: 800;
}

.sync-line {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #596273;
  font-size: 12px;
  font-weight: 730;
}

.sync-line i {
  width: 30px;
  height: 1px;
  background: #cfd4df;
}

.focus-pill {
  display: inline-flex;
  padding: 10px 13px;
  color: #596273;
  font-size: 12px;
  font-weight: 720;
}

.search-demo {
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
}

.search-demo code {
  color: #343c4c;
  font-size: 13px;
}

.search-demo small {
  grid-column: 2;
  color: #7a8495;
}

@media (max-width: 800px) {
  .refined-grid {
    grid-template-columns: 1fr;
  }
}

.qr-card{padding:44px;border-radius:34px;background:rgba(255,255,255,.80);border:1px solid rgba(255,255,255,.96);box-shadow:var(--shadow);display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}
.qr-copy h2{font-size:clamp(42px,4.3vw,60px)}.qr-copy>p{color:#667085;font-size:17px;line-height:1.68}.qr-flow{margin-top:25px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#596273;font-size:12px;font-weight:740}.qr-flow span{padding:9px 11px;border-radius:11px;background:#f4f5f9;border:1px solid #e7e9ef}.qr-flow i{color:#8b92a0;font-style:normal}.qr-benefits{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;color:#4f5b6e;font-size:13px}
.qr-demo{padding:18px;border-radius:28px;background:linear-gradient(145deg,#171a1f,#111317)}.qr-soba-window{padding:22px;border-radius:22px;color:#eef1f5;background:linear-gradient(145deg,#292d36,#20232b);border:1px solid rgba(255,255,255,.09)}.qr-window-top{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.10)}.qr-input{padding:17px 2px;color:#aab2be;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}
.qr-actions{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qr-actions button{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);color:#eef1f5;padding:10px 8px;border-radius:10px;font:inherit;font-size:12px}.qr-actions .qr-highlight{color:#d9c9ff;border-color:rgba(139,92,246,.35);background:rgba(139,92,246,.14)}
.qr-result{margin-top:18px;padding:16px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;gap:18px}.fake-qr{width:138px;height:138px;padding:10px;border-radius:16px;background:white}.qr-grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);gap:2px}.qr-grid span{background:white}.qr-grid .b{background:#111827}.qr-result-copy strong,.qr-result-copy small{display:block}.qr-result-copy small{margin-top:5px;color:#9aa3af;font-size:12px}
@media(max-width:900px){.qr-card{grid-template-columns:1fr}}@media(max-width:620px){.qr-card{padding:28px}.qr-benefits{grid-template-columns:1fr}.qr-actions{grid-template-columns:repeat(2,1fr)}}

.theme-toggle{display:flex;gap:3px;padding:4px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.6)}
.theme-toggle button{border:0;background:transparent;color:var(--muted);width:34px;height:30px;border-radius:999px;cursor:pointer;font-size:15px}
.theme-toggle button.active{background:var(--card);color:var(--text);box-shadow:0 2px 9px rgba(30,38,60,.1)}
html[data-theme="dark"]{color-scheme:dark;--bg:#101217;--card:#1a1d24;--text:#f2f4f7;--muted:#a5adbb;--line:#2c3039;--shadow:0 22px 65px rgba(0,0,0,.3)}
html[data-theme="dark"] body{background:radial-gradient(circle at 8% 5%,rgba(34,211,238,.08),transparent 28%),radial-gradient(circle at 92% 8%,rgba(109,53,242,.11),transparent 30%),#101217;color:var(--text)}
html[data-theme="dark"] .site-header{background:rgba(16,18,23,.8);border-color:rgba(255,255,255,.07)}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.05)}
html[data-theme="dark"] .theme-toggle button.active{background:#292d36;box-shadow:none}
html[data-theme="dark"] .content-card,html[data-theme="dark"] .refined-card,html[data-theme="dark"] .qr-card{background:rgba(26,29,36,.9);border-color:rgba(255,255,255,.07)}
html[data-theme="dark"] .support-grid article,html[data-theme="dark"] .undo-toast,html[data-theme="dark"] .focus-pill,html[data-theme="dark"] .search-demo,html[data-theme="dark"] .sync-line,html[data-theme="dark"] .qr-flow span{background:#20242c;border-color:#303540}
html[data-theme="dark"] .refined-card p,html[data-theme="dark"] .content-card p,html[data-theme="dark"] .content-card li,html[data-theme="dark"] .qr-copy>p{color:#aab2bf}
html[data-theme="dark"] .nav-links a,html[data-theme="dark"] .footer-links a{color:#b5bdca}


/* Dark mode contrast fixes across all public pages */
html[data-theme="dark"] {
  --bg: #0f1116;
  --surface: rgba(24, 27, 34, .92);
  --surface-strong: #1a1d24;
  --text: #f5f7fb;
  --muted: #aeb6c4;
  --line: rgba(255,255,255,.11);
}

/* FAQ / details */
html[data-theme="dark"] .faq-grid details {
  background: #1b1e25 !important;
  border-color: rgba(255,255,255,.10) !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.20) !important;
}

html[data-theme="dark"] .faq-grid summary {
  color: #f5f7fb !important;
}

html[data-theme="dark"] .faq-grid p {
  color: #b4bdca !important;
}

html[data-theme="dark"] .faq-grid code {
  color: #e7eaf0 !important;
  background: #2a2e37 !important;
}

/* Generic card surfaces used throughout the site */
html[data-theme="dark"] .feature-card,
html[data-theme="dark"] .philosophy-card,
html[data-theme="dark"] .privacy-card,
html[data-theme="dark"] .download-card,
html[data-theme="dark"] .capture-example,
html[data-theme="dark"] .refined-card,
html[data-theme="dark"] .content-card,
html[data-theme="dark"] .support-grid article,
html[data-theme="dark"] .qr-card {
  background: #191c23 !important;
  border-color: rgba(255,255,255,.09) !important;
  color: #f5f7fb !important;
}

/* Headings and body copy */
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] strong,
html[data-theme="dark"] summary {
  color: #f5f7fb !important;
}

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] .hero-subtitle,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .quick-capture-copy > p,
html[data-theme="dark"] .privacy-card p,
html[data-theme="dark"] .download-copy > p,
html[data-theme="dark"] .content-card p,
html[data-theme="dark"] .content-card li,
html[data-theme="dark"] .refined-card p,
html[data-theme="dark"] .qr-copy > p,
html[data-theme="dark"] .use-case-copy p,
html[data-theme="dark"] .context-copy p,
html[data-theme="dark"] .edge-drop-copy > p {
  color: #aeb6c4 !important;
}

/* Small helper text */
html[data-theme="dark"] small,
html[data-theme="dark"] .download-info,
html[data-theme="dark"] .hero-meta,
html[data-theme="dark"] .feature-caption,
html[data-theme="dark"] .legal-note,
html[data-theme="dark"] .release-date {
  color: #97a1b0 !important;
}

/* White/light utility strips */
html[data-theme="dark"] .shortcut-strip,
html[data-theme="dark"] .example-row,
html[data-theme="dark"] .undo-toast,
html[data-theme="dark"] .focus-pill,
html[data-theme="dark"] .search-demo,
html[data-theme="dark"] .sync-line,
html[data-theme="dark"] .qr-flow span,
html[data-theme="dark"] .support-contact {
  background: #20242c !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #e8ebf0 !important;
}

/* Inputs / code blocks */
html[data-theme="dark"] code,
html[data-theme="dark"] .content-card code,
html[data-theme="dark"] .download-note code {
  background: #292e38 !important;
  color: #e8ecf2 !important;
}

html[data-theme="dark"] .download-note {
  background: #20242c !important;
  color: #aeb6c4 !important;
}

/* Footer + navigation */
html[data-theme="dark"] .site-footer {
  color: #aeb6c4 !important;
  border-color: rgba(255,255,255,.10) !important;
}

html[data-theme="dark"] .nav-links,
html[data-theme="dark"] .nav-links a,
html[data-theme="dark"] .footer-links,
html[data-theme="dark"] .footer-links a {
  color: #c4cad4 !important;
}

html[data-theme="dark"] .nav-links a:hover,
html[data-theme="dark"] .footer-links a:hover {
  color: #ffffff !important;
}

/* Light mode: force readable FAQ/card colors too */
html[data-theme="light"] .faq-grid details {
  background: rgba(255,255,255,.82) !important;
  color: #111827 !important;
}

html[data-theme="light"] .faq-grid summary {
  color: #111827 !important;
}

html[data-theme="light"] .faq-grid p {
  color: #667085 !important;
}

html[data-theme="light"] .faq-grid code {
  background: #eceef4 !important;
  color: #3d4656 !important;
}


/* Smart Actions dark mode contrast fix */
html[data-theme="dark"] .smart-card {
  background: #191c23 !important;
  border-color: rgba(255,255,255,.09) !important;
  color: #f5f7fb !important;
}

html[data-theme="dark"] .smart-copy h3 {
  color: #f5f7fb !important;
}

html[data-theme="dark"] .smart-copy p {
  color: #aeb6c4 !important;
}

html[data-theme="dark"] .smart-copy .use-case-kicker {
  color: #9b7cff !important;
}

html[data-theme="dark"] .edge-feature {
  background: #191c23 !important;
  border-color: rgba(255,255,255,.09) !important;
  color: #f5f7fb !important;
}

html[data-theme="dark"] .edge-copy h2 {
  color: #f5f7fb !important;
}

html[data-theme="dark"] .edge-copy > p,
html[data-theme="dark"] .edge-steps small {
  color: #aeb6c4 !important;
}

html[data-theme="dark"] .edge-copy .eyebrow {
  color: #9b7cff !important;
}

html[data-theme="dark"] .edge-steps b {
  color: #f2f4f7 !important;
}

html[data-theme="dark"] .edge-steps > div > span {
  color: #c7b5ff !important;
  background: rgba(139,92,246,.18) !important;
}

html[data-theme="light"] .smart-card,
html[data-theme="light"] .edge-feature {
  background: rgba(255,255,255,.78) !important;
  color: #111827 !important;
}

html[data-theme="light"] .smart-copy h3,
html[data-theme="light"] .edge-copy h2,
html[data-theme="light"] .edge-steps b {
  color: #111827 !important;
}

html[data-theme="light"] .smart-copy p,
html[data-theme="light"] .edge-copy > p,
html[data-theme="light"] .edge-steps small {
  color: #667085 !important;
}


/* Actual SOBA product screenshots */
.actual-screen-wrap {
  margin-top: 18px;
  padding: 10px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(117, 77, 255, .16), transparent 36%),
    linear-gradient(145deg, #22262f, #15181e);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 46px rgba(0,0,0,.20);
  overflow: hidden;
}

.actual-soba-screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  filter: saturate(1.03) contrast(1.025);
}

html[data-theme="light"] .actual-screen-wrap {
  background:
    radial-gradient(circle at 18% 0%, rgba(117,77,255,.10), transparent 38%),
    linear-gradient(145deg, #eef0f6, #e2e5ed);
  border-color: rgba(26,31,44,.08);
  box-shadow: 0 18px 42px rgba(34,42,67,.13);
}

html[data-theme="dark"] .actual-screen-wrap {
  background:
    radial-gradient(circle at 18% 0%, rgba(117,77,255,.17), transparent 38%),
    linear-gradient(145deg, #22262f, #13161b);
  border-color: rgba(255,255,255,.09);
}

.capture-example .actual-screen-wrap {
  margin-top: auto;
}


/* ===== Header requested layout ===== */
.site-header{
  min-height:72px;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:28px!important;
  padding:8px 18px!important;
}
.brand-rich{display:flex!important;align-items:center!important;gap:10px!important;min-width:210px}
.brand-rich .brand-icon{width:46px!important;height:46px!important;border-radius:12px!important}
.brand-stack{display:flex;flex-direction:column;line-height:1.05}
.brand-stack strong{font-size:19px;color:var(--text)}
.brand-stack small{margin-top:4px;color:#7c3aed;font-size:11px;font-weight:750}
.nav-links{justify-self:center!important}
.theme-toggle-labeled{justify-self:end;display:flex;gap:2px;padding:3px!important}
.theme-toggle-labeled button{
  width:auto!important;height:34px!important;padding:0 12px!important;
  display:flex;align-items:center;gap:5px;font-size:14px!important
}
.theme-toggle-labeled button.active{
  background:linear-gradient(135deg,#6d35f2,#7c3aed)!important;
  color:#fff!important;box-shadow:0 5px 16px rgba(109,53,242,.28)!important
}
html[data-theme="dark"] .brand-stack strong{color:#f7f8fc}
html[data-theme="dark"] .brand-stack small{color:#a78bfa}

/* ===== Polished reconstructed SOBA UI (not raw screenshots) ===== */
.polished-mockup{
  margin-top:18px;
  padding:18px;
  border-radius:30px;
  background:linear-gradient(145deg,#252a35,#1e222c);
  color:#f5f7fa;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 24px 50px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.035);
  overflow:hidden;
}
.pm-top{
  display:flex;justify-content:space-between;align-items:center;
  padding:0 4px 15px;border-bottom:1px solid rgba(255,255,255,.10)
}
.pm-top strong{font-size:14px;letter-spacing:.01em}
.pm-top span{color:#aab2bf;font-size:12px}
.pm-top em{font-style:normal;margin-right:10px}
.pm-input{
  min-height:54px;display:flex;align-items:center;gap:10px;
  color:#f0f2f5;font-size:12px;border-bottom:1px solid rgba(255,255,255,.10);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.pm-handle{color:#8992a1;font-size:12px}
.pm-card{
  margin-top:13px;padding:14px;border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.11)
}
.pm-kind-row{
  display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center
}
.pm-kind-icon{
  width:38px;height:38px;border-radius:10px;display:grid;place-items:center;
  font-size:11px;font-weight:850
}
.pm-purple{color:#d385ff}.pm-kind-icon.pm-purple{background:rgba(179,61,255,.18)}
.pm-blue{color:#55b6ff}.pm-kind-icon.pm-blue{background:rgba(33,150,243,.18)}
.pm-red{color:#ff7070}.pm-kind-icon.pm-red{background:rgba(239,68,68,.18)}
.pm-green{color:#4ee07b}.pm-kind-icon.pm-green{background:rgba(49,189,98,.18)}
.pm-orange{color:#ffb13b}.pm-kind-icon.pm-orange{background:rgba(245,158,11,.18)}
.pm-teal{color:#45dcc8}.pm-kind-icon.pm-teal{background:rgba(20,184,166,.18)}
.pm-kind-copy strong,.pm-kind-copy small{display:block}
.pm-kind-copy strong{font-size:12px;color:#f8f9fb}
.pm-kind-copy small{margin-top:2px;color:#9aa3b1;font-size:10px}
.pm-status{font-size:10px;text-align:right}
.pm-details{margin:12px 0 4px;display:grid;gap:4px}
.pm-details div{display:grid;grid-template-columns:58px 1fr;gap:8px}
.pm-details span{color:#8992a0;font-size:9px;font-weight:700}
.pm-details strong{color:#f0f2f5;font-size:9px;line-height:1.35}
.pm-buttons{
  display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:7px;margin-top:12px
}
.pm-buttons-secondary{margin-top:7px}
.pm-buttons button,.pm-disabled{
  min-height:35px;padding:7px 6px;border-radius:9px;
  border:1px solid rgba(255,255,255,.09);
  color:#f2f4f7;background:rgba(255,255,255,.07);
  font:inherit;font-size:10px;font-weight:700
}
.pm-disabled{
  width:100%;margin-top:8px;color:#777f8b;background:rgba(255,255,255,.035)
}
.pm-footer{
  margin-top:14px;padding:11px 4px 0;border-top:1px solid rgba(255,255,255,.10);
  display:flex;align-items:center;justify-content:space-between;gap:12px
}
.pm-footer span{color:#a5adba;font-size:10px}
.pm-footer button{
  border:0;border-radius:8px;padding:7px 13px;background:#35d65c;color:#0a2511;
  font:inherit;font-size:10px;font-weight:800
}

/* Light mode keeps the polished app itself dark, just like native SOBA. */
html[data-theme="light"] .capture-example{
  background:rgba(255,255,255,.90)!important;
  border-color:rgba(17,24,39,.08)!important
}
html[data-theme="dark"] .capture-example{
  background:#171a21!important;
  border-color:rgba(255,255,255,.08)!important
}
.capture-examples-grid .capture-example{
  padding:20px!important;border-radius:24px!important
}

/* Responsive navbar */
@media(max-width:1050px){
  .nav-links{gap:16px!important;font-size:12px!important}
  .brand-rich{min-width:175px}
}
@media(max-width:880px){
  .nav-links{display:none!important}
  .site-header{grid-template-columns:auto 1fr!important}
  .theme-toggle-labeled{grid-column:2;grid-row:1}
}
@media(max-width:520px){
  .brand-stack small{display:none}
  .brand-rich{min-width:0}
  .theme-toggle-labeled button{padding:0 9px!important;font-size:12px!important}
}

/* Drag-to-SOBA visual: use supplied marketing image while preserving existing copy */
.edge-visual-image{
  padding:0!important;
  overflow:hidden;
  border-radius:24px;
  background:#090b12!important;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.edge-visual-image img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:24px;
}
html[data-theme="dark"] .edge-visual-image{
  box-shadow:0 22px 55px rgba(0,0,0,.34);
}
