.tc-share-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(13,17,23,.78);
  color: #8b949e;
  cursor: pointer;
  opacity: 0;
  transition: opacity .12s ease, color .12s ease, border-color .12s ease, background .12s ease;
}
.tc-share-btn svg {
  width: 14px;
  height: 14px;
  display: block;
}
.tc-card:hover .tc-share-btn,
.tc-card.open .tc-share-btn,
.tc-card.is-focus .tc-share-btn,
.tc-share-btn:focus-visible {
  opacity: 1;
}
.tc-share-btn:hover,
.tc-share-btn:focus-visible {
  color: #f0f6fc;
  border-color: rgba(245,200,75,.34);
  background: rgba(245,200,75,.12);
  outline: none;
}

body.tcsc-lock {
  overflow: hidden;
}
.tcsc-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  color: #e6edf3;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.tcsc-modal.open {
  display: block;
}
.tcsc-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(6px);
}
.tcsc-shell {
  position: absolute;
  inset: 24px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  gap: 14px;
  min-width: 0;
  box-sizing: border-box;
  overflow: auto;
  padding: 52px 0 8px;
}
.tcsc-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 0 auto;
  width: min(1200px, 100%);
  overflow-x: auto;
  overflow-y: hidden;
}
.tcsc-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.tcsc-format-toggle {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.tcsc-format-btn {
  height: 36px;
  min-width: 54px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #8b949e;
  cursor: pointer;
  font: inherit;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 12px;
  font-weight: 800;
}
.tcsc-format-btn:hover,
.tcsc-format-btn:focus-visible {
  color: #e6edf3;
  outline: none;
}
.tcsc-format-btn.is-active,
.tcsc-format-btn[aria-pressed="true"] {
  background: linear-gradient(180deg, rgba(251,191,36,.22), rgba(251,191,36,.10));
  color: #fbbf24;
  box-shadow: 0 0 0 1px rgba(251,191,36,.28), 0 8px 22px rgba(0,0,0,.22);
}
.tcsc-btn,
.tcsc-close {
  height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: #e6edf3;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.tcsc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  min-width: 102px;
}
.tcsc-btn-primary {
  border-color: rgba(35,134,54,.55);
  background: #239a3b;
  color: #fff;
}
.tcsc-btn-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
}
.tcsc-share-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.tcsc-share-options {
  position: fixed;
  z-index: 10005;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(13,17,23,.96);
  box-shadow: 0 18px 42px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}
.tcsc-share-options[hidden] {
  display: none !important;
}
.tcsc-share-option {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: #e6edf3;
  cursor: pointer;
  font: inherit;
  line-height: 1;
}
.tcsc-share-option:hover,
.tcsc-share-option:focus-visible {
  background: rgba(255,255,255,.09);
  outline: none;
}
.tcsc-share-option[data-tcsc-share-target="telegram"] {
  color: #58a6ff;
}
.tcsc-share-option[data-tcsc-share-target="twitter"] {
  color: #f0f6fc;
}
.tcsc-share-option[data-tcsc-share-target="discord"] {
  color: #8b95ff;
}
.tcsc-share-option-ico {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 19px;
  line-height: 1;
}
.tcsc-btn:hover,
.tcsc-close:hover {
  background: rgba(255,255,255,.08);
}
.tcsc-btn-primary:hover {
  background: #2ea043;
}
.tcsc-btn:disabled,
.tcsc-format-btn:disabled,
.tcsc-share-option:disabled {
  cursor: wait;
  opacity: .62;
}
.tcsc-btn:disabled:hover,
.tcsc-share-option:disabled:hover {
  background: rgba(255,255,255,.03);
}
.tcsc-btn-primary:disabled:hover {
  background: #239a3b;
}
.tcsc-format-btn:disabled:hover {
  color: #8b949e;
}
.tcsc-format-btn.is-active:disabled:hover,
.tcsc-format-btn[aria-pressed="true"]:disabled:hover {
  color: #fbbf24;
}
.tcsc-close {
  width: 36px;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}
.tcsc-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
}
.tcsc-modal.preparing .tcsc-stage {
  opacity: 0;
}
.tcsc-card-frame {
  position: relative;
  width: 1200px;
  height: 675px;
  flex: 0 0 auto;
}
.tcsc-card-close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 16;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(13,17,23,.70);
  color: #f0f6fc;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.tcsc-card-close:hover,
.tcsc-card-close:focus-visible {
  background: rgba(255,255,255,.10);
  outline: none;
}
.tcsc-card {
  --tcsc-card-w: 1200px;
  --tcsc-card-h: 675px;
  --tcsc-accent: #3fb950;
  --tcsc-accent-dim: #2f9d43;
  --tcsc-accent-bright: #9bf0a8;
  --tcsc-accent-shadow: rgba(63,185,80,.28);
  --tcsc-accent-soft: rgba(63,185,80,.12);
  --tcsc-accent-fill: rgba(63,185,80,.30);
  position: relative;
  width: var(--tcsc-card-w);
  height: var(--tcsc-card-h);
  flex: 0 0 auto;
  background: #0d1117;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.62);
  transform-origin: center;
}
.tcsc-card.tcsc-format-1x1 {
  --tcsc-card-w: 1200px;
  --tcsc-card-h: 1200px;
}
.tcsc-card.tcsc-format-4x5 {
  --tcsc-card-w: 1080px;
  --tcsc-card-h: 1350px;
}
.tcsc-backdrop-photo,
.tcsc-photo-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tcsc-backdrop-photo {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .82;
}
.tcsc-photo-scrim {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7,10,15,.76) 0%, rgba(7,10,15,.50) 42%, rgba(7,10,15,.25) 100%),
    linear-gradient(180deg, rgba(7,10,15,.45) 0%, rgba(7,10,15,.08) 36%, rgba(7,10,15,.62) 100%);
}
.tcsc-grid,
.tcsc-glow,
.tcsc-vignette,
.tcsc-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tcsc-grid {
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 38px 38px;
  background-position: -1px -1px;
}
.tcsc-glow {
  z-index: 0;
  background:
    radial-gradient(120% 90% at 78% 92%, var(--tcsc-accent-soft), transparent 55%),
    radial-gradient(90% 70% at 10% 4%, rgba(251,191,36,.05), transparent 55%);
}
.tcsc-vignette {
  z-index: 0;
  box-shadow: inset 0 0 160px rgba(0,0,0,.55);
}
.tcsc-grain {
  z-index: 1;
  opacity: .45;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
}
.tcsc-fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  pointer-events: none;
}
.tcsc-head {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 40px;
  z-index: 6;
}
.tcsc-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 11px 26px 11px 30px;
  background: linear-gradient(180deg,#fbbf24,#d29922);
  color: #1a1205;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%,9px 50%);
  box-shadow: 0 5px 16px rgba(0,0,0,.4);
}
.tcsc-ribbon span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background: #b8860b;
  clip-path: polygon(0 0,100% 50%,0 100%);
}
.tcsc-top-range {
  display: none;
  position: absolute;
  z-index: 6;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  color: #6e7681;
  white-space: nowrap;
}
.tcsc-chart {
  position: absolute;
  left: 0;
  right: 0;
  top: 74px;
  bottom: 48px;
  width: 100%;
  height: auto;
  z-index: 2;
  display: none;
}
@keyframes tcscPulse {
  0%, 100% { opacity: .5; transform: translate(-50%,-50%) scale(.8); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.3); }
}
.tcsc-beacon {
  position: absolute;
  left: 40px;
  top: calc(74px + 470px / 540 * (675px - 74px - 48px));
  z-index: 4;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(139,148,158,.45);
  animation: tcscPulse 1.7s ease-in-out infinite;
  display: none;
}
.tcsc-call-label,
.tcsc-now-label {
  position: absolute;
  z-index: 5;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  display: none;
}
.tcsc-call-label {
  left: 8px;
  top: 496px;
  width: 84px;
  text-align: center;
}
.tcsc-now-label {
  left: 1000px;
  width: 154px;
  text-align: right;
}
.tcsc-now-up {
  top: 90px;
}
.tcsc-now-down {
  top: 485px;
}
.tcsc-call-label div,
.tcsc-now-label div {
  color: #8b949e;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.tcsc-call-label strong,
.tcsc-now-label strong {
  color: #e4e4e7;
  font-size: 17px;
  font-weight: 600;
}
.tcsc-connector {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
.tcsc-tweet {
  position: absolute;
  left: 74px;
  top: 150px;
  z-index: 5;
  width: 336px;
  padding: 14px 15px;
  background: #0e1620;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.60);
}
.tcsc-tweet-native {
  width: 336px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tcsc-video-native {
  top: 164px;
}
.tcsc-tweet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.tcsc-tweet-author,
.tcsc-footer-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.tcsc-tweet-author {
  gap: 9px;
}
.tcsc-avatar,
.tcsc-mini-avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: conic-gradient(from 200deg,#2b3a4a,#3a4d61,#1f2a36,#2b3a4a);
  color: #cbd5e1;
  font-weight: 700;
}
.tcsc-avatar {
  width: 36px;
  height: 36px;
  font-size: 13px;
}
.tcsc-avatar img,
.tcsc-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcsc-tweet-author b,
.tcsc-footer-lockup b {
  display: block;
  color: #e7e9ea;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-tweet-author small,
.tcsc-footer-lockup small {
  display: block;
  margin-top: 3px;
  color: #71767b;
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-x {
  color: #71767b;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 15px;
  font-weight: 700;
}
.tcsc-tweet-copy {
  margin: 10px 0 0;
  color: #e7e9ea;
  font-size: 13px;
  line-height: 1.4;
}
.tcsc-cash {
  color: #58a6ff;
}
.tcsc-tweet-img {
  display: block;
  width: 100%;
  height: 118px;
  margin-top: 10px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
}
.tcsc-tweet-embed-shell {
  position: relative;
  width: 100%;
  height: 154px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: #070b10;
}
.tcsc-tweet-native .tcsc-tweet-embed-shell {
  height: 282px;
  margin-top: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}
.tcsc-tweet-scale {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform-origin: top left;
}
.tcsc-tweet-embed-shell.loaded .tcsc-tweet-embed-fallback {
  display: none;
}
.tcsc-tweet-embed-fallback {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 13px;
  color: #e7e9ea;
  font-size: 12px;
  line-height: 1.4;
}
.tcsc-tweet-native .tcsc-tweet-embed-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 282px;
  color: #71767b;
  background: #0e1620;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
}
.tcsc-tweet-embed-shell iframe {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.tcsc-video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 18px 44px rgba(0,0,0,.60);
}
.tcsc-video-shell iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
.tcsc-video-shell.loaded iframe {
  opacity: 1;
}
.tcsc-video-caption {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(7,10,15,.68);
  box-shadow: 0 12px 28px rgba(0,0,0,.34);
}
.tcsc-video-caption-author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.tcsc-video-avatar {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: conic-gradient(from 200deg,#2b3a4a,#3a4d61,#1f2a36,#2b3a4a);
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 700;
}
.tcsc-video-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcsc-video-caption-author b {
  display: block;
  color: #f0f6fc;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.08;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-video-caption-author small {
  display: block;
  margin-top: 3px;
  color: #8b949e;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-video-caption-text {
  margin: 9px 0 0;
  color: #e7e9ea;
  font-size: 13px;
  line-height: 1.34;
}
.tcsc-source-card {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(14,22,32,.92);
  box-shadow: 0 18px 44px rgba(0,0,0,.46);
}
.tcsc-source-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.tcsc-source-logo {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6e7681;
  color: #fff;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.tcsc-source-reddit .tcsc-source-logo {
  background: #ff4500;
}
.tcsc-source-substack .tcsc-source-logo {
  border-radius: 8px;
  background: #ff6719;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
}
.tcsc-source-card b {
  display: block;
  color: #f0f6fc;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-source-card small {
  display: block;
  margin-top: 4px;
  color: #8b949e;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcsc-source-thesis {
  margin: 16px 0 0;
  color: #e7e9ea;
  font-size: 17px;
  line-height: 1.38;
}
.tcsc-tweet-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #7a8a9d;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 11px;
}
.tcsc-tweet-meta b {
  color: #e4e4e7;
}
.tcsc-hero {
  position: absolute;
  left: 436px;
  top: 200px;
  z-index: 5;
}
.tcsc-ticker-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tcsc-logo {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  background: #161b22;
  color: #c9d1d9;
  font-weight: 700;
}
.tcsc-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #161b22;
}
.tcsc-symbol {
  color: #f0f6fc;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.tcsc-dir {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tcsc-accent);
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}
@keyframes tcscShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.tcsc-return {
  display: inline-block;
  margin-top: 8px;
  padding: 0 14px;
  color: var(--tcsc-accent);
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: .9;
  background: linear-gradient(100deg,var(--tcsc-accent-dim) 0%,var(--tcsc-accent) 30%,var(--tcsc-accent-bright) 50%,var(--tcsc-accent) 70%,var(--tcsc-accent-dim) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px var(--tcsc-accent-shadow));
  animation: tcscShimmer 3.2s linear infinite;
}
.tcsc-price-move {
  margin-top: 8px;
  color: #f0f6fc;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,.65);
}
.tcsc-price-inline {
  display: none;
  color: #f0f6fc;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.tcsc-price-inline span {
  color: #f0f6fc;
}
.tcsc-price-move span {
  color: #f0f6fc;
}
.tcsc-format-16x9 .tcsc-hero {
  left: 500px;
  top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tcsc-format-16x9 .tcsc-tweet {
  left: 40px;
  top: 108px;
  width: 430px;
}
.tcsc-format-16x9.tcsc-card-video .tcsc-tweet {
  top: 108px;
}
.tcsc-format-16x9 .tcsc-tweet-native {
  width: 430px;
}
.tcsc-format-16x9 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  height: 365px;
}
.tcsc-format-1x1 .tcsc-head,
.tcsc-format-4x5 .tcsc-head {
  top: 44px;
  height: auto;
  padding: 0 48px;
}
.tcsc-format-1x1 .tcsc-ribbon,
.tcsc-format-4x5 .tcsc-ribbon {
  font-size: 15px;
  padding: 11px 26px 11px 30px;
}
.tcsc-format-1x1 .tcsc-hero {
  left: auto;
  right: 48px;
  top: 50px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tcsc-format-4x5 .tcsc-hero {
  left: auto;
  right: 48px;
  top: 72px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tcsc-format-1x1 .tcsc-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}
.tcsc-format-4x5 .tcsc-logo {
  width: 38px;
  height: 38px;
}
.tcsc-format-1x1 .tcsc-symbol {
  font-size: 28px;
}
.tcsc-format-4x5 .tcsc-symbol {
  font-size: 32px;
}
.tcsc-format-1x1 .tcsc-dir {
  font-size: 15px;
}
.tcsc-format-4x5 .tcsc-dir {
  font-size: 17px;
}
.tcsc-format-1x1 .tcsc-return {
  margin-top: 0;
  font-size: 96px;
  letter-spacing: -3px;
}
.tcsc-format-4x5 .tcsc-return {
  margin-top: 0;
  font-size: 108px;
  letter-spacing: -3px;
}
.tcsc-format-1x1 .tcsc-price-move,
.tcsc-format-4x5 .tcsc-price-move {
  display: none;
}
.tcsc-format-1x1 .tcsc-price-inline,
.tcsc-format-4x5 .tcsc-price-inline {
  display: inline-flex;
  gap: 6px;
}
.tcsc-format-4x5 .tcsc-price-inline {
  font-size: 17px;
}
.tcsc-format-1x1 .tcsc-tweet {
  left: 80px;
  top: 240px;
  width: 500px;
  padding: 20px 22px;
  border-radius: 16px;
}
.tcsc-format-4x5 .tcsc-tweet {
  left: 70px;
  top: 300px;
  width: 510px;
  padding: 24px 26px;
  border-radius: 18px;
}
.tcsc-format-1x1 .tcsc-tweet-native,
.tcsc-format-4x5 .tcsc-tweet-native {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.tcsc-format-1x1 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  width: 500px;
  height: 580px;
  border-radius: 16px;
}
.tcsc-format-4x5 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  width: 510px;
  height: 610px;
  border-radius: 18px;
}
.tcsc-format-1x1 .tcsc-video-shell,
.tcsc-format-4x5 .tcsc-video-shell {
  border-radius: 18px;
}
.tcsc-format-1x1 .tcsc-video-caption,
.tcsc-format-4x5 .tcsc-video-caption {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
}
.tcsc-format-1x1 .tcsc-video-avatar,
.tcsc-format-4x5 .tcsc-video-avatar {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.tcsc-format-1x1 .tcsc-video-caption-author b,
.tcsc-format-4x5 .tcsc-video-caption-author b {
  font-size: 18px;
}
.tcsc-format-1x1 .tcsc-video-caption-author small,
.tcsc-format-4x5 .tcsc-video-caption-author small {
  font-size: 13px;
}
.tcsc-format-1x1 .tcsc-video-caption-text,
.tcsc-format-4x5 .tcsc-video-caption-text {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.38;
}
.tcsc-format-1x1 .tcsc-source-card,
.tcsc-format-4x5 .tcsc-source-card {
  padding: 24px;
  border-radius: 20px;
}
.tcsc-format-1x1 .tcsc-source-logo,
.tcsc-format-4x5 .tcsc-source-logo {
  width: 54px;
  height: 54px;
  font-size: 20px;
}
.tcsc-format-1x1 .tcsc-source-substack .tcsc-source-logo,
.tcsc-format-4x5 .tcsc-source-substack .tcsc-source-logo {
  font-size: 28px;
}
.tcsc-format-1x1 .tcsc-source-card b,
.tcsc-format-4x5 .tcsc-source-card b {
  font-size: 24px;
}
.tcsc-format-1x1 .tcsc-source-card small,
.tcsc-format-4x5 .tcsc-source-card small {
  font-size: 15px;
}
.tcsc-format-1x1 .tcsc-source-thesis,
.tcsc-format-4x5 .tcsc-source-thesis {
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.38;
}
.tcsc-format-1x1 .tcsc-tweet-copy,
.tcsc-format-4x5 .tcsc-tweet-copy {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.45;
}
.tcsc-format-1x1 .tcsc-tweet-meta,
.tcsc-format-4x5 .tcsc-tweet-meta {
  margin-top: 16px;
  font-size: 13px;
}
.tcsc-format-1x1 .tcsc-tweet-author b,
.tcsc-format-1x1 .tcsc-footer-lockup b,
.tcsc-format-4x5 .tcsc-tweet-author b,
.tcsc-format-4x5 .tcsc-footer-lockup b {
  font-size: 18px;
}
.tcsc-format-1x1 .tcsc-tweet-author small,
.tcsc-format-1x1 .tcsc-footer-lockup small,
.tcsc-format-4x5 .tcsc-tweet-author small,
.tcsc-format-4x5 .tcsc-footer-lockup small {
  font-size: 13px;
}
.tcsc-format-1x1 .tcsc-avatar,
.tcsc-format-4x5 .tcsc-avatar {
  width: 48px;
  height: 48px;
  font-size: 17px;
}
.tcsc-format-1x1 .tcsc-footer,
.tcsc-format-4x5 .tcsc-footer {
  height: 92px;
  padding: 0 48px;
}
.tcsc-format-1x1 .tcsc-mini-avatar,
.tcsc-format-1x1 .tcsc-bee,
.tcsc-format-4x5 .tcsc-mini-avatar,
.tcsc-format-4x5 .tcsc-bee {
  width: 40px;
  height: 40px;
}
.tcsc-format-1x1 .tcsc-footer-lockup em,
.tcsc-format-4x5 .tcsc-footer-lockup em {
  font-size: 10px;
}
.tcsc-format-1x1 .tcsc-range,
.tcsc-format-4x5 .tcsc-range {
  font-size: 14px;
}
.tcsc-format-4x5 .tcsc-backdrop-photo {
  object-position: center top;
}
.tcsc-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 40px;
  border-top: 1px solid rgba(255,255,255,.07);
}
.tcsc-footer-lockup {
  gap: 8px;
  min-width: 0;
}
.tcsc-footer-lockup em {
  color: #6e7681;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.tcsc-footer-lockup b {
  color: #e6edf3;
  font-size: 13px;
  font-weight: 600;
}
.tcsc-footer-lockup small {
  color: #6e7681;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
}
.tcsc-mini-avatar,
.tcsc-bee {
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.tcsc-range {
  color: #6e7681;
  font-family: 'JetBrains Mono','SF Mono','Cascadia Code','Consolas', monospace;
  font-size: 12px;
  white-space: nowrap;
}
.tcsc-bee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(251,191,36,.3);
  border-radius: 50%;
  background: #161b22;
}
.tcsc-bee img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcsc-confirmed small {
  color: #fbbf24;
}
.tcsc-toast {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  transform: translate(-50%, 8px);
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: #161b22;
  color: #f0f6fc;
  box-shadow: 0 8px 32px rgba(0,0,0,.6);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.tcsc-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Reference-aligned layouts from Design decisions checklist (4). */
.tcsc-format-16x9.tcsc-card {
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 20px;
  box-shadow: none;
}
.tcsc-format-1x1.tcsc-card {
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow: none;
}
.tcsc-format-4x5.tcsc-card {
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 26px;
  box-shadow: none;
}
.tcsc-format-16x9 .tcsc-backdrop-photo {
  object-position: center 46%;
  opacity: 1;
}
.tcsc-format-1x1 .tcsc-backdrop-photo {
  object-position: center center;
  opacity: 1;
}
.tcsc-format-4x5 .tcsc-backdrop-photo {
  object-position: 74% 50%;
  opacity: 1;
}
.tcsc-format-16x9 .tcsc-photo-scrim {
  background:
    linear-gradient(90deg, rgba(7,10,15,.82) 0%, rgba(7,10,15,.45) 38%, transparent 66%),
    linear-gradient(180deg, rgba(7,10,15,.50) 0%, transparent 26%, transparent 72%, rgba(7,10,15,.70) 100%);
}
.tcsc-format-1x1 .tcsc-photo-scrim {
  background:
    linear-gradient(180deg, rgba(7,10,15,.60) 0%, rgba(7,10,15,.10) 22%, transparent 42%),
    linear-gradient(90deg, rgba(7,10,15,.74) 0%, rgba(7,10,15,.22) 44%, transparent 64%),
    linear-gradient(0deg, rgba(7,10,15,.85) 0%, rgba(7,10,15,.20) 12%, transparent 22%);
}
.tcsc-format-4x5 .tcsc-photo-scrim {
  background:
    linear-gradient(180deg, rgba(7,10,15,.62) 0%, rgba(7,10,15,.12) 24%, transparent 44%),
    linear-gradient(90deg, rgba(7,10,15,.74) 0%, rgba(7,10,15,.22) 46%, transparent 66%),
    linear-gradient(0deg, rgba(7,10,15,.85) 0%, rgba(7,10,15,.20) 12%, transparent 22%);
}
.tcsc-grid,
.tcsc-glow,
.tcsc-grain {
  display: none;
}
.tcsc-format-16x9 .tcsc-vignette {
  box-shadow: inset 0 0 160px rgba(0,0,0,.50);
}
.tcsc-format-1x1 .tcsc-vignette,
.tcsc-format-4x5 .tcsc-vignette {
  box-shadow: inset 0 0 180px rgba(0,0,0,.50);
}
.tcsc-format-16x9 .tcsc-head {
  top: 30px;
  left: 40px;
  right: auto;
  padding: 0;
}
.tcsc-format-1x1 .tcsc-head {
  top: 44px;
  left: 48px;
  right: 48px;
  padding: 0;
}
.tcsc-format-4x5 .tcsc-head {
  top: 46px;
  left: 48px;
  right: 48px;
  padding: 0;
}
.tcsc-format-4x5 .tcsc-top-range {
  display: none;
  top: 48px;
  right: 48px;
  font-size: 16px;
}
.tcsc-format-16x9 .tcsc-ribbon,
.tcsc-format-1x1 .tcsc-ribbon,
.tcsc-format-4x5 .tcsc-ribbon {
  padding: 11px 26px 11px 30px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%,9px 50%);
}
.tcsc-format-16x9 .tcsc-ribbon span,
.tcsc-format-1x1 .tcsc-ribbon span,
.tcsc-format-4x5 .tcsc-ribbon span {
  width: 9px;
}
.tcsc-format-1x1 .tcsc-ribbon,
.tcsc-format-4x5 .tcsc-ribbon {
  padding: 16px 40px 16px 46px;
  font-size: 20px;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%,13px 50%);
}
.tcsc-format-1x1 .tcsc-ribbon span,
.tcsc-format-4x5 .tcsc-ribbon span {
  width: 13px;
}
.tcsc-format-16x9 .tcsc-tweet {
  left: 40px;
  top: 108px;
  width: 430px;
  padding: 16px 17px;
  border-radius: 14px;
}
.tcsc-format-16x9 .tcsc-tweet-native {
  padding: 0;
}
.tcsc-format-16x9 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  width: 430px;
  height: 365px;
}
.tcsc-format-16x9 .tcsc-video-shell {
  border-radius: 14px;
}
.tcsc-format-16x9 .tcsc-video-caption {
  max-height: 116px;
  overflow: hidden;
}
.tcsc-format-16x9 .tcsc-hero {
  left: 500px;
  top: 150px;
  align-items: center;
  gap: 8px;
}
.tcsc-format-16x9 .tcsc-logo {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}
.tcsc-format-16x9 .tcsc-symbol {
  font-size: 34px;
  letter-spacing: -1px;
}
.tcsc-format-16x9 .tcsc-dir {
  font-size: 17px;
}
.tcsc-format-16x9 .tcsc-return {
  margin-top: 0;
  font-size: 72px;
  letter-spacing: -2.5px;
}
.tcsc-format-16x9 .tcsc-price-move {
  display: block;
  margin-top: 0;
  font-size: 19px;
  color: #f0f6fc;
}
.tcsc-format-16x9 .tcsc-price-inline {
  display: none;
}
.tcsc-format-1x1 .tcsc-hero {
  right: 48px;
  top: 50px;
  gap: 8px;
}
.tcsc-format-4x5 .tcsc-hero {
  right: 48px;
  top: 72px;
  gap: 10px;
}
.tcsc-format-1x1 .tcsc-ticker-row {
  gap: 11px;
}
.tcsc-format-4x5 .tcsc-ticker-row {
  gap: 12px;
}
.tcsc-format-1x1 .tcsc-return {
  font-size: 96px;
  letter-spacing: -3px;
}
.tcsc-format-4x5 .tcsc-return {
  font-size: 108px;
  letter-spacing: -3px;
}
.tcsc-format-1x1 .tcsc-tweet {
  left: 80px;
  top: 240px;
  width: 500px;
  padding: 20px 22px;
  border-radius: 16px;
}
.tcsc-format-4x5 .tcsc-tweet {
  left: 70px;
  top: 300px;
  width: 510px;
  padding: 24px 26px;
  border-radius: 18px;
}
.tcsc-format-1x1 .tcsc-avatar {
  width: 52px;
  height: 52px;
  font-size: 18px;
}
.tcsc-format-4x5 .tcsc-avatar {
  width: 58px;
  height: 58px;
  font-size: 20px;
}
.tcsc-format-1x1 .tcsc-tweet-author {
  gap: 12px;
}
.tcsc-format-4x5 .tcsc-tweet-author {
  gap: 14px;
}
.tcsc-format-1x1 .tcsc-tweet-author b {
  font-size: 19px;
}
.tcsc-format-4x5 .tcsc-tweet-author b {
  font-size: 22px;
}
.tcsc-format-1x1 .tcsc-tweet-author small {
  font-size: 15px;
}
.tcsc-format-4x5 .tcsc-tweet-author small {
  font-size: 17px;
}
.tcsc-format-1x1 .tcsc-tweet-copy {
  margin-top: 16px;
  font-size: 20px;
}
.tcsc-format-4x5 .tcsc-tweet-copy {
  margin-top: 18px;
  font-size: 24px;
}
.tcsc-format-1x1 .tcsc-tweet-meta {
  margin-top: 16px;
  font-size: 15px;
}
.tcsc-format-4x5 .tcsc-tweet-meta {
  margin-top: 18px;
  font-size: 17px;
}
.tcsc-format-1x1 .tcsc-tweet-native,
.tcsc-format-4x5 .tcsc-tweet-native {
  padding: 0;
}
.tcsc-format-1x1 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  width: 500px;
  height: 580px;
}
.tcsc-format-4x5 .tcsc-tweet-native .tcsc-tweet-embed-shell {
  width: 510px;
  height: 610px;
}
.tcsc-format-16x9 .tcsc-footer {
  height: 68px;
  padding: 0 40px;
  background: rgba(7,10,15,.55);
}
.tcsc-format-1x1 .tcsc-footer {
  height: 98px;
  padding: 0 48px;
  background: rgba(7,10,15,.40);
}
.tcsc-format-4x5 .tcsc-footer {
  height: 106px;
  padding: 0 48px;
  background: rgba(7,10,15,.40);
}
.tcsc-format-16x9 .tcsc-footer-lockup {
  gap: 13px;
}
.tcsc-format-1x1 .tcsc-footer-lockup,
.tcsc-format-4x5 .tcsc-footer-lockup {
  gap: 14px;
}
.tcsc-format-16x9 .tcsc-footer-lockup em {
  font-size: 12px;
  letter-spacing: .1em;
  color: #8b949e;
}
.tcsc-format-1x1 .tcsc-footer-lockup em,
.tcsc-format-4x5 .tcsc-footer-lockup em {
  font-size: 13px;
  letter-spacing: .1em;
  color: #8b949e;
}
.tcsc-format-16x9 .tcsc-footer-lockup b,
.tcsc-format-1x1 .tcsc-footer-lockup b {
  font-size: 20px;
}
.tcsc-format-4x5 .tcsc-footer-lockup b {
  font-size: 21px;
}
.tcsc-format-16x9 .tcsc-footer-lockup small {
  font-size: 13px;
}
.tcsc-format-1x1 .tcsc-footer-lockup small,
.tcsc-format-4x5 .tcsc-footer-lockup small {
  font-size: 16px;
}
.tcsc-format-16x9 .tcsc-range {
  font-size: 15px;
  color: #8b949e;
}
.tcsc-format-1x1 .tcsc-range {
  font-size: 14px;
  color: #6e7681;
}
.tcsc-format-4x5 .tcsc-range {
  display: block;
  font-size: 12px;
  color: #5f6975;
}
.tcsc-format-16x9 .tcsc-mini-avatar,
.tcsc-format-16x9 .tcsc-bee {
  width: 36px;
  height: 36px;
}
.tcsc-format-1x1 .tcsc-mini-avatar,
.tcsc-format-1x1 .tcsc-bee {
  width: 44px;
  height: 44px;
}
.tcsc-format-4x5 .tcsc-mini-avatar,
.tcsc-format-4x5 .tcsc-bee {
  width: 46px;
  height: 46px;
}

@media (max-width: 980px) {
  .tc-share-btn {
    opacity: .9;
  }
  .tcsc-shell {
    inset: 10px;
    gap: 10px;
    padding: 46px 0 max(8px, env(safe-area-inset-bottom));
  }
  .tcsc-stage {
    overflow: visible;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .tcsc-card {
    transform-origin: top left;
  }
  .tcsc-card-close {
    top: -42px;
    right: 0;
  }
  .tcsc-toolbar {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
  }
  .tcsc-actions {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .tcsc-btn {
    height: 38px;
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
    gap: 5px;
    flex: 0 1 auto;
  }
  .tcsc-format-toggle {
    height: 38px;
    flex: 0 0 auto;
    padding: 3px;
  }
  .tcsc-format-btn {
    height: 30px;
    min-width: 42px;
    padding: 0 8px;
    font-size: 11px;
  }
  .tcsc-btn-ico {
    width: 13px;
    height: 13px;
    font-size: 13px;
  }
  .tcsc-share-wrap {
    gap: 6px;
  }
  .tcsc-share-options {
    gap: 5px;
    padding: 5px;
  }
  .tcsc-share-option {
    width: 36px;
    height: 36px;
  }
  .tcsc-share-option-ico {
    width: 17px;
    height: 17px;
    font-size: 17px;
  }
}
