:root {
  --paper: #fffdf9;
  --white: #ffffff;
  --cream: #fbf4e6;
  --cream-2: #f4e7c9;
  --gold: #d7aa2f;
  --gold-bright: #e8c257;
  --gold-dark: #8d6a0a;
  --gold-pale: #f8e8b7;
  --ink: #1c180f;
  --ink-soft: #4e4533;
  --muted: #7b705c;
  --line: #e4d5b2;
  --success: #24754d;
  --danger: #b53c3c;
  --shadow: 0 20px 60px rgba(88, 65, 13, .10);
  --mono: "IBM Plex Mono", "Cascadia Code", Consolas, monospace;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--display); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 92% 4%, rgba(215,170,47,.16), transparent 28rem), radial-gradient(circle at 4% 58%, rgba(215,170,47,.08), transparent 32rem), linear-gradient(180deg, #fffdf9 0%, #fff 48%, #fbf6eb 100%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(141,106,10,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(141,106,10,.05) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

.nav { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(141,106,10,.22); background: rgba(255,253,249,.94); box-shadow: 0 8px 30px rgba(86,65,18,.06); backdrop-filter: blur(18px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.045em; font-size: 1.25rem; }
.brand-logo { width: 52px; height: 52px; display: block; flex: 0 0 auto; object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 5px 15px rgba(141,106,10,.16); }
.brand i { padding: 6px 9px; color: var(--gold-dark); background: var(--gold-pale); border: 1px solid rgba(141,106,10,.25); border-radius: 999px; font: 850 .56rem var(--mono); letter-spacing: .08em; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 11px 14px; color: var(--ink-soft); border-radius: 999px; font-size: .88rem; font-weight: 750; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: var(--cream); }
.nav-links .live-link { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; padding-inline: 18px; color: #fff; background: var(--ink); box-shadow: 0 7px 18px rgba(28,24,15,.16); }
.nav-links .live-link:hover, .nav-links .live-link[aria-current="page"] { color: #fff; background: var(--gold-dark); transform: translateY(-1px); }
.live-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 4px rgba(232,194,87,.18); animation: pulse 1.7s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }

.alpha-tape { overflow: hidden; color: #fff; background: var(--gold-dark); border-bottom: 1px solid #725405; font: 850 .66rem/34px var(--mono); letter-spacing: .12em; white-space: nowrap; }
.alpha-tape div { width: max-content; min-width: 200%; animation: tape 30s linear infinite; }
@keyframes tape { to { transform: translateX(-50%); } }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--gold-dark); font: 900 .7rem/1 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--gold); }

.hero { min-height: 690px; padding: 82px 0 86px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: 72px; }
.hero h1 { max-width: 720px; margin: 24px 0 28px; font-size: clamp(3.8rem, 6.5vw, 6.6rem); line-height: .88; letter-spacing: -.072em; font-weight: 950; }
h1 em, h2 em { color: var(--gold-dark); font-style: normal; }
.hero-copy { max-width: 650px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.6vw, 1.2rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 21px; border: 1px solid var(--ink); border-radius: 999px; font: 900 .73rem var(--mono); letter-spacing: .04em; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button.primary { color: #fff; background: var(--ink); box-shadow: 0 9px 22px rgba(28,24,15,.18); }
.button.secondary { color: var(--ink); border-color: var(--gold); background: var(--white); box-shadow: 0 8px 22px rgba(141,106,10,.09); }
.button:hover { transform: translateY(-3px); box-shadow: 0 13px 25px rgba(89,67,18,.18); }
.button.primary:hover { background: var(--gold-dark); }
.degen-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.degen-proof span { padding: 7px 10px; color: var(--gold-dark); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font: 800 .59rem var(--mono); }
.hero-art-card { position: relative; min-height: 540px; padding: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 36px; background: linear-gradient(145deg, #fff 0%, #fbf1dd 100%); box-shadow: var(--shadow); overflow: hidden; }
.hero-art-card::before { content: "C"; position: absolute; right: -36px; top: -98px; color: rgba(215,170,47,.08); font-size: 34rem; line-height: 1; font-weight: 950; }
.hero-art-card img { position: relative; z-index: 1; width: min(100%, 510px); border-radius: 28px; mix-blend-mode: multiply; }
.call-bubble { position: absolute; z-index: 2; right: 26px; bottom: 28px; min-width: 205px; padding: 15px 18px; color: #fff; background: var(--ink); border-radius: 18px 18px 4px 18px; box-shadow: 0 12px 30px rgba(28,24,15,.22); }
.call-bubble small, .call-bubble strong { display: block; }
.call-bubble small { margin-bottom: 5px; color: var(--gold-bright); font: 750 .57rem var(--mono); letter-spacing: .1em; }
.call-bubble strong { font-size: .95rem; }

.latest-section { padding: 82px 0; color: #fff; background: var(--ink); border-top: 5px solid var(--gold); }
.latest-section .eyebrow { color: var(--gold-bright); }
.section-kicker { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-kicker h2 { margin: 14px 0 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.text-link { color: var(--gold-bright); font: 850 .7rem var(--mono); letter-spacing: .07em; }
.text-link:hover { color: #fff; }
.home-calls { padding: 20px; border: 1px solid rgba(232,194,87,.45); border-radius: 22px; background: #262015; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.home-calls-head { margin: -20px -20px 18px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(232,194,87,.28); color: #e9dec5; font: 850 .68rem var(--mono); letter-spacing: .1em; }
.home-calls-head strong { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-bright); }
.home-calls .call-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.home-calls .confirmed-call { min-height: 168px; align-items: start; }

.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 780px; margin-bottom: 45px; }
.section h2, .brand-story h2 { margin: 16px 0 18px; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .96; letter-spacing: -.06em; }
.section-intro { max-width: 720px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.system-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.system-card, .panel { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 14px 40px rgba(93,70,17,.07); }
.system-card { min-height: 310px; padding: 27px; position: relative; }
.system-card:nth-child(2) { transform: translateY(18px); background: var(--cream); }
.system-card .number { color: var(--gold-dark); font: 900 .7rem var(--mono); letter-spacing: .12em; }
.card-icon { width: 52px; height: 52px; margin: 55px 0 22px; display: grid; place-items: center; color: #fff; background: var(--gold-dark); border-radius: 16px; font-size: 1.25rem; box-shadow: 6px 6px 0 var(--gold-pale); }
.system-card h3 { margin-bottom: 11px; font-size: 1.45rem; letter-spacing: -.035em; }
.system-card p { margin: 0; color: var(--muted); line-height: 1.62; }

.holder-section { position: relative; overflow: hidden; background: var(--cream); }
.holder-section::after { content: "C"; position: absolute; right: -110px; bottom: -260px; color: rgba(215,170,47,.1); font-size: 38rem; line-height: 1; font-weight: 950; }
.holder-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.flow-card { padding: 32px; display: grid; gap: 12px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.flow-card > div { min-height: 92px; padding: 17px; display: flex; align-items: center; gap: 17px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.flow-card b { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--gold-dark); border-radius: 50%; font: 900 1rem var(--mono); }
.flow-card span, .flow-card strong, .flow-card small { display: block; }
.flow-card strong { margin-bottom: 4px; letter-spacing: .04em; }
.flow-card small { color: var(--muted); font-size: .82rem; }
.flow-card > i { width: 2px; height: 18px; margin: -3px 0 -3px 41px; background: var(--gold); }

.brand-story { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.banner-frame { padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.banner-frame img { width: 100%; display: block; border-radius: 16px; }

.page-head { padding: 76px 0 40px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.page-head h1 { margin: 16px 0 14px; font-size: clamp(3rem, 7vw, 6rem); line-height: .92; letter-spacing: -.065em; }
.receipts-head p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.62; }
.verified-pill { display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; color: var(--gold-dark); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font: 850 .68rem var(--mono); white-space: nowrap; }
.history-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 95px; }
.panel { padding: 22px; }
.panel-title { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-title small { display: block; margin-bottom: 5px; color: var(--gold-dark); font: 850 .56rem var(--mono); letter-spacing: .1em; }
.panel-title h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.panel-title > span { color: var(--muted); font: .64rem var(--mono); text-align: right; }
.receipt-panel { min-height: 580px; overflow: hidden; }
.receipt-panel .panel-title { margin: -22px -22px 19px; padding: 18px 21px; border-bottom: 1px solid var(--line); background: var(--cream); }
.receipt-engine-key { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 13px; }
.receipt-engine-key span { padding: 9px 7px; color: var(--gold-dark); border: 1px solid var(--line); border-radius: 999px; text-align: center; font: 850 .56rem var(--mono); }

.call-list, .action-list { display: grid; gap: 11px; }
.call-row, .action-row { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.confirmed-call { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 15px; }
.coin-link { display: block; }
.coin-art-shell { position: relative; width: 94px; height: 94px; display: block; overflow: hidden; border: 2px solid var(--gold); border-radius: 16px; background: var(--gold-pale); box-shadow: 4px 4px 0 var(--cream-2); }
.coin-art-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-dark); background: var(--gold-pale); font: 900 1rem var(--mono); }
.coin-art { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.call-copy { min-width: 0; }
.row-top { margin-bottom: 7px; display: flex; justify-content: space-between; gap: 12px; }
.row-top > div { min-width: 0; }
.row-top strong { display: block; overflow: hidden; color: var(--ink); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.row-top div span { display: block; margin-top: 3px; color: var(--gold-dark); font: 800 .65rem var(--mono); }
.tag { height: fit-content; padding: 5px 8px; color: var(--success); background: #edf8f1; border: 1px solid #cbe6d6; border-radius: 999px; font: 850 .57rem var(--mono); }
.call-thesis, .action-row p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.52; }
.call-thesis { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.call-meta { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px 10px; color: #92856d; font: 700 .57rem var(--mono); }
.call-meta a, .action-row a { color: var(--gold-dark); font-weight: 850; }
.call-meta a:hover, .action-row a:hover { color: var(--ink); }
.action-row a { display: inline-block; margin-top: 10px; font: 850 .62rem var(--mono); }
.action-idle, .empty { padding: 40px 14px; color: var(--muted); text-align: center; line-height: 1.65; }

.metric { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.metric small { display: block; color: var(--muted); font: 750 .64rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 8px; overflow: hidden; font-size: 1.08rem; text-overflow: ellipsis; white-space: nowrap; }
.feed-alert { margin-top: 18px; padding: 12px 15px; color: #8c2424; background: #fff1ef; border: 1px solid #e5aaa3; border-radius: 12px; font: 850 .7rem var(--mono); letter-spacing: .05em; text-align: center; }
.feed-alert[hidden] { display: none; }
.feed-is-stale .live-title { border-color: #d98c82; }
.feed-is-stale .live-title strong { color: #fff; background: var(--danger); }

.footer { padding: 32px 0; color: var(--muted); background: #f7eedc; border-top: 1px solid var(--line); font: 700 .65rem var(--mono); }
.footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--display); font-size: .8rem; }
.footer-brand img { width: 32px; height: 32px; object-fit: cover; border: 1px solid var(--gold); border-radius: 50%; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero-art-card { min-height: 470px; }
  .home-calls .call-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-grid, .history-grid { grid-template-columns: 1fr; }
  .holder-grid, .brand-story { grid-template-columns: 1fr; gap: 45px; }
  .system-card:nth-child(2) { transform: none; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 26px, 1200px); }
  .nav-inner { min-height: 70px; }
  .brand-logo { width: 44px; height: 44px; }
  .brand i, .nav-links a:not(.live-link) { display: none; }
  .nav-links .live-link { padding-inline: 14px; font-size: .72rem; }
  .hero { min-height: auto; padding: 58px 0 64px; }
  .hero h1 { font-size: clamp(2.8rem, 13.5vw, 4rem); }
  .hero-art-card { min-height: 360px; padding: 12px; border-radius: 24px; }
  .hero-art-card img { border-radius: 18px; }
  .call-bubble { right: 14px; bottom: 14px; min-width: 170px; }
  .section, .latest-section { padding: 68px 0; }
  .section-kicker, .page-head, .footer .shell { align-items: flex-start; flex-direction: column; }
  .page-head { padding-top: 54px; }
  .confirmed-call { grid-template-columns: 78px minmax(0,1fr); }
  .coin-art-shell { width: 78px; height: 78px; }
  .home-calls { padding: 13px; }
  .home-calls-head { margin: -13px -13px 14px; }
  .home-calls .call-list { grid-template-columns: 1fr; }
  .home-calls .confirmed-call { min-height: 0; }
  .receipt-engine-key { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; } }
