/* WhatsApp / social share card — Agentico branding, dependency-free */

.share-page {
  min-height: 100vh;
  background: #0a0b0d;
  padding: 32px 16px 48px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, system-ui, sans-serif;
  color: #e7e9ee;
}

.share-page .hint {
  max-width: 380px;
  margin: 0 auto 20px;
  text-align: center;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  color: #5b616e;
  line-height: 1.5;
}

.share-card {
  max-width: 380px;
  margin: 0 auto;
  background: #121419;
  border: 1px solid #23272f;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(94, 234, 212, 0.06),
    0 24px 48px -20px rgba(0, 0, 0, 0.65);
}

.share-header {
  padding: 22px 22px 18px;
  background: radial-gradient(90% 120% at 50% 0%, rgba(94, 234, 212, 0.1), transparent 70%);
  border-bottom: 1px solid #23272f;
}

.share-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #34d399;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.35);
  flex-shrink: 0;
}

.share-mark-mid {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid #5ecbff;
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(94, 203, 255, 0.3);
}

.share-mark-inner {
  width: 8px;
  height: 8px;
  background: #ff5c7a;
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(255, 92, 122, 0.55);
}

.share-wordmark {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.share-wordmark .i {
  color: #5eead4;
  text-shadow: 0 0 8px rgba(94, 234, 212, 0.45);
}
.share-wordmark .c {
  color: #ff5c7a;
  text-shadow: 0 0 8px rgba(255, 92, 122, 0.5);
}
.share-wordmark .o {
  color: #5ecbff;
  text-shadow: 0 0 8px rgba(94, 203, 255, 0.5);
}

.share-tag {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  color: #8b919e;
  margin-top: 2px;
}

.share-headline {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.share-qualifier {
  margin: 0 22px 16px;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 10px;
  color: #fbbf24;
  text-align: center;
  line-height: 1.5;
}

.share-headline .g {
  background: linear-gradient(90deg, #5eead4, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.share-terminal {
  margin: 18px 18px 0;
  background: #0a0b0d;
  border: 1px solid #23272f;
  border-radius: 12px;
  overflow: hidden;
}

.share-terminal .bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #23272f;
  background: #171a21;
}

.share-terminal .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.share-terminal .barname {
  margin-left: 6px;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10px;
  color: #5b616e;
}

.share-terminal pre {
  margin: 0;
  padding: 12px 14px 14px;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  color: #8b919e;
  white-space: pre-wrap;
}

.share-terminal .k {
  color: #c084fc;
}
.share-terminal .f {
  color: #5eead4;
}
.share-terminal .s {
  color: #fbbf24;
}
.share-terminal .ok {
  color: #34d399;
}

.share-status {
  margin: 16px 18px 0;
  padding: 14px;
  background: #171a21;
  border: 1px solid #2c313b;
  border-radius: 12px;
}

.share-status-title {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34d399;
  margin-bottom: 10px;
}

.share-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10px;
  color: #8b919e;
  text-align: center;
}

.share-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 18px 18px;
}

.share-stat {
  background: #171a21;
  border: 1px solid #23272f;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}

.share-stat .v {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #5eead4;
}

.share-stat .k {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 9px;
  color: #5b616e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.share-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(90deg, rgba(255, 92, 122, 0.12), rgba(94, 203, 255, 0.08));
  border-top: 1px solid #23272f;
}

.share-footer-copy {
  font-size: 12px;
  line-height: 1.4;
}

.share-footer-copy strong {
  display: block;
  font-weight: 600;
}

.share-footer-copy span {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10px;
  color: #8b919e;
}

.share-cta {
  flex-shrink: 0;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  color: #0a0b0d;
  background: linear-gradient(90deg, #ff5c7a, #f87171);
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(255, 92, 122, 0.35);
}

.share-link-row {
  max-width: 380px;
  margin: 18px auto 0;
  text-align: center;
}

.share-link-row a {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 13px;
  color: #5eead4;
  text-decoration: none;
}

.share-disclaimer {
  max-width: 380px;
  margin: 14px auto 0;
  text-align: center;
  font-size: 10px;
  color: #5b616e;
  line-height: 1.5;
}