/* DUNE Strategy brand: the logo's trading-terminal navy, Steam-market green for "up", the Sand Dune's gold */
:root {
  --bg: #0b1017;
  --card: #111821;
  --ink: #e9eef2;
  --mute: #8995a2;
  --line: #1c2632;
  --line-2: #293545;
  --green: #7fdc4c;
  --green-ink: #07120a;
  --sand: #d9b97c;
  --sand-2: #1d1a13;
  --sand-3: #e6c683;
  --pos: #7fdc4c;
  --neg: #ff6b5e;
  --chip: #16202b;
  --shadow: 0 1px 0 rgba(255, 255, 255, .02) inset;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.55 Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; font-feature-settings: "zero" 0; }
.mute { color: var(--mute); }
.small { font-size: 12.5px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.k { font-size: 12px; font-weight: 500; color: var(--mute); letter-spacing: .02em; }
[hidden] { display: none !important; }

.sample-bar { background: #1a1f12; color: var(--ink); text-align: center; font-size: 13px; padding: 8px 16px; border-bottom: 1px solid var(--line); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; letter-spacing: -.01em; }
.brand img { border-radius: 8px; display: block; box-shadow: 0 0 0 1px var(--line-2); }
.tick { font: 500 12px "JetBrains Mono", monospace; color: var(--mute); border: 1px solid var(--line-2); padding: 2px 7px; border-radius: 99px; }
.links { display: flex; gap: 22px; margin-left: 12px; }
.links a { text-decoration: none; color: var(--mute); font-size: 14px; font-weight: 500; }
.links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.ca { border: 1px solid var(--line-2); background: var(--card); color: var(--ink); height: 36px; padding: 0 14px; border-radius: 99px; font-size: 12.5px; cursor: pointer; max-width: 210px; }
.ca span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 18px; border-radius: 99px; font-weight: 600; font-size: 14px; text-decoration: none; white-space: nowrap; transition: transform .15s, background .15s; }
.btn:active { transform: scale(.98); }
.btn-ink { background: var(--green); color: var(--green-ink); }
.btn-ink:hover { background: color-mix(in srgb, var(--green) 85%, #fff); }
.btn-line { border: 1px solid var(--line-2); background: var(--card); }
.btn-line:hover { border-color: var(--ink); }
.nav .btn { height: 36px; }

/* hero */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 40px; align-items: center; padding-top: 56px; padding-bottom: 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: var(--mute); }
.live { width: 7px; height: 7px; border-radius: 50%; background: var(--pos); box-shadow: 0 0 0 0 color-mix(in srgb, var(--pos) 60%, transparent); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
h1 { font-size: clamp(34px, 4.3vw, 56px); line-height: 1.02; letter-spacing: -.035em; font-weight: 700; margin: 16px 0 18px; }
h1 .skin { color: var(--sand-3); white-space: nowrap; }
.lede { font-size: 17px; color: var(--mute); max-width: 30em; margin: 0 0 26px; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }

.quote { margin-top: 32px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px 14px; max-width: 400px; box-shadow: var(--shadow); }
.quote-top { display: flex; justify-content: space-between; }
.quote-px { font-size: 44px; font-weight: 600; letter-spacing: -.03em; line-height: 1.15; margin-top: 4px; }
.quote-sub { font-size: 13px; color: var(--mute); }
.quote-sub a { color: var(--ink); }
.spark { width: 100%; height: 44px; margin-top: 10px; display: block; }

.hero-stage { min-width: 0; }
.stage-box { position: relative; aspect-ratio: 1.35; border-radius: 24px; border: 1px solid var(--line); overflow: hidden;
  background:
    radial-gradient(42% 46% at 50% 50%, rgba(230, 198, 131, .22), transparent 70%),
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 48px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 64px 100%,
    linear-gradient(180deg, #0f1620, #0a0f15); }
#gun { position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; }
#gun:active { cursor: grabbing; }
.floor { position: absolute; left: 22%; right: 22%; bottom: 9%; height: 7%; border-radius: 50%; background: radial-gradient(closest-side, rgba(0, 0, 0, .55), transparent); pointer-events: none; }
.picker { display: flex; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.wears { display: flex; background: var(--chip); border-radius: 99px; padding: 3px; gap: 2px; }
.wears button { border: 0; background: transparent; color: var(--mute); font: 600 12.5px "JetBrains Mono", monospace; padding: 7px 12px; border-radius: 99px; cursor: pointer; }
.wears button.on { background: var(--line-2); color: var(--ink); }
.sv { display: inline-flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 500; cursor: pointer; user-select: none; }
.sv input { accent-color: var(--sand-3); width: 15px; height: 15px; }
.picked { margin-top: 10px; font-size: 14px; font-weight: 500; }
.picked .mono { font-size: 12.5px; font-weight: 400; }

/* the dune: dunes held over time */
.dune-sec { margin-top: 40px; }
.dune-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.big { font-size: clamp(40px, 7vw, 84px); font-weight: 600; letter-spacing: -.045em; line-height: 1; margin-top: 6px; }
.dune-legend { font-size: 12.5px; text-align: right; }
.dune { height: 200px; margin-top: -30px; position: relative; }
.dune svg { display: block; width: 100%; height: 100%; }
.dune .tip { position: absolute; top: 44px; transform: translateX(-50%); background: var(--ink); color: var(--bg); font: 500 12px "JetBrains Mono", monospace; padding: 5px 9px; border-radius: 8px; white-space: nowrap; pointer-events: none; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--card); margin-top: 0; position: relative; z-index: 1; box-shadow: var(--shadow); padding: 0; }
.stat { padding: 18px 20px; border-left: 1px solid var(--line); min-width: 0; }
.stat:first-child { border-left: 0; }
.stat .v { font-size: 22px; font-weight: 600; letter-spacing: -.02em; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stat .s { font-size: 12.5px; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* sections */
.sec { padding-top: 88px; }
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; margin-bottom: 22px; }
.sec-head p { margin: 0; font-size: 14.5px; max-width: 36em; justify-self: end; }
h2 { font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -.03em; line-height: 1.08; margin: 8px 0 0; font-weight: 700; }

.table-wrap { border: 1px solid var(--line); border-radius: 16px; background: var(--card); overflow-x: auto; }
.tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.tbl th { text-align: left; font-weight: 500; font-size: 12px; color: var(--mute); padding: 12px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; background: var(--card); }
.tbl td { padding: 11px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl .r { text-align: right; }
.tbl td.mono, .tbl td .mono { font-size: 12.5px; }
#consTbl tbody tr { cursor: pointer; }
#consTbl tbody tr:hover td { background: color-mix(in srgb, var(--sand-2) 45%, var(--card)); }
#consTbl tbody tr.on td { background: color-mix(in srgb, var(--sand-2) 75%, var(--card)); }
.vname { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.sw { width: 10px; height: 10px; border-radius: 3px; flex: none; }
.tag { font: 600 10.5px Inter, sans-serif; letter-spacing: .04em; text-transform: uppercase; padding: 2px 6px; border-radius: 5px; background: #3a2f16; color: #e8cf8e; }
.fbar { position: relative; width: 64px; height: 6px; border-radius: 3px; background: linear-gradient(90deg, #3aa36a, #a8c23a 20%, #e1b33a 45%, #df7f35 60%, #cf4a3a); opacity: .9; }
.fbar i { position: absolute; top: -3px; bottom: -3px; border: 1.5px solid var(--ink); border-radius: 3px; }
.best { font-weight: 600; }
.src { display: inline-flex; align-items: center; gap: 6px; }
.src b { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.weight { display: inline-flex; align-items: center; gap: 8px; justify-content: flex-end; }
.weight span { display: inline-block; height: 6px; border-radius: 3px; background: var(--sand); }
.foot-note { font-size: 12.5px; margin-top: 10px; }

/* price chart */
.chart-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.chart-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px 20px 4px; flex-wrap: wrap; }
.cpx { font-size: 40px; font-weight: 600; letter-spacing: -.03em; line-height: 1.15; margin-top: 2px; }
.cchg { font-size: 13px; font-weight: 500; color: var(--mute); }
.cchg.up { color: var(--pos); } .cchg.down { color: var(--neg); }
.chart-ctl { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.chart-ctl .picker { margin-top: 0; }
.ranges button { min-width: 42px; }
.chart { height: 380px; position: relative; margin: 8px 8px 0; }
.chart-msg { position: absolute; inset: 0; display: grid; place-items: center; font-size: 14px; }
.chart-foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.chart-foot > div { padding: 14px 20px; border-left: 1px solid var(--line); }
.chart-foot > div:first-child { border-left: 0; }
.chart-foot .mono { font-size: 15px; font-weight: 600; margin-top: 2px; }

/* the goal */
.banner { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); margin-bottom: 32px; }
.banner img { display: block; width: 100%; height: auto; }
.scoop { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px 22px 16px; }
.scoop-top { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.big-2 { font-size: clamp(40px, 6vw, 64px); font-weight: 600; letter-spacing: -.04em; line-height: 1; margin-top: 6px; color: var(--green); }
.scoop-nums { display: flex; gap: 28px; flex-wrap: wrap; }
.scoop-nums .mono { font-size: 22px; font-weight: 600; margin-top: 2px; }
.scoop-bar { height: 12px; border-radius: 99px; background: var(--chip); margin-top: 20px; overflow: hidden; }
.scoop-bar i { display: block; height: 100%; min-width: 6px; border-radius: 99px; background: linear-gradient(90deg, #4fae2c, var(--green)); box-shadow: 0 0 16px rgba(127, 220, 76, .45); transition: width .8s; }
.lift { margin-top: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.lift-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.lift-head h3 { margin: 0; font-size: 18px; letter-spacing: -.01em; }
.lift-head p { margin: 4px 0 0; font-size: 14px; }
.lift-sum { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 14px; }
.lift-sum > div { background: var(--chip); border-radius: 12px; padding: 12px 14px; }
.lift-sum .v { font-size: 22px; font-weight: 600; margin-top: 2px; }
.lift .table-wrap { background: transparent; }
.up-txt { color: var(--green); }

/* the account */
.acct { display: grid; grid-template-columns: auto 1fr auto auto; gap: 22px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.acct-av { width: 84px; height: 84px; border-radius: 14px; object-fit: cover; background: var(--chip); box-shadow: 0 0 0 1px var(--line-2); }
.acct-name { font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
.acct-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.acct-inv { padding: 0 22px; border-left: 1px solid var(--line); min-width: 210px; }
.acct-inv .v { font-size: 28px; font-weight: 600; margin-top: 2px; }
.acct-btns { display: flex; flex-direction: column; gap: 8px; }
.dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: var(--mute); }
.dot.on { background: var(--green); }

/* markets */
.mkts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mkt { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; transition: border-color .15s, transform .15s; min-width: 0; }
a.mkt:hover { border-color: var(--ink); }
.mkt-top { display: flex; align-items: center; gap: 10px; min-width: 0; }
.mkt-top > div { min-width: 0; flex: 1; }
.mkt-name, .mkt-del { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mono-tile { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; font: 700 13px Inter, sans-serif; letter-spacing: -.02em; flex: none; }
.mkt-name { font-weight: 600; font-size: 14.5px; line-height: 1.2; }
.mkt-del { font-size: 12px; color: var(--mute); }
.mkt-badge { flex: none; margin-left: auto; font: 600 10.5px Inter, sans-serif; letter-spacing: .03em; text-transform: uppercase; padding: 3px 7px; border-radius: 6px; background: var(--chip); color: var(--mute); white-space: nowrap; }
.mkt-badge.live { background: color-mix(in srgb, var(--pos) 13%, var(--card)); color: var(--pos); }
.mkt-nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; border-top: 1px solid var(--line); padding-top: 10px; }
.mkt-nums .k { font-size: 11px; }
.mkt-nums .mono { font-size: 13px; font-weight: 600; }

/* proof */
.recon { display: grid; grid-template-columns: 1fr 1fr 1fr auto; border: 1px solid var(--line); border-radius: 16px; background: var(--card); margin-bottom: 18px; }
.rc { padding: 16px 20px; border-left: 1px solid var(--line); }
.rc:first-child { border-left: 0; }
.rc .v { font-size: 20px; font-weight: 600; margin-top: 3px; letter-spacing: -.01em; }
.rc-link { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; font-size: 14px; }
.rc-link:hover { background: var(--chip); border-radius: 0 16px 16px 0; }
.ok { color: var(--pos); }
.warn { color: var(--sand-3); }
.bad { color: var(--neg); }
.tabs { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; flex-wrap: wrap; }
.tab { border: 0; background: transparent; color: var(--mute); font: 600 14px Inter, sans-serif; padding: 8px 14px; border-radius: 99px; cursor: pointer; }
.tab.on { background: var(--ink); color: var(--bg); }
.tab.on .mute { color: #5b6672; }
.tab.on .mute { color: color-mix(in srgb, var(--bg) 65%, transparent); }
.filters { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
.filters button { border: 1px solid var(--line-2); background: var(--card); color: var(--mute); font: 500 12.5px Inter, sans-serif; padding: 5px 11px; border-radius: 99px; cursor: pointer; }
.filters button.on { border-color: var(--ink); color: var(--ink); }
.proof { display: flex; gap: 6px; }
.pf { display: inline-flex; align-items: center; gap: 5px; font: 500 11.5px "JetBrains Mono", monospace; padding: 3px 8px; border-radius: 6px; background: var(--chip); color: var(--ink); text-decoration: none; }
a.pf:hover { background: var(--line-2); }
.pf.ok { background: color-mix(in srgb, var(--pos) 13%, var(--card)); color: var(--pos); }
.pf.bad { background: color-mix(in srgb, var(--neg) 12%, var(--card)); color: var(--neg); }
.more { display: block; width: 100%; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); font: 600 13.5px Inter, sans-serif; padding: 14px; cursor: pointer; }
.more:hover { background: var(--chip); }

/* how */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.steps li { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.steps .n { font-size: 12px; color: var(--sand-3); font-weight: 600; }
.steps h3 { font-size: 17px; margin: 10px 0 6px; letter-spacing: -.01em; }
.steps p { margin: 0; color: var(--mute); font-size: 14px; }
.faq { margin-top: 28px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--mute); font-weight: 400; font-size: 20px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--mute); margin: 10px 0 0; max-width: 46em; }

.foot { margin-top: 96px; border-top: 1px solid var(--line); padding: 28px 0 40px; }
.foot-in { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 99px; font-size: 13.5px; font-weight: 500; z-index: 50; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 32px; gap: 28px; }
  .quote { max-width: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(even) { border-left: 1px solid var(--line); }
  .stat:first-child { grid-column: 1 / -1; border-top: 0; }
  .sec-head { grid-template-columns: 1fr; }
  .sec-head p { justify-self: start; }
  .steps { grid-template-columns: 1fr 1fr; }
  .recon { grid-template-columns: 1fr 1fr; }
  .rc:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .rc-link { border-top: 1px solid var(--line); }
  .rc-link:hover { border-radius: 0 0 16px 0; }
  .links { display: none; }
  .acct { grid-template-columns: auto 1fr; }
  .acct-inv { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; }
  .acct-btns { grid-column: 1 / -1; flex-direction: row; }
  .lift-sum { grid-template-columns: 1fr 1fr; }
  .lift-sum > div:last-child { grid-column: 1 / -1; }
  .chart-ctl { align-items: flex-start; }
  .chart-foot { grid-template-columns: 1fr 1fr; }
  .chart-foot > div:nth-child(3) { border-left: 0; }
  .chart-foot > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .mkts { grid-template-columns: 1fr 1fr; }
  .foot-in { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .ca { display: none; }
  .banner { border-radius: 14px; margin-bottom: 22px; }
  .scoop-nums { gap: 18px; }
  .scoop-nums .mono { font-size: 18px; }
  .acct-btns .btn { flex: 1; }
  .chart { height: 280px; }
  .chart-foot > div { padding: 12px 16px; }
  .chart-foot .mono { font-size: 13px; }
  .cpx { font-size: 32px; }
  .steps { grid-template-columns: 1fr; }
  .mkts { grid-template-columns: 1fr 1fr; gap: 8px; }
  .mkt { padding: 12px; gap: 10px; }
  .mkt-top { flex-wrap: wrap; row-gap: 8px; }
  .mkt-badge { margin-left: 0; order: 3; }
  .mkt-del { display: none; }
  .mono-tile { width: 28px; height: 28px; font-size: 11px; border-radius: 8px; }
  .mkt-nums { grid-template-columns: 1fr 1fr; }
  .mkt-nums > div:last-child { display: none; }
  .quote-px { font-size: 38px; }
  .dune { height: 150px; margin-top: -16px; }
  .filters { margin-left: 0; width: 100%; }
  .wears button { padding: 7px 10px; }
}
