/* Ocean Liquid — flat deep-sea ground, hairline rules, Geist display in caps, Geist Mono for everything else. Square corners. */
:root {
  --bg: #050b16; --bg-2: #08132a; --panel: rgba(6,14,30,.88);
  --ink: #edf3fb; --ink-2: #a6b8cc; --ink-3: #6a7f96;
  --line: #1a2f47; --line-2: #2a4a6a;
  --cyan: #7fdfff; --green: #2bff88; --amber: #ffb000; --red: #ff5d73; --violet: #b49cff; --gold: #ffc84a;
  --sans: "Geist", "Geist Fallback", system-ui, sans-serif; --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --pad: clamp(20px, 4vw, 52px); --top: 68px; --col: 220px;
}
* { box-sizing: border-box }
[hidden] { display: none !important }
html { scroll-behavior: smooth; color-scheme: dark; scroll-padding-top: calc(var(--top) + 8px) }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 13px/1.7 var(--mono); font-variant-numeric: tabular-nums; -webkit-font-smoothing: antialiased; overflow-x: hidden }
.water { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; background: linear-gradient(180deg, #0b3d66, #041426 60%, #010609) }
body > :where(:not(.water):not(.reef-modal):not(.toast):not(.loader):not(.top)) { position: relative; z-index: 1 }
a { color: inherit; text-decoration: none } a:hover { text-decoration: underline; text-underline-offset: 3px }
:focus-visible { outline: 1px solid var(--cyan); outline-offset: 3px }
code { font-family: var(--mono) }
::selection { background: rgba(127,223,255,.3) }
.wrap { max-width: 1340px; margin: 0 auto; padding: 0 var(--pad); position: relative }
.r { text-align: right }
.up { color: var(--green) } .down { color: var(--red) } .flat { color: var(--ink-2) }
.muted { color: var(--ink-3) }
.label { font: 400 10.5px/1.5 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2) }
.meta { display: block; margin: 14px 0 0; color: var(--ink-3); text-transform: none; letter-spacing: .04em; font-size: 11px }
.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); margin-right: 8px; vertical-align: 1px } .dot.amber { background: var(--amber); box-shadow: 0 0 8px var(--amber) }
.live-tag { display: inline-flex; align-items: center; white-space: nowrap } .live-tag.right { margin-left: auto }

/* display type: Geist, caps, tight — the reference's voice */
.display { font-family: var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: -.035em; line-height: .95; color: var(--ink); margin: 0; text-wrap: balance }
h1.display { font-size: clamp(42px, 6.2vw, 88px) } h2.display { font-size: clamp(30px, 4.2vw, 60px); max-width: 16ch } .display.xl { font-size: clamp(38px, 5.6vw, 80px); max-width: 20ch } .display.sm { font-size: 26px; line-height: 1; letter-spacing: -.02em }
.lede { font-size: 14px; line-height: 1.75; color: var(--ink-2); max-width: 48ch; margin: 22px 0 0 }
.fine { font-size: 12px; color: var(--ink-3); max-width: 60ch; margin: 16px 0 0; line-height: 1.7 }

/* sections: a hairline, then a narrow label column and the content */
.sec { padding: clamp(56px, 6vw, 88px) 0 }
.rule { border-top: 1px solid var(--line) }
.sec-grid { display: grid; grid-template-columns: var(--col) 1fr; gap: 32px 40px; align-items: start }
.col-label { padding-top: 6px } .col-note { margin: 12px 0 0; font-size: 12px; color: var(--ink-3); max-width: 24ch; line-height: 1.7 }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 28px }
.row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center }

/* leaders: label ····· value */
.leaders { margin: 0; display: grid; gap: 6px 32px } .leaders.wide { grid-template-columns: 1fr 1fr; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line) } .leaders.cols3 { grid-template-columns: repeat(3, 1fr); gap: 12px 24px; margin: 18px 0 }
.leaders > div { display: flex; align-items: baseline; gap: 10px; min-width: 0 } .leaders dt { font: 400 10.5px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); white-space: nowrap } .leaders dt::after { content: ""; flex: 1 } .leaders > div::after { content: ""; order: 1; flex: 1; border-bottom: 1px dotted var(--line-2); transform: translateY(-4px); min-width: 16px } .leaders dd { order: 2; margin: 0; font-size: 12.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.leaders.tight { gap: 4px } .leaders.wide dd { white-space: normal; overflow: visible; text-overflow: clip } .leaders.cols3 > div { display: block } .leaders.cols3 > div::after { display: none } .leaders.cols3 dt { display: block; margin-bottom: 4px } .leaders.cols3 dd { white-space: normal }
.leaders a { color: var(--cyan) }

/* controls */
.btn { display: inline-flex; align-items: center; gap: .75em; border: 1px solid var(--ink); background: var(--ink); color: var(--bg); padding: .9em 1.4em; font: 400 12px var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; user-select: none; transition: background .12s, color .12s, transform .12s; white-space: nowrap; text-decoration: none }
.btn:hover { background: #fff; text-decoration: none } .btn:active { transform: translateY(1px) } .btn:disabled { opacity: .45; cursor: not-allowed }
.btn.brk::before { content: "[" } .btn.brk::after { content: "→ ]" } .btn.brk.sm::after { content: "]" }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(255,255,255,.35) } .btn.ghost:hover { border-color: var(--ink); background: rgba(255,255,255,.04) }
.btn.sm { padding: .55em 1em; font-size: 11px } .btn.wide { width: 100%; justify-content: center; padding: 1.1em }
.input { background: rgba(5,11,22,.7); border: 1px solid var(--line-2); color: var(--ink); padding: .85em 1em; font: 400 12.5px var(--mono); outline: 0; min-width: 200px; letter-spacing: .02em } .input:focus { border-color: var(--ink) } .input::placeholder { color: var(--ink-3) } .input.wide { flex: 1; min-width: 300px }
.seg { display: inline-flex; gap: 18px; flex-wrap: wrap }
.seg-b { border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--ink-2); padding: .4em 0; font: 400 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color .12s, border-color .12s } .seg-b:hover { color: var(--ink) } .seg-b.is-on { color: var(--ink); border-bottom-color: var(--ink) }
.toolbar { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin: 26px 0 18px }
.x { position: absolute; right: 8px; top: 4px; border: 0; background: transparent; color: var(--ink-2); font: 300 22px/1 var(--sans); cursor: pointer; padding: 6px } .x:hover { color: var(--ink) }
.chips { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 14px; align-items: center } .chips.left { margin: 0 }
.chip { border: 0; background: transparent; color: var(--ink-2); padding: 0; font: 400 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; border-bottom: 1px solid transparent } .chip:hover { color: var(--ink); border-bottom-color: var(--ink) } .chip.is-daily { color: var(--amber) }
.panel { background: var(--panel); border: 1px solid var(--line-2); backdrop-filter: blur(14px) }

/* loader */
.loader { position: fixed; inset: 0; z-index: 100; background: var(--bg); display: grid; place-items: center; align-content: center; gap: 18px; transition: opacity .8s } .loader.is-out { opacity: 0; pointer-events: none }
.loader-fish { width: min(46vw, 240px); animation: float 3s ease-in-out infinite }
@keyframes float { 0%,100% { transform: translateY(-8px) rotate(-2deg) } 50% { transform: translateY(8px) rotate(2deg) } }

/* top bar */
.top { position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg, rgba(5,11,22,.92), rgba(5,11,22,.78)); backdrop-filter: blur(18px) saturate(1.2); border-bottom: 1px solid var(--line-2) }
.top::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(127,223,255,.35) 30%, rgba(127,223,255,.35) 70%, transparent); pointer-events: none }
.top-in { max-width: 1340px; margin: 0 auto; padding: 0 var(--pad); height: var(--top); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start } .brand:hover { text-decoration: none } .brand-mark { width: auto; height: 40px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.6)) } .brand-word { width: auto; height: 30px; filter: drop-shadow(0 3px 10px rgba(0,0,0,.6)) }
.nav { display: flex; gap: 32px; justify-content: center }
.nav a { font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); padding: .5em 0; border-bottom: 1px solid transparent; transition: color .12s, border-color .12s } .nav a:hover { color: var(--ink); text-decoration: none } .nav a.is-on { color: var(--ink); border-bottom-color: var(--ink) }
.top-right { display: flex; align-items: center; gap: 18px; justify-self: end } .top-bal { color: var(--ink-2) }
.ca-top { letter-spacing: .08em } .ca-top .cp { color: var(--cyan) } .btn.connect.is-on { background: transparent; color: var(--ink); border-color: rgba(255,255,255,.35) } .btn.connect.is-on::before { content: "●"; color: var(--green) } .btn.connect.is-on::after { content: "" }
.btn.connect { padding: .75em 1.2em; font-size: 11px; box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 30px rgba(127,223,255,.12) } .btn.connect:hover { box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 12px 34px rgba(127,223,255,.22) }
.burger { display: none; width: 34px; height: 34px; border: 1px solid var(--line-2); background: transparent; cursor: pointer; position: relative } .burger span, .burger span::before, .burger span::after { content: ""; position: absolute; left: 9px; right: 9px; height: 1px; background: var(--ink); top: 16px } .burger span::before { top: -5px; left: 0; right: 0 } .burger span::after { top: 5px; left: 0; right: 0 }

/* hero: copy left, the fish in an instrument frame right, the ambient fish behind everything */
.hero { margin-top: calc(-1 * var(--top)) }
.tank { position: relative; min-height: clamp(720px, 100vh, 960px); overflow: hidden; display: flex; align-items: center }
.reef-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: manipulation; opacity: .55 }
.hero-grid { position: relative; z-index: 3; width: 100%; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center; padding-top: calc(var(--top) + 48px); padding-bottom: 72px }
.eyebrow { display: flex; align-items: center; gap: 10px; padding-bottom: 20px; margin-bottom: 26px; border-bottom: 1px solid var(--line-2) } .ring { width: 14px; height: 14px; border: 1px solid var(--ink-2); border-radius: 50%; position: relative } .ring::after { content: ""; position: absolute; inset: 4px; background: var(--ink-2) }
.hero-copy .lede { margin-top: 26px }
.drop { margin-top: 30px } .drop-row { display: flex; gap: 8px } .drop-row .input { flex: 1; min-width: 0 }
#hud { margin-top: 34px; max-width: 460px }
.hero-visual { position: relative; aspect-ratio: 1 / 1; max-height: 560px; border: 1px solid var(--line-2); background: linear-gradient(135deg, rgba(20,60,110,.35), rgba(5,11,22,.2) 60%), repeating-linear-gradient(0deg, transparent 0 39px, rgba(127,223,255,.07) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(127,223,255,.07) 39px 40px); display: grid; place-items: center; overflow: hidden }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 60% 40%, rgba(127,223,255,.16), transparent 70%); pointer-events: none }
.hero-fish { position: relative; z-index: 1; width: 82%; transform-style: preserve-3d; perspective: 900px; animation: drift 7s ease-in-out infinite }
.hero-fish img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(0,0,0,.65)); transform: translate3d(var(--px, 0px), 0, 0) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .35s cubic-bezier(.2,.7,.2,1) }
@keyframes drift { 0%,100% { transform: translateY(-6px) rotate(-1deg) } 50% { transform: translateY(8px) rotate(1deg) } }
.corner { position: absolute; z-index: 2; background: rgba(5,11,22,.85); border: 1px solid var(--line-2); padding: 8px 12px; min-width: 96px } .corner .label { display: block; margin-bottom: 2px } .corner b { font: 400 12.5px var(--mono); color: var(--ink) }
.corner.tl { top: 0; left: 0; border-top: 0; border-left: 0 } .corner.tr { top: 0; right: 0; border-top: 0; border-right: 0; text-align: right } .corner.bl { bottom: 0; left: 0; border-bottom: 0; border-left: 0 } .corner.br { bottom: 0; right: 0; border-bottom: 0; border-right: 0; text-align: right }
#heroInner.has-school .lede, #heroInner.has-school .chips { display: none }

/* the vault you just built */
.school { position: relative; margin-top: 14px; padding: 18px 20px 16px; text-align: left; animation: rise .3s ease }
@keyframes rise { from { opacity: 0; transform: translateY(6px) } }
.school-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; padding-right: 24px } .school-src { color: var(--cyan) }
.school-fish { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px }
.school-fish li { display: inline-flex; align-items: center; gap: 7px; padding: 4px 9px 4px 5px; border: 1px solid var(--line-2); font-size: 11.5px } .school-fish img { width: 16px; height: 16px; border-radius: 50%; background: #fff } .school-fish .wb { display: none } .school-fish .w { color: var(--cyan) } .school-fish .dry { color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; font-size: 10px } .school-fish li.is-dim { opacity: .5 }
.school-note { margin: 10px 0 12px; font-size: 12px; color: var(--ink-2) }

/* tap panel */
.tap { position: absolute; z-index: 6; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 380px; padding: 20px; animation: pop .2s ease } @keyframes pop { from { opacity: 0 } }
.tap-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; padding-right: 20px } .tap-head img { width: 34px; height: 34px; border-radius: 50%; background: #fff }
.tap-spark { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 2px } .tap-spark small { font-size: 10.5px; color: var(--ink-3); letter-spacing: .08em }
.tap .row { margin-top: 16px }

/* the living ocean: creatures on the real water */
.aqua { position: relative; height: clamp(460px, 44vw, 640px); margin: 24px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent }
.band-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: manipulation }

/* how it works */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px }
.steps li { border-top: 1px solid var(--line-2); padding: 14px 0 0 } .steps li .label { display: block; color: var(--ink) } .steps li b { display: block; margin: 8px 0 12px } .steps p { margin: 0; color: var(--ink-2); font-size: 12.5px; line-height: 1.75 }

/* vault cards */
.reef-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px }
.reef-card { position: relative; border: 1px solid var(--line-2); padding: 18px 18px 16px; cursor: pointer; background: rgba(5,11,22,.55); transform: perspective(800px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; transition: transform .25s cubic-bezier(.2,.7,.2,1), border-color .15s }
.reef-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(240px 160px at var(--gx, 50%) var(--gy, 50%), rgba(127,223,255,.10), transparent 70%); opacity: 0; transition: opacity .25s } .reef-card:hover::after { opacity: 1 }
.reef-card:hover { border-color: rgba(255,255,255,.5) } .reef-card.is-asleep img { opacity: .85 }
.rc-head { display: flex; gap: 14px; align-items: center; transform-style: preserve-3d }
.rc-head img { width: 82px; height: 60px; object-fit: contain; flex: none; transform: translateZ(28px); filter: drop-shadow(0 8px 16px rgba(0,0,0,.5)); transition: transform .3s } .reef-card:hover .rc-head img { transform: translateZ(40px) scale(1.06) }
.rc-head b { display: block; font: 700 20px/1 var(--sans); text-transform: uppercase; letter-spacing: -.03em } .rc-head small { display: block; color: var(--ink-3); font-size: 11px; margin-top: 6px; line-height: 1.5; letter-spacing: .02em }
.rc-tvl { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 16px 0 8px } .rc-tvl b { font: 400 16px var(--mono) } .rc-tvl span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3) }
.rc-bar { display: flex; height: 3px; overflow: hidden; background: rgba(255,255,255,.08) } .rc-bar i { display: block; height: 100% }
.rc-legs { display: flex; flex-wrap: wrap; gap: 4px 12px; margin-top: 10px; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2) } .rc-legs span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--c); vertical-align: 1px }
.leg-usdg { --c: #7fdfff } .leg-sgov { --c: #b49cff } .leg-stock { --c: #ffc84a } .leg-stock2 { --c: #2bff88 } .leg-stock3 { --c: #ff7eb6 } .leg-stock4 { --c: #4fb8ff } .leg-stock5 { --c: #ff5d73 }

/* tabs */
.tabbar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; margin: 30px 0 8px }
.tabb { text-align: left; border: 0; border-top: 1px solid var(--line-2); background: transparent; padding: 12px 0 10px; cursor: pointer; color: var(--ink-2); font-family: var(--mono); transition: border-color .12s }
.tabb .label { display: block; color: var(--ink-3) } .tabb b { display: block; font: 700 18px/1 var(--sans); text-transform: uppercase; letter-spacing: -.02em; color: var(--ink); margin: 8px 0 6px } .tabb span:not(.label) { display: block; font-size: 11px; color: var(--ink-3); letter-spacing: .04em }
.tabb:hover { border-top-color: var(--ink-2) } .tabb.is-on { border-top-color: var(--ink) } .tabb.is-on .label { color: var(--ink) }

/* tables */
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line-2) }
.tbl { width: 100%; border-collapse: collapse; min-width: 780px }
.tbl th { text-align: left; font: 400 10.5px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); padding: 12px 10px; border-bottom: 1px solid var(--line) } .tbl th:first-child, .tbl td:first-child { padding-left: 0 } .tbl th:last-child, .tbl td:last-child { padding-right: 0 }
.tbl td { padding: 11px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; font-size: 12px; color: var(--ink-2); white-space: nowrap } .tbl tbody tr:hover td { color: var(--ink) }
.tbl .fish { display: flex; align-items: center; gap: 10px } .tbl .fish img { width: 22px; height: 22px; border-radius: 50%; background: #fff } .tbl .fish b { font-weight: 500; color: var(--ink); letter-spacing: .04em } .tbl .fish small { display: block; color: var(--ink-3); font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px }
.tbl .empty { text-align: center; color: var(--ink-3); padding: 40px }
.tag { display: inline-block; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3) } .tag-swim { color: var(--green) } .tag-v4 { color: var(--amber) } .tag + .tag::before { content: " · "; color: var(--ink-3) }
.bar { display: inline-block; height: 2px; background: var(--cyan); vertical-align: middle; margin-right: 8px; min-width: 2px }
.tbl .act { border: 1px solid var(--line-2); background: transparent; color: var(--ink); padding: 3px 8px; font: 400 10.5px var(--mono); letter-spacing: .1em; text-transform: uppercase; cursor: pointer } .tbl .act:hover { border-color: var(--ink) }
.showmore { display: flex; gap: 18px; align-items: center; margin-top: 18px } .showmore .meta { margin: 0 }
.tbl tbody tr.is-hidden, .sp.is-hidden { display: none }
.sk td { padding: 15px 10px } .skl { display: block; height: 10px; background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.09), rgba(255,255,255,.04)); background-size: 200% 100%; animation: shimmer 1.4s linear infinite } @keyframes shimmer { to { background-position: -200% 0 } }
.spark { display: block; overflow: visible } .spark path { fill: none; stroke: rgba(166,184,204,.5); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round } .spark circle { fill: var(--ink-2) } .spark.up circle { fill: var(--green) } .spark.down circle { fill: var(--red) } .spark.big path { stroke-width: 1.8 } .spark-none { color: var(--ink-3) }

/* your waters */
.mytank { position: relative; height: 420px; overflow: hidden; border: 1px solid var(--line-2); background: rgba(5,11,22,.35) }
.mytank-canvas { width: 100%; height: 100%; display: block }
.mytank-empty { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink-3); pointer-events: none; text-align: center; padding: 20px; font-size: 12.5px }
.mytank-hud { position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 28px; align-items: center; padding: 14px 18px; background: rgba(5,11,22,.85); border-top: 1px solid var(--line) }
.mytank-hud > div > .label { display: block } .mytank-hud b { font-weight: 400; font-size: 13px }
.mytank-actions { margin-left: auto; display: flex; gap: 8px }
#mtTableWrap { margin-top: 24px }

/* species */
.sp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0 32px; border-top: 1px solid var(--line-2) }
.sp { display: flex; gap: 10px; align-items: center; min-width: 0; padding: 10px 0; border-bottom: 1px solid var(--line) }
.sp img { width: 22px; height: 22px; border-radius: 50%; background: #fff; flex: none } .sp > div { min-width: 0 } .sp b { display: block; font-weight: 500; letter-spacing: .04em } .sp small { display: block; color: var(--ink-3); font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 130px } .sp .tag { margin-top: 2px }
.sp .addr { margin-left: auto; flex: none; color: var(--ink-3); font-size: 10.5px; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; white-space: nowrap } .sp .addr a:hover { color: var(--ink) }

/* $OCEAN */
.token-panel { padding: 22px 24px 24px } .panel-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 22px; flex-wrap: wrap }
.ca-row { display: flex; gap: 10px; align-items: center; margin: 6px 0 4px; border: 1px solid var(--line-2); padding: 10px 12px } .ca-row code { flex: 1; font-size: 12px; color: var(--ink); word-break: break-all }
.tiers { list-style: none; padding: 0; margin: 18px 0 0; border-top: 1px solid var(--line-2) }
.tiers li { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line) }
.tiers li.is-me .tier-name { color: var(--cyan) }
.tier-ico { width: 48px; height: 36px; display: grid; place-items: center } .tier-ico img { max-width: 48px; max-height: 34px }
.tier-name { font: 700 14px/1 var(--sans); text-transform: uppercase; letter-spacing: -.01em } .tier-hold { display: block; font-size: 10.5px; color: var(--ink-3); margin-top: 4px; letter-spacing: .08em; text-transform: uppercase } .tier-fee { font-size: 13px; text-align: right; display: block }

/* faq */
.faq details { border-top: 1px solid var(--line); padding: 14px 0 } .faq details:last-child { border-bottom: 1px solid var(--line) } .faq summary { cursor: pointer; font: 700 15px var(--sans); text-transform: uppercase; letter-spacing: -.01em; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: baseline } .faq summary::-webkit-details-marker { display: none } .faq summary::after { content: "+"; color: var(--ink-2); font: 300 18px var(--sans) } .faq details[open] summary::after { content: "−" } .faq p { color: var(--ink-2); margin: 10px 0 0; font-size: 12.5px; line-height: 1.75; max-width: 66ch }

/* closing + footer */
.closing { padding: clamp(80px, 10vw, 140px) 0 } .closing .btn { margin-top: 34px }
.foot { padding: 44px 0 0 } .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px } .foot-grid > div { display: flex; flex-direction: column; gap: 8px; align-items: flex-start } .foot-grid .label { display: block; margin-bottom: 4px } .foot-grid a, .foot-grid .muted { font-size: 12px; color: var(--ink-2) } .foot-grid img { height: 32px; width: auto; margin-bottom: 8px }
.foot-bar { display: flex; justify-content: space-between; gap: 16px; padding: 16px var(--pad); border-top: 1px solid var(--line); flex-wrap: wrap }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 90; background: var(--ink); color: var(--bg); padding: 10px 16px; font: 400 11.5px var(--mono); letter-spacing: .06em; max-width: 90vw }

/* vault panel */
.reef-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px }
.reef-back { position: absolute; inset: 0; background: rgba(2,6,14,.75); backdrop-filter: blur(6px) }
.reef-panel { position: relative; width: min(960px, 100%); max-height: 92vh; overflow: auto; padding: 26px 28px; animation: pop .2s ease }
.reef-head { display: flex; gap: 24px; align-items: center; margin-bottom: 24px; padding-right: 24px } .reef-head img { width: 150px; height: 110px; object-fit: contain; flex: none; animation: float 4s ease-in-out infinite }
.reef-head .display { font-size: 40px; margin: 6px 0 } .rp-sub { display: block; margin-top: 6px; text-transform: none; letter-spacing: .04em } .rp-sub a { color: var(--cyan) } .reef-head p { margin: 10px 0 0; color: var(--ink-2); font-size: 12.5px }
.rp-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start }
.rp-comp { list-style: none; margin: 8px 0 0; padding: 0 } .rp-comp li { display: grid; grid-template-columns: 22px 64px 1fr auto auto; gap: 12px; align-items: center; padding: 9px 0; border-top: 1px solid var(--line) }
.rp-comp img { width: 20px; height: 20px; border-radius: 50%; background: #fff } .rp-comp b { font-weight: 500; letter-spacing: .04em } .rp-comp .w { height: 3px; background: rgba(255,255,255,.08); overflow: hidden } .rp-comp .w i { display: block; height: 100%; background: var(--c, var(--cyan)) } .rp-comp .q { font-size: 10.5px; color: var(--ink-3); text-align: right } .rp-comp .v { text-align: right; min-width: 90px; color: var(--ink) } .rp-comp small { display: block; color: var(--ink-3); font-size: 10px }
.rp-total, .rp-fees { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0 0; border-top: 1px solid var(--line-2); margin-top: 4px } .rp-total b { font: 700 22px var(--sans); letter-spacing: -.02em } .rp-fees { border-top: 0; padding-top: 6px; margin-bottom: 14px } .rp-fees b { color: var(--green); font-weight: 400 }
.rp-act { padding: 18px 20px 20px; border: 1px solid var(--line-2) }
.feeder-tabs { display: flex; gap: 22px; border-bottom: 1px solid var(--line-2); margin-bottom: 16px } .ftab { border: 0; border-bottom: 1px solid transparent; margin-bottom: -1px; background: transparent; color: var(--ink-2); padding: 8px 0; font: 400 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer } .ftab.is-on { color: var(--ink); border-bottom-color: var(--ink) } .ftab:disabled { opacity: .4; cursor: not-allowed }
.amt { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line-2); padding: 4px 0; margin: 6px 0 16px } .amt:focus-within { border-color: var(--ink) } .amt-in { background: transparent; border: 0; padding: 6px 0; flex: 1; font: 700 28px var(--sans); letter-spacing: -.02em; min-width: 0; outline: 0; color: var(--ink) }
.rp-mode { margin: 14px 0 } .rp-act .btn.wide { margin-top: 18px }

/* reveal: a gentle settle, everything visible at rest */
.reveal { transform: translateY(12px); transition: transform .8s cubic-bezier(.2,.7,.2,1) } .reveal.in { transform: none }

/* responsive */
@media (max-width: 1080px) {
  .nav { display: none; position: absolute; top: var(--top); left: 0; right: 0; flex-direction: column; gap: 0; padding: 8px var(--pad) 12px; background: rgba(5,11,22,.97); border-bottom: 1px solid var(--line) } .nav.open { display: flex } .nav a { padding: 12px 0; border-bottom: 1px solid var(--line) }
  .burger { display: block }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 56px } .hero-visual { max-height: none; max-width: 520px }
  .sec-grid { grid-template-columns: 1fr; gap: 14px } .col-label { padding-top: 0 }
  .steps, .tabbar { grid-template-columns: 1fr; gap: 18px } .reef-grid { grid-template-columns: 1fr 1fr } .leaders.wide, .leaders.cols3 { grid-template-columns: 1fr } .rp-grid { grid-template-columns: 1fr } .foot-grid { grid-template-columns: 1fr 1fr }
}
@media (max-width: 720px) {
  :root { --top: 58px } .top-in { gap: 12px; grid-template-columns: 1fr auto } .brand-word { height: 24px } .brand-mark { height: 32px } .top-bal { display: none } .btn.connect { padding: .6em .9em; font-size: 10px }
  .tank { min-height: 0 } .hero-grid { padding-top: calc(var(--top) + 32px) } .drop-row { flex-direction: column } .btn.brk { justify-content: center }
  .aqua { height: 520px; margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)) } .reef-grid { grid-template-columns: 1fr } .mytank { height: 380px } .mytank-hud { flex-wrap: wrap; gap: 12px } .tap { width: calc(100vw - 32px) } .input.wide { min-width: 0 }
  .reef-panel { padding: 18px } .reef-head { flex-direction: column; align-items: flex-start } .reef-head img { width: 120px; height: 90px } .rp-comp li { grid-template-columns: 20px 56px 1fr auto } .rp-comp .q { display: none } .foot-grid { grid-template-columns: 1fr }
}
@media (prefers-reduced-motion: reduce) { .reveal { transform: none; transition: none } .loader-fish, .hero-fish, .reef-head img { animation: none } .hero-fish img, .reef-card { transition: none } }
