:root {
  --bg: #f4ead8;
  --surface: rgba(255, 250, 242, 0.88);
  --text: #201812;
  --muted: #6a5b4a;
  --line: rgba(86, 63, 30, 0.14);
  --gold: #c69225;
  --gold-deep: #8e6413;
  --shadow: 0 24px 60px rgba(58, 37, 12, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
}

html {
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(198, 146, 37, 0.14), transparent 30%),
    linear-gradient(180deg, #faf3e6 0%, var(--bg) 60%, #f1e4cd 100%);
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.site-body {
  min-height: 100vh;
}

.page-shell {
  overflow: hidden;
}

.beartrap-home {
  padding: 0.75rem 0;
}

.site-frame {
  width: min(1280px, calc(100% - 0.5rem));
  margin: 0 auto;
  border: 1px solid rgba(126, 96, 43, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(247, 238, 221, 0.98));
  box-shadow: 0 32px 80px rgba(58, 37, 12, 0.14);
  overflow: hidden;
}

.shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  padding: 0.85rem 0 0.2rem;
}

.topbar-inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-copy,
.section-copy,
.footer-brand {
  display: flex;
  flex-direction: column;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f5cf78, #d1971f 64%, #885c0b 100%);
  color: #261a0a;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 16px rgba(198, 146, 37, 0.2);
}

.brand-mark-header {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.brand-mark-icon,
.brand-mark-image {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-mark-image {
  object-fit: contain;
  padding: 0;
}

.small-mark {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0.8rem;
}

.brand-name {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.topnav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 0;
  color: #4c3b2d;
  font-size: 0.9rem;
  font-weight: 600;
}

.topnav a {
  line-height: 1;
}

.topnav a:hover,
.footer-meta a:hover {
  color: var(--gold-deep);
}

.mobile-menu,
.hero-token-cta-mobile,
.hero-meta-row .hero-meta-mobile,
.hero-title-mobile,
.hero-text-mobile {
  display: none;
}

.hero-token-action {
  display: none;
}

.hero-token-action .hero-token-cta-mobile {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.52rem 0.8rem;
  border: 1px solid rgba(126, 96, 43, 0.18);
  border-radius: 999px;
  background: rgba(255, 251, 244, 0.88);
  color: #4c3b2d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 10px 18px rgba(63, 40, 12, 0.08);
}

.mobile-menu-trigger::-webkit-details-marker {
  display: none;
}

.mobile-menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 0.18rem;
}

.mobile-menu-icon span {
  width: 0.9rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  z-index: 20;
  display: grid;
  min-width: 10rem;
  gap: 0.2rem;
  padding: 0.45rem;
  border: 1px solid rgba(126, 96, 43, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(247, 238, 221, 0.98));
  box-shadow: 0 20px 34px rgba(58, 37, 12, 0.16);
}

.mobile-menu-panel a {
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  color: #4c3b2d;
  font-size: 0.85rem;
  font-weight: 700;
}

.mobile-menu-panel a:hover {
  background: rgba(198, 146, 37, 0.1);
  color: var(--gold-deep);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
}

.button:hover,
.link-card:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #dca83b, var(--gold));
  color: #20170d;
  box-shadow: 0 12px 24px rgba(198, 146, 37, 0.22);
}

.button-primary:hover {
  background: linear-gradient(135deg, #e1b35c, #c99223);
}

.button-secondary {
  background: rgba(255, 252, 246, 0.78);
  border-color: rgba(126, 96, 43, 0.22);
  color: var(--text);
}

.button-tertiary {
  background: rgba(246, 234, 208, 0.82);
  border-color: rgba(198, 146, 37, 0.28);
  color: #3d2f1c;
}

.button-secondary:hover,
.button-tertiary:hover,
.button-dark:hover {
  box-shadow: 0 12px 22px rgba(63, 40, 12, 0.12);
}

.button-dark {
  background: #16120d;
  color: #f8eed9;
}

.button-small {
  min-height: 2.25rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.85rem;
}

.topbar-cta {
  flex-shrink: 0;
  min-height: 2.55rem;
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
}

.hero-section,
.content-section,
.site-footer {
  padding: 2rem 0;
}

.hero-grid,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  gap: 2.5rem;
  align-items: start;
}

.hero-section {
  padding: 1.25rem 0 1.75rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.6rem 1.4rem;
  align-items: start;
}

.app-layout,
.checks-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.app-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "copy preview"
    "workflow preview";
  gap: 1.5rem 2.5rem;
}

.agent-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "copy preview"
    "workflow preview";
  gap: 1.1rem 2.5rem;
}

.hero-copy,
.section-copy,
.section-heading,
.tweet-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-copy {
  gap: 1rem;
  max-width: none;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-meta-desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-meta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(20, 17, 12, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  color: #554935;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-meta-badge-primary {
  background: rgba(198, 146, 37, 0.14);
  color: var(--gold-deep);
  border-color: rgba(201, 146, 26, 0.18);
}

.hero-copy h1,
.section-copy h2,
.section-heading h2,
.feature-card h2 {
  margin: 0;
  line-height: 1.02;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 4.9vw, 4.4rem);
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.hero-text,
.section-copy p,
.footer-copy,
.check-row p,
.link-card p,
.tweet-content p,
.summary-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.6;
}

.hero-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  grid-column: 1 / -1;
  margin-top: 0.2rem;
}

.hero-ecosystem-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 20px;
}

.hero-ecosystem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(198, 146, 37, 0.18);
  background: radial-gradient(circle at 30% 30%, #f7d98e, #efc057 60%, #d49d22 100%);
  color: #2a1d0c;
  color: #2a1d0c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.hero-ecosystem-icon svg {
  display: block;
}

.hero-ecosystem-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-ecosystem-copy h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-ecosystem-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hero-actions,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-actions {
  margin-top: 0.1rem;
}

.hero-token-cta {
  min-width: 0;
}

.hero-support-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #5c503f;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
}

.hero-disclaimer,
.section-disclaimer {
  margin: 0;
  color: #756755;
  font-size: 0.82rem;
  line-height: 1.5;
}

.hero-sample-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.15rem;
  border-radius: 22px;
  min-width: 0;
}

.hero-sample-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(198, 146, 37, 0.12);
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-sample-list {
  display: grid;
  gap: 0.55rem;
}

.hero-sample-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(126, 96, 43, 0.12);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(248, 240, 223, 0.82));
  color: #413526;
}

.hero-sample-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid rgba(198, 146, 37, 0.2);
  background: rgba(255, 247, 229, 0.96);
  color: #7b5614;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.hero-sample-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.hero-sample-copy strong {
  color: #1f180f;
  font-size: 0.92rem;
  line-height: 1.2;
}

.hero-sample-copy span {
  color: #5e5141;
  font-size: 0.84rem;
  line-height: 1.5;
}

.link-icon,
.tweet-avatar,
.check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.surface-card,
.preview-window,
.embedded-risk-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.feature-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: rgba(198, 146, 37, 0.12);
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h2 {
  font-size: 1.3rem;
}

.feature-intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.checklist {
  display: grid;
  gap: 0.5rem;
}

.check-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 254, 249, 0.94);
  border: 1px solid rgba(126, 96, 43, 0.1);
}

.check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.7rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: rgba(46, 163, 78, 0.12);
  color: #2c7a3b;
  font-size: 0.74rem;
  font-weight: 800;
}

.check-row h3,
.link-card h3,
.breakdown-head h3,
.summary-panel h3 {
  margin: 0 0 0.15rem;
  font-size: 0.92rem;
}

.check-row p {
  font-size: 0.86rem;
  line-height: 1.45;
}

.risk-score-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
}

.light-score-block {
  background: linear-gradient(180deg, #fff8eb, #f5e7c8);
  color: var(--text);
  border: 1px solid rgba(198, 146, 37, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.score-label {
  display: block;
  font-weight: 700;
}

.score-note {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.score-inline {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.score-value {
  font-size: 2.2rem;
  line-height: 1;
}

.score-out-of {
  color: var(--muted);
  font-weight: 700;
}

.score-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border-radius: 12px;
  background: #d8efca;
  color: #275b26;
  font-size: 0.84rem;
  font-weight: 700;
}

.section-copy h2,
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.section-lead {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 800;
}

.section-flow {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  display: grid;
  gap: 0.45rem;
  line-height: 1.55;
}

.section-flow li::marker {
  color: var(--gold-deep);
  font-weight: 800;
}

.roadmap-section {
  position: relative;
  color: var(--text);
}

.roadmap-shell {
  display: grid;
  gap: 1.2rem;
}

.roadmap-heading {
  gap: 0.55rem;
}

.roadmap-heading h2,
.roadmap-subtitle {
  color: var(--text);
}

.roadmap-subtitle {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.6;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.roadmap-card {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  min-height: 100%;
  padding: 1.05rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 240, 223, 0.86));
  border: 1px solid rgba(126, 96, 43, 0.12);
  box-shadow: 0 18px 38px rgba(58, 37, 12, 0.12);
}

.roadmap-card-complete {
  background: linear-gradient(180deg, rgba(255, 249, 237, 0.98), rgba(246, 236, 210, 0.9));
  border-color: rgba(198, 146, 37, 0.18);
  box-shadow: 0 20px 42px rgba(58, 37, 12, 0.14);
}

.roadmap-card-header {
  display: grid;
  gap: 0.45rem;
}

.roadmap-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.15;
}

.roadmap-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.roadmap-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(205, 157, 58, 0.12);
  border: 1px solid rgba(198, 146, 37, 0.18);
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roadmap-status-complete {
  background: rgba(198, 146, 37, 0.16);
  border-color: rgba(198, 146, 37, 0.24);
  color: #7b5614;
}

.roadmap-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
}

.roadmap-points {
  display: grid;
  gap: 0.55rem;
}

.roadmap-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0.8rem;
  border-radius: 16px;
  background: rgba(255, 254, 249, 0.84);
  border: 1px solid rgba(126, 96, 43, 0.08);
  color: #4f4334;
  font-size: 0.84rem;
  line-height: 1.48;
}

.roadmap-card-complete .roadmap-point {
  background: rgba(255, 250, 240, 0.92);
  border-color: rgba(198, 146, 37, 0.12);
}

.roadmap-point-marker {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.33rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0ca70, #bf8b1f);
  box-shadow: 0 0 0 4px rgba(205, 157, 58, 0.1);
}

.roadmap-card-complete .roadmap-point-marker {
  background: linear-gradient(180deg, #f3cf7c, #c69225);
  box-shadow: 0 0 0 4px rgba(198, 146, 37, 0.12);
}

.roadmap-disclaimer {
  color: #7a6b58;
  text-align: center;
}

.compact-copy {
  max-width: 22rem;
  padding-top: 2rem;
}

.app-copy {
  grid-area: copy;
  max-width: 29rem;
  padding-top: 0.6rem;
}

.app-copy h2 {
  max-width: 12ch;
}

.agent-copy {
  grid-area: copy;
  max-width: 29rem;
  padding-top: 0.6rem;
}

.agent-copy h2 {
  max-width: 12ch;
}

.app-preview {
  grid-area: preview;
}

.agent-preview {
  grid-area: preview;
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.app-workflow {
  grid-area: workflow;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.agent-workflow {
  grid-area: workflow;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.app-workflow-grid {
  display: grid;
  gap: 0.85rem;
}

.workflow-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 20px;
}

.workflow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 14px;
  background: rgba(198, 146, 37, 0.14);
  border: 1px solid rgba(198, 146, 37, 0.18);
  color: var(--gold-deep);
  font-size: 0.9rem;
  font-weight: 900;
  flex-shrink: 0;
}

.workflow-step-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.workflow-step-copy h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.workflow-step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.app-workflow-cta {
  align-self: start;
  width: fit-content;
  margin-top: 0.15rem;
}

.agent-workflow-cta {
  align-self: start;
  width: fit-content;
  margin-top: 0.15rem;
  min-height: 2.55rem;
  padding: 0.7rem 1.1rem;
}

.preview-kicker {
  margin-bottom: 0.05rem;
}

.section-title-row {
  display: flex;
  align-items: center;
}

.centered-heading,
.centered-row {
  align-items: center;
  justify-content: center;
}

.product-preview {
  min-width: 0;
}

.preview-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(126, 96, 43, 0.16);
  background: rgba(255, 250, 240, 0.75);
  box-shadow: 0 24px 70px rgba(34, 25, 13, 0.12);
}

.preview-image {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-preview-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.screenshot-preview-trigger .preview-image-frame {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.screenshot-preview-trigger:hover .preview-image-frame,
.screenshot-preview-trigger:focus-visible .preview-image-frame {
  transform: scale(1.01);
  box-shadow: 0 28px 78px rgba(34, 25, 13, 0.16);
  border-color: rgba(142, 100, 19, 0.3);
}

.screenshot-preview-trigger:focus-visible {
  outline: none;
}

.screenshot-preview-trigger:focus-visible .preview-image-frame {
  box-shadow: 0 0 0 3px rgba(198, 146, 37, 0.22), 0 28px 78px rgba(34, 25, 13, 0.16);
}

.preview-image-hint {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(32, 24, 18, 0.7);
  color: #fff8ee;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.screenshot-preview-trigger:hover .preview-image-hint,
.screenshot-preview-trigger:focus-visible .preview-image-hint {
  opacity: 1;
  transform: translateY(0);
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 12, 0.72);
  backdrop-filter: blur(10px);
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  max-height: calc(100vh - 3rem);
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(198, 146, 37, 0.2);
  border-radius: 24px;
  background: rgba(250, 243, 230, 0.96);
  box-shadow: 0 30px 90px rgba(19, 13, 8, 0.34);
}

.image-lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.image-lightbox-title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 800;
  color: #3d2d1d;
}

.image-lightbox-close {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(142, 100, 19, 0.18);
  border-radius: 999px;
  background: rgba(255, 249, 238, 0.9);
  color: #3d2d1d;
  font-size: 0.84rem;
  font-weight: 700;
}

.image-lightbox-body {
  min-height: 0;
  overflow: auto;
}

.image-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 9rem);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(34, 25, 13, 0.16);
}

.preview-window {
  padding: 0.95rem;
  border-radius: var(--radius-xl);
}

.app-window {
  background: #0f0f10;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #090909, #151515);
  color: #d7d0c1;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.sidebar-nav {
  display: grid;
  gap: 0.35rem;
  color: #9d9689;
  font-size: 0.92rem;
}

.sidebar-nav span {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
}

.sidebar-nav .active {
  background: rgba(205, 157, 58, 0.18);
  color: #f0d27f;
}

.sidebar-plan {
  margin-top: auto;
  padding: 0.85rem;
  border-radius: 14px;
  background: rgba(205, 157, 58, 0.08);
  color: #d8b96f;
  font-size: 0.8rem;
  line-height: 1.5;
}

.dashboard-main {
  display: grid;
  gap: 0.8rem;
}

.dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 16px;
  background: #151516;
  color: #d9d2c3;
  font-size: 0.92rem;
}

.toolbar-search {
  min-width: 280px;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: #0d0d0e;
  color: #7d776b;
}

.dashboard-card {
  padding: 1.25rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #171412 0%, #24201c 100%);
  color: #f8eedb;
}

.dashboard-header,
.embedded-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-header {
  margin-bottom: 1.15rem;
}

.dashboard-header > div:first-of-type,
.embedded-header > div:first-of-type {
  margin-right: auto;
}

.token-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: radial-gradient(circle at 30% 30%, #ffe28b, #c7931d 65%, #885a08 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.social-token {
  width: 3.2rem;
  height: 3.2rem;
}

.token-label,
.embedded-token {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.token-meta,
.metric-tile span,
.embedded-chain,
.tweet-meta span,
.summary-footer,
.dashboard-score span:first-child,
.embedded-score span:first-child {
  color: rgba(248, 238, 219, 0.7);
}

.dashboard-score,
.embedded-score {
  display: grid;
  gap: 0.2rem;
  justify-items: end;
}

.dashboard-score strong,
.embedded-score strong {
  font-size: 1.65rem;
  line-height: 1;
}

.dashboard-score strong small,
.embedded-score strong small {
  font-size: 0.78rem;
  color: rgba(248, 238, 219, 0.7);
}

.dashboard-risk-state {
  display: inline-flex;
  width: fit-content;
  min-height: 1.8rem;
  align-items: center;
  padding: 0 0.65rem;
  border-radius: 10px;
  background: rgba(86, 168, 72, 0.18);
  color: #7ddd62;
  font-weight: 700;
}

.metric-grid,
.link-grid {
  display: grid;
  gap: 1rem;
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.metric-tile,
.tweet-card {
  padding: 1rem;
  border-radius: var(--radius-md);
}

.metric-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-tile strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.15rem;
}

.metric-tile em {
  display: block;
  margin-top: 0.18rem;
  color: #71ce69;
  font-size: 0.76rem;
  font-style: normal;
}

.analysis-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

.breakdown-panel,
.summary-panel {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.breakdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.breakdown-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breakdown-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.breakdown-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.summary-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  font-size: 0.82rem;
}

.section-divider {
  border-top: 1px solid rgba(126, 96, 43, 0.12);
}

.preview-social-shell {
  display: grid;
  gap: 0.9rem;
}

.dark-social-shell {
  background: linear-gradient(180deg, #111214, #181a1d);
}

.tweet-card {
  display: flex;
  gap: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f0ece3;
}

.tweet-avatar {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff8ea;
  font-weight: 800;
}

.user-avatar {
  background: linear-gradient(135deg, #7a5732, #2a2118);
}

.agent-avatar {
  background: linear-gradient(135deg, #e1b357, #a36d14);
  color: #24190a;
}

.tweet-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #d6d0c2;
}

.tweet-compact {
  padding-bottom: 0.85rem;
}

.embedded-risk-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(28, 22, 15, 0.96), rgba(71, 51, 23, 0.95));
  color: #f8efd9;
}

.embedded-risk-card-wide {
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.embedded-token-side {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.embedded-score-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
}

.compact-pill {
  margin-top: 0.35rem;
}

.embedded-signal-list {
  display: grid;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: rgba(248, 239, 217, 0.78);
}

.embedded-signal-list strong {
  color: #84dd73;
  font-weight: 700;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.link-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  max-width: 980px;
  margin: 0 auto;
  gap: 1rem;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.82rem 0.95rem;
  border-radius: 18px;
  min-height: 0;
  height: 100%;
}

.link-card > div {
  min-width: 0;
}

.link-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: rgba(198, 146, 37, 0.14);
  color: var(--gold-deep);
  overflow: hidden;
  flex-shrink: 0;
}

.link-icon-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
}

.link-card h3 {
  font-size: 0.95rem;
}

.link-card p {
  font-size: 0.8rem;
  line-height: 1.35;
}

.link-card-email {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.site-footer {
  padding-top: 1rem;
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(126, 96, 43, 0.14);
}

.footer-brand {
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.6rem;
}

.footer-copy {
  max-width: 36rem;
  font-size: 0.92rem;
}

.footer-meta {
  color: var(--muted);
  align-items: flex-end;
  justify-content: flex-end;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--muted);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@media (max-width: 991.98px) {
  .topbar-inner,
  .split-layout,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .app-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "preview"
      "workflow";
    gap: 1rem;
  }

  .agent-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "preview"
      "workflow";
    gap: 1rem;
  }

  .topnav {
    flex-wrap: wrap;
    gap: 0.85rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .topbar-cta {
    width: 100%;
  }

  .feature-card {
    max-width: none;
    justify-self: stretch;
  }

  .dashboard-shell,
  .analysis-bottom,
  .embedded-risk-card-wide,
  .embedded-score-block {
    grid-template-columns: 1fr;
  }

  .toolbar-search {
    min-width: 0;
  }

  .metric-grid,
  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .link-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  }

  .hero-sample-card {
    max-width: 32rem;
  }

  .hero-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .app-copy,
  .agent-copy,
  .app-workflow {
    max-width: none;
  }

  .agent-workflow {
    max-width: none;
  }

  .footer-meta {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-frame {
    width: min(100% - 0.75rem, 1280px);
    border-radius: 18px;
  }

  .topbar-cta {
    display: none;
  }

  .preview-image-hint {
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.34rem 0.58rem;
    font-size: 0.69rem;
    opacity: 1;
    transform: none;
  }

  .image-lightbox {
    padding: 0.9rem;
  }

  .image-lightbox-dialog {
    width: 100%;
    max-height: calc(100vh - 1.8rem);
    padding: 0.8rem;
    border-radius: 20px;
  }

  .image-lightbox-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .image-lightbox-close {
    min-height: 44px;
  }

  .image-lightbox-image {
    max-height: calc(100vh - 11rem);
    width: 100%;
    object-fit: contain;
  }

  .mobile-menu,
  .hero-token-cta-mobile,
  .hero-meta-row .hero-meta-mobile,
  .hero-title-mobile,
  .hero-text-mobile {
    display: inline-flex;
  }

  .hero-title-mobile,
  .hero-text-mobile {
    display: inline;
  }

  .hero-meta-desktop,
  .hero-title-desktop,
  .hero-text-desktop,
  .topnav {
    display: none;
  }

  .shell {
    width: min(100% - 1.25rem, 1160px);
  }

  .topbar,
  .hero-section,
  .content-section,
  .site-footer {
    padding: 1.4rem 0;
  }

  .topbar-inner,
  .feature-card,
  .preview-window,
  .dashboard-card,
  .dashboard-sidebar,
  .link-card,
  .tweet-card {
    padding: 1rem;
  }

  .hero-copy h1,
  .section-copy h2,
  .section-heading h2 {
    max-width: none;
  }

  .topbar {
    padding: 0.55rem 0 0.05rem;
  }

  .topbar-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0;
    gap: 0.85rem;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand-mark {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.88rem;
  }

  .brand-mark-header {
    width: 2rem;
    height: 2rem;
    border-radius: 12px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .topnav {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.84rem;
  }

  .mobile-menu-trigger {
    padding: 0.5rem 0.72rem;
    font-size: 0.74rem;
    box-shadow: 0 8px 16px rgba(63, 40, 12, 0.08);
  }

  .hero-section {
    padding: 0.65rem 0 1.3rem;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .app-layout {
    gap: 0.95rem;
  }

  .hero-copy {
    display: contents;
  }

  .app-copy {
    padding-top: 0;
  }

  .agent-copy {
    padding-top: 0;
  }

  .app-copy h2 {
    max-width: none;
  }

  .agent-copy h2 {
    max-width: none;
  }

  .app-workflow-grid {
    gap: 0.75rem;
  }

  .workflow-step-card {
    padding: 0.9rem;
  }

  .workflow-step-number {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
  }

  .app-workflow-cta {
    width: 100%;
    justify-content: center;
  }

  .agent-workflow-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-meta-row {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
  }

  .hero-text {
    order: 3;
  }

  .hero-actions {
    order: 4;
  }

  .hero-support-line {
    order: 5;
  }

  .hero-sample-card {
    order: 6;
  }

  .hero-token-action {
    display: block;
    order: 7;
  }

  .hero-disclaimer {
    order: 8;
  }

  .hero-ecosystem-grid {
    order: 9;
  }

  .hero-copy {
    gap: 0.55rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.82rem, 8.8vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .hero-text {
    max-width: none;
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .hero-meta-row {
    gap: 0.4rem;
  }

  .hero-meta-badge {
    font-size: 0.64rem;
    min-height: 1.45rem;
    padding: 0 0.5rem;
  }

  .hero-sample-card {
    max-width: none;
    padding: 0.85rem;
  }

  .hero-sample-list {
    gap: 0.6rem;
  }

  .hero-ecosystem-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero-ecosystem-card {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    padding: 0.9rem;
  }

  .hero-ecosystem-icon {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 0.92rem;
  }

  .compact-copy {
    max-width: none;
    padding-top: 0;
  }

  .hero-actions,
  .button,
  .topbar-cta {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-token-cta-desktop {
    display: none;
  }

  .hero-token-action .hero-token-cta-mobile {
    width: 100%;
    justify-content: center;
    opacity: 0.92;
  }

  .feature-card {
    gap: 0.7rem;
    padding: 0.95rem;
  }

  .roadmap-section::before {
    inset: 0.8rem 0;
    border-radius: 24px;
  }

  .roadmap-shell {
    gap: 0.95rem;
  }

  .roadmap-card {
    padding: 0.95rem;
    border-radius: 20px;
  }

  .roadmap-card h3 {
    font-size: 1.08rem;
  }

  .roadmap-point {
    gap: 0.6rem;
    padding: 0.68rem 0.72rem;
    font-size: 0.82rem;
  }

  .feature-intro {
    font-size: 0.88rem;
  }

  .metric-grid,
  .link-grid,
  .dashboard-header,
  .breakdown-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .metric-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .link-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 0.88rem;
  }

  .risk-score-block,
  .summary-footer,
  .score-inline {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-score,
  .embedded-score {
    justify-items: start;
  }

  .link-card-contact .link-card-email {
    font-size: 0.78rem;
  }

  .footer-inner {
    align-items: flex-start;
  }
}