:root {
  --bg: #0b0e11;
  --panel: #12161c;
  --panel-raised: #171c23;
  --line: #252c35;
  --line-light: #323b46;
  --text: #f5f7f9;
  --muted: #8b96a4;
  --muted-deep: #5d6876;
  --gold: #f0b90b;
  --gold-bright: #ffcc35;
  --gold-soft: rgba(240, 185, 11, .11);
  --green: #45cf96;
  --radius: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 10%, rgba(240, 185, 11, .055), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: "Noto Sans SC", "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.page-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.brand, .footer-brand, .header-actions, .network-pill, .connect-button, .card-topline,
.fact-row, .security-note, .section-heading, .live-indicator, .opening-copy, .swap-link,
.distribution-top, .burn-note, .footer-meta {
  display: flex;
  align-items: center;
}

.brand { gap: 12px; }
.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 185, 11, .28);
  border-radius: 50%;
  overflow: hidden;
  background: #1d1d1d;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 15px; font-weight: 800; letter-spacing: .02em; }
.brand-copy span { color: var(--muted); font-size: 11px; }
.header-actions { gap: 14px; }
.network-pill { gap: 7px; color: var(--muted); font-size: 12px; }
.social-link {
  display: inline-flex; align-items: center; gap: 5px; color: var(--muted);
  font-size: 11px; white-space: nowrap; transition: color .2s ease;
}
.social-link:hover { color: var(--gold); }
.social-link-mark { color: var(--text); font-size: 13px; line-height: 1; }
.wallet-connect-wrap { position: relative; }
.network-dot, .live-indicator span, .demo-badge span {
  width: 6px; height: 6px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px rgba(69, 207, 150, .1);
}
.connect-button {
  gap: 9px; padding: 11px 16px; color: var(--bg); border: 0; border-radius: 8px;
  background: var(--gold); font-size: 13px; font-weight: 700; transition: .2s ease;
}
.connect-button:hover, .primary-button:hover { background: var(--gold-bright); transform: translateY(-1px); }
.wallet-picker {
  position: absolute; z-index: 20; top: calc(100% + 10px); right: 0; width: 220px;
  padding: 10px; border: 1px solid var(--line-light); border-radius: 10px;
  background: #171c23; box-shadow: 0 18px 45px rgba(0,0,0,.38);
}
.wallet-picker-title { color: var(--muted); font-size: 10px; padding: 3px 5px 8px; }
.wallet-options { display: grid; gap: 5px; }
.wallet-option {
  display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px;
  width: 100%; padding: 9px 8px; border: 1px solid transparent; border-radius: 7px;
  background: rgba(255,255,255,.035); color: var(--text); text-align: left; font-size: 11px;
}
.wallet-option:hover { border-color: rgba(240,185,11,.45); background: var(--gold-soft); }
.wallet-option-mark {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px;
  background: #fff; overflow: hidden;
}
.wallet-option-mark img { display: block; width: 21px; height: 21px; object-fit: contain; }
.wallet-option-mark-okx img { width: 19px; height: 19px; }
.wallet-option-arrow { color: var(--gold); font-size: 14px; }
.wallet-icon {
  width: 14px; height: 11px; border: 1.5px solid currentColor; border-radius: 3px; position: relative;
}
.wallet-icon::after { content: ""; position: absolute; right: -1px; top: 3px; width: 5px; height: 4px; border: 1.5px solid currentColor; border-right: 0; border-radius: 2px 0 0 2px; background: var(--gold); }

.hero-section {
  min-height: 456px; display: grid; grid-template-columns: 1fr 420px; align-items: center;
  gap: 50px; padding: 62px 40px 48px; position: relative; overflow: hidden;
}
.hero-section::before {
  content: ""; position: absolute; width: 1px; height: 124px; left: 0; top: 68px;
  background: linear-gradient(var(--gold), transparent);
}
.eyebrow, .section-kicker {
  color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .17em;
}
.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 24px; }
.eyebrow-line { width: 23px; height: 1px; background: var(--gold); }
.hero-copy h1 { font-size: clamp(65px, 9vw, 108px); line-height: .86; margin: 0; letter-spacing: -.08em; font-weight: 900; }
.title-name { color: var(--gold); }
.title-dot { color: var(--gold); }
.hero-subtitle-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin: 16px 0 18px; }
.hero-subtitle { color: var(--gold); font-size: 23px; margin: 0; font-weight: 600; letter-spacing: .04em; }
.hero-principles {
  color: #d7dce3; border-left: 1px solid rgba(240,185,11,.45); padding-left: 16px;
  font-size: 12px; letter-spacing: .04em; white-space: nowrap;
}
.hero-intro { color: var(--muted); line-height: 1.9; font-size: 13px; margin: 0 0 23px; }
.token-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.token-tags span {
  color: #acb5c0; border: 1px solid var(--line); border-radius: 5px; padding: 5px 9px; font-size: 10px;
  background: rgba(255,255,255,.018);
}
.contract-address {
  display: flex; align-items: center; flex-wrap: wrap; gap: 7px;
  width: min(100%, 470px); margin-top: 14px; padding-top: 11px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 10px;
}
.contract-address:hover { color: var(--text); }
.contract-address-label { color: var(--gold); white-space: nowrap; }
.contract-address-value {
  min-width: 0; color: #c7ced7; font: 10px "DM Mono", monospace;
  overflow-wrap: anywhere;
}
.contract-address-arrow { color: var(--gold); font-size: 13px; }
.hero-emblem { justify-self: center; width: 306px; height: 306px; position: relative; }
.hero-emblem img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; opacity: .96; }
.emblem-glow { position: absolute; inset: 18%; border-radius: 50%; background: var(--gold); filter: blur(65px); opacity: .11; }
.orbit { position: absolute; border: 1px solid rgba(240,185,11,.15); border-radius: 50%; inset: -21px; }
.orbit-two { inset: -39px; border-style: dashed; border-color: rgba(240,185,11,.08); }

.claim-section { display: grid; grid-template-columns: minmax(0, 480px) 1fr; justify-content: center; gap: 54px; padding: 30px 0 90px; }
.claim-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #161b21, #101419); padding: 27px 30px 24px; box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.card-topline { justify-content: space-between; }
.demo-badge { display: flex; align-items: center; gap: 7px; color: #acb5c0; font-size: 10px; border: 1px solid var(--line); border-radius: 99px; padding: 5px 9px; }
.demo-badge span { width: 5px; height: 5px; background: var(--gold); box-shadow: none; }
.claim-card h2, .section-heading h2 { margin: 16px 0 7px; font-size: 24px; letter-spacing: -.03em; }
.claim-description { margin: 0; color: var(--muted); font-size: 12px; }
.claim-amount { display: flex; align-items: baseline; gap: 11px; padding: 26px 0 22px; border-bottom: 1px solid var(--line); }
.amount-value { color: var(--gold); font-family: "DM Mono", monospace; font-size: 45px; letter-spacing: -.08em; font-weight: 500; }
.amount-unit { font-family: "Noto Sans SC", sans-serif; font-size: 19px; letter-spacing: 0; margin-left: 3px; }
.amount-label { color: var(--muted); font-size: 12px; }
.claim-facts { padding: 16px 0 14px; display: grid; gap: 11px; }
.fact-row { gap: 11px; color: #b4bdc8; font-size: 11px; }
.fact-icon { width: 16px; height: 16px; flex: 0 0 auto; border: 1px solid var(--line-light); border-radius: 50%; position: relative; }
.fact-check::after { content: "✓"; color: var(--gold); font-size: 10px; position: absolute; left: 3px; top: -1px; }
.fact-clock::after { content: ""; position: absolute; width: 1px; height: 5px; left: 7px; top: 3px; background: var(--gold); box-shadow: 2px 3px 0 -0.5px var(--gold); transform-origin: bottom; }
.fact-gas::after { content: "₿"; color: var(--gold); font-size: 10px; position: absolute; left: 4px; top: 0px; }
.status-box { display: flex; gap: 11px; align-items: center; min-height: 51px; padding: 10px 12px; border-radius: 8px; margin: 4px 0 12px; }
.status-idle { background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.status-checking { border: 1px solid rgba(240,185,11,.35); background: var(--gold-soft); }
.status-success { border: 1px solid rgba(69,207,150,.32); background: rgba(69,207,150,.08); }
.status-error { border: 1px solid rgba(237,112,96,.35); background: rgba(237,112,96,.08); }
.status-icon { display: block; width: 9px; height: 9px; border: 1px solid var(--muted-deep); border-radius: 50%; flex: 0 0 auto; }
.status-checking .status-icon { border-color: var(--gold); border-top-color: transparent; animation: spin 1s linear infinite; }
.status-success .status-icon { background: var(--green); border: 0; }
.status-error .status-icon { background: #ef7966; border: 0; }
.status-box strong, .status-box span { display: block; }
.status-box strong { font-size: 11px; margin-bottom: 3px; }
.status-box span { color: var(--muted); font-size: 10px; }
.tx-link { display: block; width: fit-content; margin: -2px 0 12px auto; color: var(--gold); font-size: 10px; }
.tx-link[hidden] { display: none; }
.primary-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; border: 0; border-radius: 7px; background: var(--gold); color: var(--bg); font-size: 13px; font-weight: 800; transition: .2s ease; }
.button-arrow { font-size: 16px; line-height: 10px; }
.security-note { justify-content: center; gap: 6px; color: var(--muted-deep); margin: 14px 0 0; font-size: 10px; }
.lock-icon, .tiny-lock { width: 9px; height: 8px; display: inline-block; border: 1px solid currentColor; border-radius: 2px; position: relative; }
.lock-icon::before, .tiny-lock::before { content: ""; position: absolute; width: 5px; height: 5px; border: 1px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; left: 1px; top: -5px; }
.claim-side-note { align-self: center; max-width: 250px; padding-top: 18px; border-top: 1px solid var(--line); }
.side-note-number { color: var(--gold); font: 12px "DM Mono", monospace; margin-bottom: 25px; }
.claim-side-note strong { font-size: 18px; }
.claim-side-note p { color: var(--muted); font-size: 12px; line-height: 1.9; margin: 11px 0 0; }
.bulk-query-card { align-self: center; min-width: 0; }
.bulk-query-intro { max-width: 330px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.bulk-query-intro .side-note-number { margin-bottom: 25px; }
.bulk-query-intro strong { display: block; margin-top: 12px; font-size: 18px; }
.bulk-query-intro p { color: var(--muted); font-size: 12px; line-height: 1.9; margin: 11px 0 18px; }
.secondary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 14px; border: 1px solid rgba(240,185,11,.5); border-radius: 7px;
  background: transparent; color: var(--gold); font-size: 11px; font-weight: 700;
  transition: .2s ease;
}
.secondary-button:hover { border-color: var(--gold); background: var(--gold-soft); transform: translateY(-1px); }
.secondary-button.compact { padding: 9px 12px; }
.bulk-query-form {
  width: min(100%, 470px); padding: 20px; border: 1px solid var(--line);
  border-radius: var(--radius); background: linear-gradient(145deg, #161b21, #101419);
  box-shadow: 0 22px 70px rgba(0,0,0,.2);
}
.bulk-query-heading, .bulk-query-actions, .bulk-results-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bulk-query-heading strong { display: block; margin-top: 8px; font-size: 17px; }
.close-button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); font-size: 20px; line-height: 1; }
.close-button:hover { color: var(--text); border-color: var(--line-light); }
.bulk-query-help { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 14px 0 10px; }
.bulk-addresses {
  display: block; width: 100%; min-height: 126px; resize: vertical; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: 7px; outline: 0; background: rgba(255,255,255,.035);
  color: var(--text); font: 11px/1.7 "DM Mono", monospace;
}
.bulk-addresses:focus { border-color: rgba(240,185,11,.65); box-shadow: 0 0 0 3px var(--gold-soft); }
.bulk-addresses::placeholder { color: var(--muted-deep); }
.bulk-query-actions { margin-top: 10px; }
.bulk-query-limit { color: var(--muted-deep); font: 10px "DM Mono", monospace; }
.bulk-query-status { min-height: 18px; color: var(--muted); font-size: 10px; margin-top: 10px; }
.bulk-query-status.error { color: #ef8c7b; }
.bulk-results { margin-top: 13px; border-top: 1px solid var(--line); padding-top: 12px; }
.bulk-results-summary { color: var(--muted); font-size: 10px; margin-bottom: 8px; }
.bulk-result-list { display: grid; gap: 6px; max-height: 230px; overflow: auto; }
.bulk-result-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 8px 9px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.02);
}
.bulk-result-address { overflow: hidden; color: #c7ced7; font: 10px "DM Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }
.bulk-result-detail { text-align: right; font-size: 10px; }
.bulk-result-detail strong { display: block; font-size: 10px; }
.bulk-result-detail span { color: var(--muted); display: block; margin-top: 2px; }
.bulk-result-row.eligible { border-color: rgba(69,207,150,.25); }
.bulk-result-row.eligible .bulk-result-detail strong { color: var(--green); }
.bulk-result-row.ineligible .bulk-result-detail strong, .bulk-result-row.invalid .bulk-result-detail strong { color: #ef8c7b; }

.airdrop-progress-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 27px 0 25px;
}
.airdrop-progress-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.airdrop-progress-heading h2 { margin: 9px 0 0; font-size: 19px; letter-spacing: -.03em; }
.airdrop-progress-percent { color: var(--gold); font: 24px "DM Mono", monospace; letter-spacing: -.06em; white-space: nowrap; }
.airdrop-progress-track {
  height: 8px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--line);
}
.airdrop-progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  transition: width .4s ease;
}
.airdrop-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px;
}
.airdrop-progress-meta strong { color: var(--text); font-weight: 600; }

.opening-section, .rules-section { border-top: 1px solid var(--line); padding: 42px 0 82px; }
.section-heading { justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.live-indicator, .total-supply { gap: 8px; color: var(--muted); font-size: 11px; }
.live-indicator { color: var(--green); }
.distribution-title-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 18px; }
.distribution-title-row .total-supply {
  color: var(--gold); font-size: 24px; line-height: 1.2; letter-spacing: -.03em; font-weight: 700;
}
.opening-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 23px 26px; }
.opening-copy { gap: 14px; }
.opening-icon { width: 37px; height: 37px; display: grid; place-items: center; color: var(--gold); border-radius: 8px; background: var(--gold-soft); font-size: 18px; }
.opening-copy strong { font-size: 14px; }
.opening-copy p { color: var(--muted); font-size: 11px; margin: 6px 0 0; }
.countdown { display: flex; align-items: center; gap: 10px; }
.countdown-unit { display: grid; gap: 4px; min-width: 42px; text-align: center; }
.countdown-unit strong { font: 500 26px "DM Mono", monospace; letter-spacing: -.1em; }
.countdown-unit span { color: var(--muted-deep); font-size: 9px; }
.countdown i { color: var(--muted-deep); font-style: normal; }
.swap-link { gap: 8px; padding: 9px 13px; border: 1px solid var(--line-light); border-radius: 6px; color: var(--gold); font-size: 11px; }
.swap-link.disabled { opacity: .45; pointer-events: none; }
.lock-note { color: var(--muted-deep); font-size: 10px; margin: 12px 0 0; }
.tiny-lock { margin-right: 4px; transform: scale(.8); }
.distribution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.distribution-card { min-height: 179px; border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); padding: 21px 22px; }
.distribution-card.highlight { border-color: rgba(240,185,11,.38); background: linear-gradient(145deg, rgba(240,185,11,.09), var(--panel) 60%); }
.distribution-top { justify-content: space-between; }
.distribution-index { color: var(--muted-deep); font: 11px "DM Mono", monospace; }
.distribution-percent { color: var(--gold); font: 24px "DM Mono", monospace; letter-spacing: -.1em; }
.distribution-card h3 { font-size: 14px; margin: 18px 0 7px; }
.distribution-card p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 0; max-width: 250px; }
.distribution-bar { height: 2px; margin-top: 20px; background: var(--line); }
.distribution-bar span { display: block; height: 100%; background: var(--gold); }
.burn-note { gap: 10px; margin-top: 14px; padding: 14px 17px; color: var(--muted); border: 1px solid var(--line); border-radius: 9px; font-size: 11px; }
.burn-note strong { color: #d9dee4; }
.burn-mark { color: var(--gold); font-size: 16px; }

.site-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding: 26px 0 34px; color: var(--muted-deep); font-size: 10px; }
.footer-brand { gap: 8px; }
.brand-mark.small { width: 24px; height: 24px; }
.footer-meta { gap: 12px; }
.footer-divider { width: 3px; height: 3px; background: var(--muted-deep); border-radius: 50%; }
.toast { position: fixed; left: 50%; bottom: 26px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: #dce3e9; background: #20262d; border: 1px solid var(--line-light); border-radius: 8px; box-shadow: 0 9px 30px rgba(0,0,0,.28); transform: translate(-50%, 20px); opacity: 0; pointer-events: none; transition: .25s ease; font-size: 11px; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast-icon { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: var(--bg); background: var(--gold); font-size: 10px; font-weight: 800; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .page-shell { width: min(100% - 36px, 600px); }
  .site-header { height: 74px; }
  .network-pill { display: none; }
  .hero-section { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; padding: 54px 10px 45px; }
  .hero-emblem { position: absolute; width: 220px; height: 220px; right: -65px; top: 57px; opacity: .34; }
  .hero-copy { position: relative; z-index: 1; }
  .claim-section { grid-template-columns: 1fr; gap: 30px; padding: 20px 0 60px; }
  .claim-side-note { max-width: none; padding-top: 18px; }
  .bulk-query-card { width: 100%; }
  .bulk-query-intro { max-width: none; }
  .bulk-query-form { width: 100%; }
  .opening-card { grid-template-columns: 1fr; gap: 22px; }
  .countdown { justify-content: flex-start; }
  .swap-link { width: fit-content; }
  .airdrop-progress-meta { flex-direction: column; gap: 5px; }
  .site-footer { display: grid; gap: 16px; }
  .footer-meta { flex-wrap: wrap; }
}
@media (max-width: 520px) {
  .page-shell { width: calc(100% - 28px); }
  .brand-copy span, .desktop-break { display: none; }
  .connect-button { padding: 10px 12px; font-size: 11px; }
  .hero-section { padding-left: 0; padding-right: 0; min-height: 400px; }
  .hero-copy h1 { font-size: 74px; }
  .hero-subtitle-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-principles { border-left: 0; padding-left: 0; }
  .hero-emblem { width: 180px; height: 180px; top: 68px; right: -50px; }
  .token-tags { max-width: 275px; }
  .claim-card { padding: 22px 17px 20px; }
  .amount-value { font-size: 38px; }
  .section-heading { align-items: flex-start; gap: 14px; flex-direction: column; }
  .distribution-grid { grid-template-columns: 1fr; }
  .distribution-card { min-height: auto; }
  .countdown { gap: 5px; }
  .countdown-unit strong { font-size: 21px; }
  .countdown-unit { min-width: 37px; }
  .footer-divider { display: none; }
}