:root {
  --bg: #070603;
  --panel: rgba(19, 15, 7, .78);
  --panel-strong: #110d06;
  --line: rgba(255, 194, 66, .18);
  --text: #fff7e7;
  --muted: #aaa092;
  --gold: #ffbd28;
  --gold-2: #ff8c00;
  --amber: #f06b00;
  --green: #72e58e;
  --shadow: 0 24px 80px rgba(255, 132, 0, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 50% -10%, #251503 0, var(--bg) 38%, #030302 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient { position: fixed; width: 35rem; height: 35rem; border-radius: 50%; filter: blur(100px); opacity: .08; pointer-events: none; z-index: -1; }
.ambient-a { background: #ff9b00; left: -14rem; top: 15rem; }
.ambient-b { background: #ffd45a; right: -18rem; top: 50rem; }
.site-header {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  min-height: 72px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(8, 6, 3, .76);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 12px;
  z-index: 20;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .1em; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.brand span { font-size: 1.06rem; background: linear-gradient(180deg, #fff7b0, #ffa600); color: transparent; -webkit-background-clip: text; background-clip: text; }
.nav { display: flex; gap: 22px; margin: 0 auto; }
.nav a { color: var(--muted); font-size: .9rem; transition: color .2s; }
.nav a:hover { color: var(--text); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 203, 79, .5);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd75b, #f28a00);
  color: #1a1001;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(255, 160, 0, .16);
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 18px 42px rgba(255, 160, 0, .22); }
.button-secondary { color: var(--text); background: rgba(255,255,255,.035); border-color: var(--line); box-shadow: none; }
.button-small { min-height: 42px; padding: 0 15px; font-size: .86rem; white-space: nowrap; }
.section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 112px 0; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; padding-top: 80px; }
.eyebrow, .section-kicker { color: #e9b54a; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 185, 35, .05); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(114,229,142,.8); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); letter-spacing: -.065em; line-height: .92; margin: 22px 0 28px; max-width: 760px; }
h1 span { background: linear-gradient(100deg, #fff0a0, #ffac12 58%, #f06c00); color: transparent; -webkit-background-clip: text; background-clip: text; }
.hero-lead { color: #c9bfae; max-width: 680px; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.contract-card { max-width: 720px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(255,255,255,.028); border: 1px solid var(--line); border-radius: 17px; padding: 14px 16px; }
.contract-label, .small-label { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.contract-card code, .address-box code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #f6d488; font-size: .82rem; word-break: break-all; }
.copy-button { border: 1px solid var(--line); background: rgba(255,183,36,.08); color: #ffd67e; border-radius: 11px; padding: 9px 12px; cursor: pointer; font-weight: 700; }
.hero-art { min-height: 540px; display: grid; place-items: center; position: relative; }
.hero-art::before { content:""; position:absolute; inset: 10%; border-radius:50%; background: radial-gradient(circle, rgba(255,167,0,.18), transparent 63%); filter: blur(16px); }
.hero-art img { width: min(560px, 100%); aspect-ratio: 1; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 36px 62px rgba(255,131,0,.22)); position: relative; z-index: 2; }
.orbit { position: absolute; border: 1px solid rgba(255,188,54,.14); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 90%; height: 42%; }
.orbit-two { width: 76%; height: 33%; transform: rotate(28deg); }
.trust-strip { width: min(1180px, calc(100% - 36px)); margin: 0 auto; display:grid; grid-template-columns: repeat(4,1fr); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; background:rgba(255,255,255,.025); }
.trust-strip div { padding: 26px; border-right:1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display:block; font-size:1.25rem; color:#ffd772; }
.trust-strip span { color:var(--muted); font-size:.83rem; }
.two-column { display:grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.4rem); letter-spacing:-.045em; line-height:1.02; margin: 10px 0 18px; }
.body-copy { color:#c3b9aa; font-size:1.08rem; padding-top:32px; }
.section-heading { display:flex; justify-content:space-between; gap:48px; align-items:end; margin-bottom:38px; }
.section-heading > p { color:var(--muted); max-width:460px; margin-bottom:8px; }
.tokenomics-grid { display:grid; grid-template-columns: repeat(5,1fr); gap:12px; }
.allocation { min-height:200px; padding:24px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(160deg, rgba(255,186,52,.075), rgba(255,255,255,.018)); }
.allocation span { display:block; font-size:2.25rem; font-weight:900; color:#ffd36d; }
.allocation h3 { margin:22px 0 5px; font-size:1rem; }
.allocation p { color:var(--muted); font-size:.86rem; }
.allocation-bar { display:flex; height:13px; overflow:hidden; border-radius:99px; margin-top:24px; background:#14110b; }
.seg { display:block; height:100%; }
.seg-50 { width:50%; background:#ffbd36; }.seg-20{width:20%;background:#ff9a13}.seg-15{width:15%;background:#ed7410}.seg-10{width:10%;background:#c95711}.seg-5{width:5%;background:#923811}
.network { display:grid; grid-template-columns: 1.12fr .88fr; gap:18px; }
.network-panel, .verification-card { border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); padding:36px; box-shadow:var(--shadow); }
.network-panel > p, .verification-card > p { color:var(--muted); }
.specs { display:grid; grid-template-columns:repeat(2,1fr); gap:0; margin:34px 0 0; border-top:1px solid var(--line); }
.specs div { padding:18px 0; border-bottom:1px solid var(--line); }
.specs div:nth-child(odd) { padding-right:20px; }
.specs dt { color:var(--muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; }
.specs dd { margin:4px 0 0; font-weight:800; }
.verification-card img { width:108px; height:108px; border-radius:50%; object-fit:cover; margin-bottom:22px; }
.verified-badge { display:inline-block; color:#95f0a8; background:rgba(78,219,103,.08); border:1px solid rgba(95,228,118,.16); padding:6px 10px; border-radius:999px; font-size:.78rem; font-weight:800; }
.verification-card h3 { font-size:1.6rem; margin:18px 0 10px; }
.text-link { color:#ffd36c; font-weight:800; }
.liquidity-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:22px; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(110deg, rgba(255,175,27,.085), rgba(255,255,255,.018)); }
.pair-icons { display:flex; }
.pair-icons img, .usdg-mark { width:58px; height:58px; border-radius:50%; border:2px solid #181208; background:#151009; display:grid; place-items:center; object-fit:cover; }
.pair-icons .usdg-mark { margin-left:-12px; background:linear-gradient(145deg,#ddff86,#7ba81d); color:#0d1405; font-weight:900; font-size:1.5rem; }
.liquidity-card h3 { margin:0; font-size:1.5rem; }.liquidity-card p{margin:4px 0 0;color:var(--muted)}
.risk-note { margin:18px 0 0; color:#a89f92; font-size:.9rem; padding:15px 18px; border-left:3px solid #d79024; background:rgba(216,141,31,.045); border-radius:0 12px 12px 0; }
.roadmap-grid { margin-top:42px; display:grid; gap:12px; }
.roadmap-step { display:grid; grid-template-columns:56px 1fr; gap:20px; padding:24px; border:1px solid rgba(255,255,255,.075); border-radius:18px; background:rgba(255,255,255,.018); }
.roadmap-step > span { width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:#ddb260;font-weight:900; }
.roadmap-step h3 { margin:0 0 4px; }.roadmap-step p { margin:0;color:var(--muted); }
.roadmap-step.done { border-color:rgba(102,220,126,.18); }.roadmap-step.done > span{color:#95f0a8;border-color:rgba(102,220,126,.2);}
.roadmap-step.active { background:linear-gradient(100deg,rgba(255,181,38,.075),rgba(255,255,255,.018));border-color:var(--line); }
.transparency { display:grid;grid-template-columns:1fr .95fr;gap:48px;align-items:center; }
.transparency > div:first-child p { color:var(--muted); max-width:610px; }
.address-box { padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel); }
.address-box span { color:var(--muted);font-size:.8rem;display:block;margin-bottom:10px; }.address-box code{font-size:.9rem;display:block;}.copy-button.wide{width:100%;margin-top:18px;padding:12px;}
.final-cta { border:1px solid var(--line);border-radius:32px;padding:42px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:32px;background:linear-gradient(120deg,rgba(255,174,24,.085),rgba(255,255,255,.02));margin-bottom:100px; }
.final-cta img { width:180px; max-height:90px; object-fit:cover; object-position:left center; border-radius:14px; }
.final-cta h2{font-size:2.1rem;margin:0 0 8px}.final-cta p{margin:0;color:var(--muted)}.final-actions{display:flex;gap:10px;}
footer { width:min(1180px,calc(100% - 36px));margin:0 auto;padding:0 0 50px;color:#857c70;font-size:.84rem;border-top:1px solid rgba(255,255,255,.06);padding-top:30px; }
.footer-brand{display:flex;align-items:center;gap:8px;color:#e0b45c;font-weight:900;letter-spacing:.08em;margin-bottom:12px}.footer-brand img{width:30px;height:30px;border-radius:50%;}.footer-small{font-size:.77rem;max-width:780px;}
.toast { position:fixed;right:24px;bottom:24px;background:#1c160a;color:#ffd86d;border:1px solid var(--line);padding:12px 16px;border-radius:12px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;z-index:30; }.toast.show{opacity:1;transform:translateY(0)}
@media (max-width: 960px) {
  .nav { display:none; }
  .site-header { justify-content:space-between; }
  .hero { grid-template-columns:1fr; text-align:left; min-height:auto; }
  .hero-art { min-height:420px; grid-row:1; }
  .hero-copy { grid-row:2; }
  .tokenomics-grid { grid-template-columns:repeat(2,1fr); }
  .network,.two-column,.transparency{grid-template-columns:1fr;gap:26px;}
  .section-heading{align-items:start;flex-direction:column;gap:4px;}
  .final-cta{grid-template-columns:1fr;text-align:left;}.final-actions{flex-wrap:wrap;}
}
@media (max-width: 640px) {
  .site-header { width:calc(100% - 20px); top:8px; }
  .site-header .button-small { display:none; }
  .section,.trust-strip,footer { width:calc(100% - 28px); }
  .section { padding:76px 0; }
  .hero { padding-top:36px; gap:18px; }
  .hero-art { min-height:310px; }
  h1 { font-size:3.25rem; }
  .trust-strip { grid-template-columns:repeat(2,1fr); }.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .tokenomics-grid { grid-template-columns:1fr; }
  .liquidity-card { grid-template-columns:auto 1fr; }.liquidity-card .button{grid-column:1/-1;}
  .contract-card { align-items:flex-start;flex-direction:column; }
  .specs { grid-template-columns:1fr; }.specs div:nth-child(odd){padding-right:0}
  .final-cta { padding:26px; }
  .final-cta img { width:100%; max-width:220px; }
}
