/* Rocketmint visual system. The app's data and transaction flows retain their original markup. */
:root {
  color-scheme: dark;
  --bg: #101014;
  --surface: #18171d;
  --surface-2: #201d25;
  --surface-3: #29242e;
  --surface-4: #352d37;
  --line: #302b35;
  --line-2: #49404a;
  --line-3: #76616d;
  --text: #fff4e6;
  --text-2: #c9bdb7;
  --text-3: #a59491;
  --text-4: #786d70;
  --accent: #ff7652;
  --accent-hover: #ff9368;
  --accent-ink: #20151b;
  --accent-soft: rgba(255, 118, 82, .12);
  --ring: #ffb473;
  --pulse: 255, 118, 82;
  --up: #84dfb0;
  --down: #ff958e;
  --danger: #ff958e;
  --overlay: rgba(8, 8, 12, .8);
  --topbar-bg: rgba(16, 16, 20, .92);
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 12px;
  --sidebar-w: 218px;
  --page-max: 1320px;
  --font: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;
}
[data-theme="light"] {
  color-scheme: light;
  --bg: #f7efe4;
  --surface: #fff9ef;
  --surface-2: #f5e8da;
  --surface-3: #eedbca;
  --surface-4: #e5cdbb;
  --line: #ddc8bb;
  --line-2: #c9aa9d;
  --line-3: #a87e74;
  --text: #2e222a;
  --text-2: #65525a;
  --text-3: #806d70;
  --text-4: #a08b88;
  --accent: #e66342;
  --accent-hover: #d45739;
  --accent-ink: #fffaf0;
  --accent-soft: rgba(230, 99, 66, .11);
  --ring: #c75437;
  --pulse: 230, 99, 66;
  --up: #27734e;
  --down: #bd564e;
  --danger: #bd564e;
  --overlay: rgba(32, 24, 27, .4);
  --topbar-bg: rgba(247, 239, 228, .94);
}
body {
  background-color: var(--bg);
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 245, 225, .055) 1px, transparent 0);
  background-size: 34px 34px;
  font-size: 14px;
}
[data-theme="light"] body { background-image: radial-gradient(circle at 1px 1px, rgba(80, 52, 49, .065) 1px, transparent 0); }
h1, h2, h3, h4 { letter-spacing: -.045em; }
.sidebar { background: var(--bg); border-right: 1px solid var(--line-2); }
.sb-head { padding-top: 22px; padding-bottom: 30px; }
.brand { font-weight: 700; letter-spacing: -.055em; font-size: 18px; white-space: nowrap; }
.brand-name { color: var(--text); }
.brand-dot { color: var(--accent); }
.logo-mark { width: 32px; height: 40px; image-rendering: pixelated; }
.sb-link { border-radius: 6px; font-weight: 600; }
.sb-link:hover, .sb-link[aria-current="page"] { color: var(--text); background: var(--accent-soft); }
.sb-link[aria-current="page"] { box-shadow: inset 3px 0 var(--accent); }
.sb-pot, .card, .token-card, .sk-card, .feature-card, .table-card {
  border-color: var(--line-2);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .12);
}
.sb-pot:hover, .token-card:hover, .feature-card:hover { border-color: var(--accent); }
.topbar { border-bottom-color: var(--line-2); backdrop-filter: blur(18px); }
.page { padding-top: 26px; }
.search-field, .field, .select select, .input, .textarea, .drop {
  border-color: var(--line-2);
  border-radius: 7px;
}
.search-field:focus-within, .field:focus-within { border-color: var(--accent); }
.btn { border-radius: 7px; font-weight: 700; letter-spacing: -.025em; }
.btn-primary { box-shadow: 3px 3px 0 #693b36; }
.btn-primary:hover { box-shadow: 4px 4px 0 #693b36; }
.btn-outline { border-color: var(--line-3); }
.btn-outline:hover { border-color: var(--accent); }
.icon-btn { border-radius: 7px; }
.segmented { border-radius: 7px; border-color: var(--line-2); }
.segmented button { border-radius: 5px; }
.segmented button[aria-selected="true"], .segmented:not(.has-ind) button[aria-selected="true"] { color: var(--accent); background: var(--accent-soft); }
.seg-ind { background: var(--accent-soft); }
.page-head { position: relative; padding: 12px 0 22px; border-bottom: 1px solid var(--line-2); }
.page-head::after { content: '✦'; position: absolute; right: 0; bottom: 2px; color: var(--accent); font-size: 18px; }
.page-head h1 { font-size: clamp(34px, 4vw, 54px); font-weight: 700; }
.page-head p { font-size: 15px; }
.eyebrow, .hero-kicker, .hero-note, .hero-art-label {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .095em;
}
.eyebrow { color: var(--accent); }
.section-head h2 { font-size: 23px; }
.live-dot { background: #88e3b4; box-shadow: 0 0 0 3px rgba(136, 227, 180, .13); }
.bar { border-radius: 2px; }
.bar > span { border-radius: 2px; background: linear-gradient(90deg, #ff7652, #ffbd75); }
.badge-solid { background: var(--accent); }
.art { border-radius: 5px; }
.art img { image-rendering: auto; }
.token-card, .card, .feature-card { border-radius: 10px; }
.token-card:hover, .feature-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(255, 118, 82, .18); }
.tc-top .art, .king .art { border-radius: 7px; }
.tc-name, .king-name { font-weight: 700; }
.table th { color: var(--accent); }
.table tbody tr:hover { background: var(--accent-soft); }
.site-footer { border-top-color: var(--line-2); }

/* Home: the open space and the single bold visual echo the reference site's hero. */
.rocket-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  min-height: 468px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: radial-gradient(circle at 75% 48%, rgba(91, 48, 66, .42), transparent 37%), #17151d;
  box-shadow: 6px 6px 0 rgba(255, 118, 82, .12);
}
.rocket-hero::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 245, 224, .55) 1px, transparent 1.5px), radial-gradient(circle, rgba(255, 150, 105, .55) 1px, transparent 1.5px);
  background-size: 83px 79px, 129px 113px;
  background-position: 20px 10px, 47px 68px;
  opacity: .34;
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 58px 4vw 56px 5vw; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 118, 82, .45);
  border-radius: 99px;
  background: rgba(255, 118, 82, .08);
  color: #ffb390;
  font-size: 10px;
  font-weight: 700;
}
.hero-kicker-star { font-size: 13px; line-height: 0; }
.hero-copy h1 { margin-top: 24px; color: #fff7ed; font-size: clamp(48px, 5.3vw, 79px); line-height: 1.015; letter-spacing: -.075em; font-weight: 700; }
.hero-copy h1 em { color: #ff8761; font-style: normal; }
.hero-copy > p { max-width: 485px; margin-top: 23px; color: #d1c2bd; font-size: clamp(15px, 1.45vw, 18px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hero-actions .btn { gap: 22px; min-height: 47px; }
.hero-actions .btn-outline { background: rgba(255, 255, 255, .025); color: #fff1e5; }
.hero-note { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 32px; color: #a998a0; font-size: 9px; }
.hero-note-sep { color: #ff8761; }
.hero-art { position: relative; min-height: 460px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before {
  content: '';
  position: absolute; z-index: -1; width: 390px; height: 390px;
  border: 1px dashed rgba(255, 194, 154, .24); border-radius: 50%;
  transform: rotate(-18deg);
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255, 118, 82, .32); border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 480px; height: 480px; border-color: rgba(255, 118, 82, .13); }
.hero-rocket { width: clamp(180px, 21vw, 272px); height: auto; image-rendering: pixelated; filter: drop-shadow(0 19px 0 rgba(22, 13, 24, .23)); transform: rotate(20deg); animation: rocket-float 4.5s ease-in-out infinite; }
.pixel-star { position: absolute; color: #ffca8e; font-family: var(--mono); }
.star-one { top: 17%; left: 19%; font-size: 23px; }
.star-two { top: 34%; right: 11%; font-size: 13px; }
.star-three { bottom: 24%; left: 10%; font-size: 11px; }
.hero-art-label { position: absolute; color: #de9f87; font-size: 9px; font-weight: 700; }
.label-top { top: 35px; right: 28px; }
.label-bottom { bottom: 28px; left: 12px; border: 1px solid rgba(255, 118, 82, .4); padding: 9px 12px; border-radius: 4px; background: rgba(22, 19, 25, .66); }
.label-bottom span { color: #ff8d65; margin-left: 15px; }
@keyframes rocket-float { 0%, 100% { transform: translateY(0) rotate(20deg); } 50% { transform: translateY(-12px) rotate(20deg); } }
.features { margin-top: 24px; gap: 16px; }
.feature-card { height: 230px; }
.feature-label { border-top-color: var(--line-2); padding: 14px 17px; font-size: 15px; }
.feature-label small { margin-top: 3px; }
.arrow-chip { border-radius: 5px; border-color: var(--line-3); color: var(--accent); }
.scene-explore, .scene-king, .scene-launch { background: radial-gradient(circle at 50% 30%, #3a2934, #1a1820 78%); }
.lane-tile, .sheet { border-radius: 5px; }
.king-crown { color: var(--accent); }
.market { margin-top: 38px; }

@media (max-width: 1100px) {
  .rocket-hero { grid-template-columns: 1.12fr .88fr; }
  .hero-copy { padding-left: 34px; padding-right: 12px; }
  .hero-copy h1 { font-size: clamp(46px, 5.6vw, 68px); }
}
@media (max-width: 760px) {
  .rocket-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 28px 12px; }
  .hero-copy h1 { font-size: clamp(44px, 11vw, 68px); }
  .hero-art { min-height: 300px; }
  .hero-rocket { width: 175px; }
  .hero-art::before { width: 270px; height: 270px; }
  .orbit-one { width: 210px; height: 210px; }
  .orbit-two { width: 330px; height: 330px; }
  .hero-note { margin-top: 26px; }
  .label-top { top: 10px; }
  .label-bottom { bottom: 12px; }
  .features { gap: 12px; }
}
@media (max-width: 460px) {
  .hero-copy { padding: 34px 20px 4px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-actions .btn { width: 100%; justify-content: space-between; }
  .hero-art { min-height: 270px; }
  .hero-rocket { width: 150px; }
  .page-head h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-rocket { animation: none; }
}
