:root {
  color-scheme: light;
  --ink: #28232e;
  --muted: #77707e;
  --paper: #f8f3f1;
  --glass: rgba(255,255,255,.68);
  --line: rgba(77,62,84,.12);
  --purple: #7967a8;
  --purple-dark: #554676;
  --pink: #edb8c8;
  --blue: #a9dce1;
  --lilac: #cfc2e8;
  --green: #4a9a7d;
  --red: #c75b70;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; } a { color: inherit; } button, select { cursor: pointer; }
.ambient-shape { position: fixed; z-index: -2; pointer-events: none; filter: blur(3px); opacity: .62; animation: breathe 9s ease-in-out infinite alternate; }
.shape-pink { width: 44vw; height: 38vw; top: 5rem; right: -17vw; background: radial-gradient(circle at 35% 35%, #f8d7df, #edb5ca 55%, transparent 72%); border-radius: 62% 38% 54% 46% / 42% 58% 42% 58%; }
.shape-blue { width: 38vw; height: 34vw; top: 40rem; left: -18vw; background: radial-gradient(circle at 60% 42%, #d2eff0, #a9dce1 56%, transparent 74%); border-radius: 38% 62% 46% 54% / 60% 38% 62% 40%; animation-delay: -3s; }
.shape-lilac { width: 35vw; height: 31vw; top: 86rem; right: -14vw; background: radial-gradient(circle at 40% 40%, #e5ddf3, #cfc2e8 55%, transparent 74%); border-radius: 55% 45% 64% 36% / 40% 60% 37% 63%; animation-delay: -6s; }
@keyframes breathe { 0% { transform: scale(1) rotate(-2deg); border-radius: 62% 38% 54% 46% / 42% 58% 42% 58%; } 100% { transform: scale(1.06) rotate(3deg); border-radius: 43% 57% 38% 62% / 59% 41% 60% 40%; } }
.aster-account { margin-top: 14px; padding-top: 12px; display: grid; gap: 5px; border-top: 1px solid var(--line); }.aster-account span { color: var(--muted); font-size: 7px; }.aster-account code { overflow: hidden; color: var(--ink); font: 8px/1.4 ui-monospace, monospace; text-overflow: ellipsis; }.proof-link.disabled { opacity: .45; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; } }

.site-header { position: sticky; top: 0; z-index: 20; padding: 14px 0; background: linear-gradient(to bottom, rgba(248,243,241,.93), rgba(248,243,241,.72)); backdrop-filter: blur(18px); }
.nav-shell { width: min(1180px, calc(100% - 40px)); min-height: 58px; margin: auto; padding: 7px 9px 7px 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid rgba(255,255,255,.76); border-radius: 22px 34px 20px 31px; background: rgba(255,255,255,.58); box-shadow: 0 12px 40px rgba(75,59,83,.07); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 780; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 45% 55% 62% 38% / 55% 42% 58% 45%; color: white; background: linear-gradient(145deg, #8e78b7, #655383); font: 800 14px/1 ui-monospace, monospace; transition: .3s ease; }
.brand:hover .brand-mark { transform: rotate(-7deg) scale(1.05); }
.nav-links { display: flex; align-items: center; gap: 6px; }.nav-links a { padding: 10px 13px; border-radius: 14px 18px 13px 17px; color: var(--muted); font-size: 12px; text-decoration: none; transition: .2s ease; }.nav-links a:hover, .nav-links a.active { color: var(--ink); background: rgba(255,255,255,.66); }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }.network-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }.network-badge i, .live i, .snapshot-time i, .picker-foot i { width: 6px; height: 6px; border-radius: 50%; background: #65ad91; box-shadow: 0 0 0 4px rgba(101,173,145,.1); }
.language-toggle { min-width: 42px; height: 32px; padding: 0 10px; display: inline-grid; place-items: center; border: 1px solid rgba(121,103,168,.16); border-radius: 13px 17px 12px 16px; color: var(--purple-dark); background: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.language-toggle:hover { transform: translateY(-1px) rotate(-1deg); border-color: rgba(121,103,168,.34); background: rgba(255,255,255,.9); }
.wallet-button, .primary-button { border: 0; color: white; background: linear-gradient(135deg, #7d69a9, #5d4c7d); font-weight: 700; box-shadow: 0 10px 24px rgba(88,68,119,.2); transition: .25s ease; }.wallet-button { min-height: 42px; padding: 0 17px; border-radius: 16px 21px 15px 19px; font-size: 11px; }.wallet-button:hover, .primary-button:hover { transform: translateY(-2px) scale(1.01); filter: saturate(1.08); }.wallet-button:active, .primary-button:active { transform: none; }

main, .site-footer { width: min(1180px, calc(100% - 40px)); margin: auto; }
.market-hero { min-height: 430px; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 80px; padding: 55px 3vw 65px; position: relative; }
.market-hero::before { content: ""; position: absolute; z-index: -1; width: 56%; height: 80%; right: -2%; top: 8%; border: 1px solid rgba(255,255,255,.7); border-radius: 56% 44% 64% 36% / 46% 60% 40% 54%; background: linear-gradient(145deg, rgba(255,255,255,.45), rgba(225,211,237,.34)); box-shadow: inset 0 0 40px rgba(255,255,255,.3); animation: heroMorph 10s ease-in-out infinite alternate; }
@keyframes heroMorph { to { border-radius: 39% 61% 42% 58% / 61% 38% 62% 39%; transform: rotate(1.5deg) scale(1.02); } }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--purple); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.kicker span { width: 24px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--pink), var(--purple)); }
.hero-copy h1 { margin: 0; max-width: 620px; font-size: clamp(50px, 6.8vw, 84px); line-height: .97; letter-spacing: -.075em; }.hero-copy > p:last-child { max-width: 500px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.market-picker-wrap { width: min(100%, 430px); justify-self: end; }.picker-label { display: block; margin: 0 0 10px 14px; color: var(--muted); font-size: 10px; }
.market-picker { min-height: 106px; padding: 17px 18px; display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 16px; position: relative; border: 1px solid rgba(255,255,255,.88); border-radius: 28px 42px 25px 38px; background: rgba(255,255,255,.74); box-shadow: 0 28px 60px rgba(81,63,92,.12); transition: .3s ease; }.market-picker:hover { transform: scale(1.015) rotate(-.3deg); box-shadow: 0 32px 70px rgba(81,63,92,.16); }.market-logo { width: 76px; height: 64px; display: grid; place-items: center; border-radius: 49% 51% 42% 58% / 59% 42% 58% 41%; background: linear-gradient(145deg, white, #e9f2fb); }.market-logo img { width: 63px; height: auto; }.market-picker-copy { min-width: 0; display: grid; gap: 6px; }.market-picker-copy strong { font-size: 17px; letter-spacing: -.03em; }.market-picker-copy small { color: var(--muted); font-size: 10px; }.market-picker select { position: absolute; inset: 0; width: 100%; opacity: 0; }.picker-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eee6f2; color: var(--purple-dark); font-size: 18px; }.picker-foot { padding: 11px 12px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.picker-foot span:first-child { display: flex; align-items: center; gap: 7px; }
.market-strip { min-height: 91px; padding: 14px 24px; display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); align-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 34px 24px 38px 22px; background: rgba(255,255,255,.62); box-shadow: 0 18px 45px rgba(81,63,92,.07); }.market-strip > div { padding: 5px 22px; border-left: 1px solid var(--line); }.market-strip > div:first-child { border: 0; padding-left: 0; }.market-strip span, .market-strip strong, .market-strip small { display: block; }.market-strip span, .market-strip small { color: var(--muted); font-size: 9px; }.market-strip strong { margin-top: 7px; font: 680 12px/1.2 ui-monospace, monospace; }.strip-asset { display: flex; align-items: center; gap: 13px; }.strip-asset img { width: 62px; }.strip-asset strong { margin: 0; font-family: inherit; font-size: 13px; }.strip-asset small { margin-top: 4px; }

.workspace { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .75fr); gap: 20px; padding: 26px 0 115px; }.market-column, .trade-column { min-width: 0; display: grid; align-content: start; gap: 20px; }.trade-column { position: sticky; top: 98px; align-self: start; }
.glass-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.92); background: var(--glass); box-shadow: 0 22px 60px rgba(79,62,88,.08); backdrop-filter: blur(18px); }.orderbook-panel { border-radius: 28px 41px 27px 38px; }.orders-panel { border-radius: 37px 25px 42px 24px; }.ticket-panel { border-radius: 30px 46px 28px 38px; }
.panel-title { min-height: 68px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.panel-title > div:first-child { display: grid; gap: 4px; }.panel-title strong { font-size: 13px; }.panel-title span { color: var(--muted); font-size: 9px; }.live { display: flex; align-items: center; gap: 8px; }
.book-head, .book-row { display: grid; grid-template-columns: 1fr 1fr; padding: 0 22px; }.book-head { height: 39px; align-items: center; color: #938b97; font-size: 9px; }.book-head span:last-child, .book-row span:last-child { text-align: right; }.book-row { position: relative; min-height: 28px; align-items: center; font: 11px/1 ui-monospace, monospace; z-index: 0; }.book-row::before { content: ""; position: absolute; z-index: -1; right: 0; top: 2px; bottom: 2px; width: var(--depth); border-radius: 10px 0 0 10px; }.asks .book-row { color: var(--red); }.asks .book-row::before { background: linear-gradient(90deg, transparent, rgba(237,184,200,.26)); }.bids .book-row { color: var(--green); }.bids .book-row::before { background: linear-gradient(90deg, transparent, rgba(169,220,225,.3)); }.spread { min-height: 67px; margin: 8px 0; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); }.spread div { display: grid; gap: 4px; }.spread span { color: var(--muted); font-size: 9px; }.spread strong { font: 680 16px/1 ui-monospace, monospace; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; border-bottom: 1px solid var(--line); }.tab { min-height: 46px; border: 0; border-radius: 16px 21px 15px 19px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; transition: .2s ease; }.tab.active { color: var(--purple-dark); background: linear-gradient(135deg, rgba(236,221,242,.9), rgba(218,231,244,.76)); box-shadow: inset 0 0 0 1px rgba(116,91,148,.09); }.tab:hover { transform: scale(1.015); }.tab:active { transform: none; }
form { padding: 23px; }.ticket-heading { margin-bottom: 27px; display: flex; justify-content: space-between; align-items: center; }.ticket-product { display: flex; align-items: center; gap: 12px; }.ticket-product img { width: 58px; }.ticket-product span { display: grid; gap: 4px; }.ticket-product small { color: var(--muted); font-size: 9px; }.ticket-product strong { font-size: 14px; }.product-chip { padding: 7px 9px; border: 1px solid rgba(20,109,198,.16); border-radius: 10px 14px 9px 13px; color: #146dc6; background: rgba(255,255,255,.5); font: 700 9px/1 ui-monospace, monospace; }
.field-label { margin: 17px 2px 8px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; }.field-meta { display: flex; align-items: center; gap: 8px; }#redeem-balance { color: var(--purple); font-family: ui-monospace, monospace; }.amount-input { min-height: 60px; padding: 0 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(105,84,119,.1); border-radius: 18px 25px 17px 22px; background: rgba(255,255,255,.62); transition: .2s ease; }.amount-input:focus-within { border-color: rgba(110,87,143,.34); box-shadow: 0 0 0 4px rgba(151,125,178,.07); transform: scale(1.005); }.amount-input input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 650 20px/1 ui-monospace, monospace; }.amount-input strong { color: var(--muted); font: 650 10px/1 ui-monospace, monospace; }.max-button { padding: 5px 7px; border: 0; border-radius: 8px; color: var(--purple-dark); background: #e8def0; font-size: 8px; font-weight: 800; }.max-button:disabled { opacity: .35; cursor: not-allowed; }.price-hint { margin: 8px 2px 0; color: #8e8792; font-size: 9px; line-height: 1.5; }.summary { margin-top: 22px; padding: 16px 2px; display: grid; gap: 11px; border-top: 1px solid var(--line); }.summary div { display: flex; justify-content: space-between; gap: 20px; }.summary span { color: var(--muted); font-size: 9px; }.summary strong { font-size: 9px; font-weight: 650; }.primary-button { width: 100%; min-height: 51px; margin-top: 4px; border-radius: 18px 25px 17px 23px; font-size: 11px; }.primary-button:disabled { opacity: .5; cursor: wait; }.form-message { min-height: 18px; margin: 12px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }.form-message.error { color: var(--red); }.ticket-note { margin: 13px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: #8e8792; font-size: 9px; line-height: 1.6; }
.process-card { padding: 17px 19px; display: flex; gap: 15px; align-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 25px 38px 24px 34px; background: rgba(255,255,255,.46); box-shadow: 0 16px 40px rgba(79,62,88,.06); }.process-orb { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 55% 45% 62% 38% / 46% 59% 41% 54%; color: var(--purple-dark); background: linear-gradient(145deg, #e8cddd, #c9dfe6); transition: .3s ease; }.process-card:hover .process-orb { transform: rotate(10deg) scale(1.05); }.process-card div { min-width: 0; }.process-card strong { font-size: 10px; }.process-card p { margin: 5px 0; color: var(--muted); font-size: 8px; line-height: 1.5; }.process-card a { color: var(--purple); font-size: 8px; text-decoration: none; }
.orders-head { min-height: 98px; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }.section-label { margin: 0 0 6px; color: var(--purple); font: 700 9px/1 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .12em; }.orders-head h2 { margin: 0; font-size: 17px; }.orders-head > div:first-child > span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }.order-tools { display: flex; align-items: end; gap: 8px; }.wallet-field { display: grid; gap: 5px; }.wallet-field span { color: var(--muted); font-size: 8px; }.wallet-field input { width: 230px; height: 36px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px 16px 11px 15px; outline: 0; color: var(--ink); background: rgba(255,255,255,.55); font: 9px/1 ui-monospace, monospace; }.secondary-button, .action { border: 1px solid rgba(102,80,122,.15); color: var(--purple-dark); background: rgba(255,255,255,.5); font-size: 9px; }.secondary-button { height: 36px; padding: 0 12px; border-radius: 12px 16px 11px 15px; }.table-wrap { overflow-x: auto; border-top: 1px solid var(--line); }table { width: 100%; min-width: 680px; border-collapse: collapse; }th, td { height: 46px; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: 9px; text-align: left; white-space: nowrap; }th { color: #918a95; font-weight: 550; }td { color: #59525e; }tr:last-child td { border-bottom: 0; }.empty { height: 92px; color: var(--muted); text-align: center; }.action { padding: 6px 9px; border-radius: 9px 12px 8px 11px; }.status { display: inline-flex; padding: 5px 7px; border-radius: 8px 11px 7px 10px; color: #716b75; background: #eee9ed; font-size: 8px; }.status.claimable { color: #376e5b; background: #d8eee7; }.status.open, .status.partially_filled { color: #675382; background: #e9e0f0; }

.reserves-section { min-height: 760px; padding: 105px 3vw 120px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 75px; position: relative; }.reserves-section::before { content: ""; position: absolute; z-index: -1; width: 70%; height: 82%; right: -6%; top: 8%; border-radius: 38% 62% 43% 57% / 61% 39% 61% 39%; background: linear-gradient(135deg, rgba(229,197,217,.58), rgba(186,220,229,.52) 48%, rgba(208,195,232,.58)); filter: blur(.2px); animation: reserveMorph 9s ease-in-out infinite alternate; }@keyframes reserveMorph { to { border-radius: 58% 42% 62% 38% / 41% 59% 38% 62%; transform: scale(1.025) rotate(-1deg); } }
.reserves-intro h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -.065em; }.reserves-intro > p:not(.kicker) { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }.snapshot-time { margin-top: 25px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 9px; }.snapshot-time time { padding-left: 9px; border-left: 1px solid var(--line); font-family: ui-monospace, monospace; }
.reserve-canvas { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }.reserve-card { min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.76); background: rgba(255,255,255,.64); box-shadow: 0 26px 70px rgba(74,56,85,.12); backdrop-filter: blur(22px); transition: .3s ease; }.reserve-card:hover { transform: translateY(-3px) scale(1.008); }.aster-card { border-radius: 34px 48px 31px 43px; }.chain-card { border-radius: 45px 29px 47px 32px; }.reserve-card-head, .reserve-card-head > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; }.reserve-card-head > div > span:last-child { display: grid; gap: 4px; }.reserve-card-head small { color: var(--muted); font-size: 8px; }.reserve-card-head strong { font-size: 11px; }.venue-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 54% 46% 62% 38% / 45% 57% 43% 55%; color: white; background: #7c68a4; font: 800 11px/1 ui-monospace, monospace; }.venue-mark.bnb { color: #43390d; background: #ead67a; }.proof-tag { padding: 6px 7px; border-radius: 9px 12px 8px 11px; font-size: 7px; }.proof-tag.reported { color: #78516e; background: #f0dce7; }.proof-tag.verified { color: #38705d; background: #d9eee7; }.primary-position { padding: 30px 0 24px; }.primary-position > span, .primary-position strong, .primary-position small { display: block; }.primary-position > span { color: var(--muted); font-size: 8px; }.primary-position strong { margin: 9px 0 5px; font: 700 33px/1 ui-monospace, monospace; letter-spacing: -.05em; }.primary-position small { color: var(--muted); font-size: 8px; }.primary-position b { color: var(--green); }.reserve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 16px 21px 15px 19px; background: var(--line); }.reserve-grid div { padding: 13px; background: rgba(255,255,255,.58); }.reserve-grid span, .reserve-grid strong { display: block; }.reserve-grid span { margin-bottom: 7px; color: var(--muted); font-size: 7px; }.reserve-grid strong { overflow: hidden; text-overflow: ellipsis; font: 650 9px/1 ui-monospace, monospace; }.proof-link { margin-top: 17px; display: inline-block; color: var(--purple-dark); font-size: 8px; text-decoration: none; }.chain-metrics { margin: 28px 0 20px; display: grid; gap: 12px; }.chain-metrics div { padding: 15px; border-radius: 16px 22px 15px 20px; background: rgba(255,255,255,.53); }.chain-metrics span, .chain-metrics strong { display: block; }.chain-metrics span { color: var(--muted); font-size: 7px; }.chain-metrics strong { margin-top: 8px; overflow: hidden; text-overflow: ellipsis; font: 650 15px/1 ui-monospace, monospace; }.address-list { display: grid; gap: 5px; }.address-list a { min-width: 0; padding: 8px 2px; display: grid; grid-template-columns: 52px 1fr auto; gap: 7px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 7px; text-decoration: none; }.address-list code { overflow: hidden; color: var(--ink); font: 8px/1 ui-monospace, monospace; text-overflow: ellipsis; }.address-list b { color: var(--purple); }.verification-note { grid-column: 1 / -1; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; border: 1px solid rgba(255,255,255,.58); border-radius: 20px 28px 18px 26px; background: rgba(255,255,255,.4); backdrop-filter: blur(12px); }.verification-note > span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--purple-dark); background: rgba(255,255,255,.7); font: 700 9px/1 serif; }.verification-note p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.65; }.verification-note strong { display: block; margin-bottom: 3px; color: var(--ink); }

.platform-note { padding: 80px 3vw 120px; display: grid; grid-template-columns: .72fr .72fr 1.2fr; gap: 18px; align-items: center; }.note-blob { min-height: 245px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.72); box-shadow: 0 20px 50px rgba(79,62,88,.08); transition: .3s ease; }.note-blob:nth-child(1) { border-radius: 58% 42% 48% 52% / 39% 61% 42% 58%; background: linear-gradient(145deg, rgba(243,206,220,.7), rgba(255,255,255,.52)); }.note-blob:nth-child(2) { border-radius: 42% 58% 59% 41% / 62% 38% 60% 40%; background: linear-gradient(145deg, rgba(197,228,231,.75), rgba(255,255,255,.52)); transform: translateY(28px); }.note-blob:hover { transform: scale(1.025) rotate(-2deg); }.note-blob:nth-child(2):hover { transform: translateY(28px) scale(1.025) rotate(2deg); }.note-blob span { color: var(--purple); font: 700 9px/1 ui-monospace, monospace; }.note-blob strong { margin-top: 12px; font-size: 15px; }.note-blob p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }.note-copy { padding-left: 30px; }.note-copy h2 { margin: 0; font-size: clamp(35px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.065em; }.note-copy > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.site-footer { padding: 34px 0 45px; display: grid; grid-template-columns: 1fr auto; gap: 20px; border-top: 1px solid var(--line); }.site-footer > div:first-child > p { margin: 8px 0 0 42px; color: var(--muted); font-size: 9px; }.footer-links { display: flex; gap: 22px; }.footer-links a { color: var(--muted); font-size: 9px; text-decoration: none; }.footer-links a:hover { color: var(--purple-dark); }.legal { grid-column: 1 / -1; margin: 20px 0 0; color: #918a94; font-size: 8px; line-height: 1.6; }

@media (max-width: 980px) { .nav-shell { grid-template-columns: 1fr auto; }.nav-links { display: none; }.market-hero { grid-template-columns: 1fr; gap: 45px; }.market-hero::before { width: 88%; height: 52%; top: 45%; }.market-picker-wrap { justify-self: start; }.market-strip { grid-template-columns: 1.4fr 1fr 1fr; }.market-strip > div:nth-last-child(-n+2) { display: none; }.workspace { grid-template-columns: 1fr; }.trade-column { position: static; grid-row: 1; }.reserves-section { grid-template-columns: 1fr; gap: 45px; }.reserves-section::before { width: 110%; height: 62%; top: 34%; }.platform-note { grid-template-columns: 1fr 1fr; }.note-copy { grid-column: 1 / -1; padding: 65px 0 0; } }
@media (max-width: 620px) { .nav-shell, main, .site-footer { width: min(100% - 24px, 1180px); }.network-badge { display: none; }.site-header { padding: 8px 0; }.market-hero { min-height: 570px; padding: 50px 4px; }.hero-copy h1 { font-size: 52px; }.market-picker { grid-template-columns: 64px 1fr auto; padding: 14px; }.market-logo { width: 64px; }.market-logo img { width: 54px; }.picker-foot { align-items: flex-start; flex-direction: column; gap: 7px; }.market-strip { grid-template-columns: 1fr 1fr; padding: 12px 16px; }.market-strip > div { padding: 4px 12px; }.market-strip > div:nth-child(n+4) { display: none; }.strip-asset img { width: 52px; }.workspace { padding-top: 13px; }.orderbook-panel { display: none; }.glass-panel, .process-card { border-radius: 25px 33px 23px 30px; }form { padding: 19px; }.orders-head { align-items: stretch; flex-direction: column; }.order-tools { align-items: stretch; }.wallet-field { flex: 1; }.wallet-field input { width: 100%; }.reserves-section { padding: 80px 2px; }.reserve-canvas { grid-template-columns: 1fr; }.verification-note { grid-column: auto; }.platform-note { grid-template-columns: 1fr; padding: 60px 2px 100px; }.note-blob:nth-child(2) { transform: none; }.note-copy { grid-column: auto; padding-top: 45px; }.site-footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.legal { grid-column: auto; } }

/* Platform controls */
.brand-mark { overflow: hidden; padding: 3px; background: linear-gradient(145deg, #30293b, #1c1824); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.custom-market-picker { position: relative; }
.market-picker { min-height: auto; padding: 0; display: block; }
.market-picker-trigger { width: 100%; min-height: 106px; padding: 17px 18px; display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 16px; border: 0; border-radius: inherit; color: var(--ink); background: transparent; text-align: left; }
.market-picker-trigger:focus-visible, .strip-market-trigger:focus-visible { outline: 3px solid rgba(121,103,168,.24); outline-offset: 3px; }
.custom-market-picker.open .picker-arrow, .custom-market-picker.open .strip-market-trigger > b { transform: rotate(180deg); }
.picker-arrow { transition: transform .22s ease; }
.market-menu { position: absolute; z-index: 30; top: calc(100% + 10px); left: 0; right: 0; padding: 8px; visibility: hidden; opacity: 0; transform: translateY(-8px) scale(.985); border: 1px solid rgba(255,255,255,.92); border-radius: 22px 29px 20px 27px; background: rgba(250,247,248,.96); box-shadow: 0 24px 70px rgba(67,51,75,.2); backdrop-filter: blur(24px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.custom-market-picker.open .market-menu { visibility: visible; opacity: 1; transform: none; }
.market-option { width: 100%; min-height: 68px; padding: 10px 12px; display: grid; grid-template-columns: 52px 1fr 24px; align-items: center; gap: 12px; border: 0; border-radius: 17px 23px 16px 21px; color: var(--ink); background: transparent; text-align: left; transition: .18s ease; }
.market-option:hover, .market-option.selected { background: linear-gradient(135deg, rgba(237,224,242,.8), rgba(222,240,242,.7)); }
.market-option img { width: 46px; }
.market-option span { display: grid; gap: 5px; }
.market-option strong { font-size: 13px; }
.market-option small { color: var(--muted); font-size: 9px; }
.market-option b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--purple); font-size: 10px; opacity: 0; }
.market-option.selected b { opacity: 1; }
.market-strip { grid-template-columns: 1.5fr repeat(4, 1fr); overflow: visible; position: relative; z-index: 10; }
.market-strip > .strip-market { padding: 0 16px 0 0; border-left: 0; }
.strip-market-trigger { width: 100%; min-height: 62px; padding: 8px 12px; display: grid; grid-template-columns: 64px 1fr 28px; align-items: center; gap: 13px; border: 0; border-radius: 20px 27px 18px 25px; color: var(--ink); background: rgba(255,255,255,.42); text-align: left; transition: .2s ease; }
.strip-market-trigger:hover { background: rgba(255,255,255,.76); transform: translateY(-1px); }
.strip-market-trigger img { width: 58px; }
.strip-market-trigger span { display: grid; gap: 4px; }
.strip-market-trigger strong { margin: 0; font-family: inherit; font-size: 13px; }
.strip-market-trigger small { color: var(--muted); font-size: 9px; }
.strip-market-trigger > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--purple-dark); background: #eee6f2; font-size: 13px; transition: transform .22s ease; }
.market-menu.compact { top: calc(100% + 8px); min-width: 310px; }
.minimum-mint { margin: 7px 2px -5px; color: var(--purple); font-size: 9px; font-weight: 650; }

/* Reserve console */
.reserves-section { min-height: auto; padding: 90px 0 115px; display: block; }
.reserves-section::before { width: 108%; height: 88%; right: -16%; top: 7%; }
.reserve-console { position: relative; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 38px 53px 35px 48px; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(242,239,247,.67)); box-shadow: 0 38px 100px rgba(69,52,78,.15), inset 0 1px 0 white; backdrop-filter: blur(26px); }
.reserve-console::after { content: ""; position: absolute; z-index: -1; width: 520px; height: 360px; right: -180px; bottom: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(173,222,225,.48), transparent 68%); }
.reserve-console-head { min-height: 112px; padding: 8px 10px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.reserve-console-head h2 { margin: 0; font-size: clamp(27px, 3vw, 39px); letter-spacing: -.055em; }
.reserve-console-head > div:first-child > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.reserve-head-actions { min-width: min(100%, 430px); display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.snapshot-time { margin: 0; flex-wrap: wrap; justify-content: flex-end; }
.aster-explorer-button { min-width: 205px; padding: 13px 14px 13px 16px; display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; align-items: center; border: 1px solid rgba(113,91,151,.15); border-radius: 17px 24px 16px 22px; color: white; background: linear-gradient(135deg, #7967a8, #554676); box-shadow: 0 14px 30px rgba(86,68,117,.22); text-decoration: none; transition: .22s ease; }
.aster-explorer-button:hover { transform: translateY(-2px) rotate(-.3deg); box-shadow: 0 18px 38px rgba(86,68,117,.28); }
.aster-explorer-button span { grid-column: 1; font-size: 8px; opacity: .72; }
.aster-explorer-button strong { grid-column: 1; font-size: 11px; }
.aster-explorer-button b { grid-column: 2; grid-row: 1 / 3; font-size: 17px; }
.reserve-modules { padding-top: 20px; display: grid; grid-template-columns: .82fr 1.16fr 1.05fr; gap: 14px; align-items: stretch; }
.reserve-module { min-width: 0; padding: 20px; border: 1px solid rgba(255,255,255,.88); background: rgba(255,255,255,.58); box-shadow: 0 20px 54px rgba(73,57,82,.09); backdrop-filter: blur(16px); transition: .25s ease; }
.reserve-module:hover { transform: translateY(-3px); box-shadow: 0 26px 62px rgba(73,57,82,.13); }
.coverage-module { border-radius: 29px 40px 26px 36px; background: linear-gradient(145deg, rgba(237,225,243,.76), rgba(255,255,255,.61)); }
.position-module { border-radius: 39px 28px 42px 27px; }
.chain-module { border-radius: 30px 43px 28px 39px; background: linear-gradient(145deg, rgba(231,246,244,.74), rgba(255,255,255,.61)); }
.module-label { display: flex; align-items: center; gap: 10px; }
.module-label > span:nth-child(2) { min-width: 0; display: grid; gap: 4px; }
.module-label small { color: var(--muted); font-size: 8px; }
.module-label strong { font-size: 11px; }
.module-label > b { margin-left: auto; }
.module-icon.coverage { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 55% 45% 62% 38% / 46% 59% 41% 54%; color: white; background: linear-gradient(145deg, #8c77b4, #55aaa6); font-size: 12px; }
.module-status { padding: 6px 8px; border-radius: 9px 12px 8px 11px; font-size: 7px; white-space: nowrap; }
.module-status.pending { color: #735c35; background: #efe5cc; }
.module-status.verified { color: #38705d; background: #d9eee7; }
.module-status.warning { color: #94485b; background: #f3dce2; }
.coverage-value { padding: 35px 0 20px; }
.coverage-value strong, .coverage-value span { display: block; }
.coverage-value strong { font: 720 38px/1 ui-monospace, monospace; letter-spacing: -.06em; }
.coverage-value span { margin-top: 7px; color: var(--muted); font-size: 8px; }
.coverage-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(82,65,92,.09); }
.coverage-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8b72b2, #68b8b1); transition: width .7s ease; }
.coverage-pair { margin-top: 16px; display: grid; gap: 9px; }
.coverage-pair span { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 8px; }
.coverage-pair b { color: var(--ink); font: 650 8px/1 ui-monospace, monospace; }
.position-module .primary-position { padding: 26px 0 20px; }
.operator-row { margin-top: 14px; padding-top: 12px; display: grid; gap: 5px; border-top: 1px solid var(--line); }
.operator-row span { color: var(--muted); font-size: 7px; }
.operator-row code { overflow: hidden; color: var(--ink); font: 8px/1.4 ui-monospace, monospace; text-overflow: ellipsis; }
.chain-module .chain-metrics { margin-top: 24px; }
.proof-rail { margin-top: 14px; padding: 15px 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.82); border-radius: 20px 28px 19px 26px; background: rgba(255,255,255,.42); }
.proof-rail > div { padding: 4px 18px; display: flex; align-items: center; gap: 11px; border-left: 1px solid var(--line); }
.proof-rail > div:first-child { border-left: 0; }
.proof-dot { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; box-shadow: 0 0 0 5px rgba(121,103,168,.08); }
.proof-dot.aster { background: #806cab; }.proof-dot.bsc { background: #d7bd4e; }.proof-dot.api { background: #59a990; }
.proof-rail p { margin: 0; display: grid; gap: 4px; }
.proof-rail strong { font-size: 9px; }
.proof-rail small { color: var(--muted); font-size: 7px; line-height: 1.4; }
.reserve-pnl.positive, #reserve-pnl.positive { color: var(--green); }
#reserve-pnl.negative { color: var(--red); }

@media (max-width: 980px) {
  .reserve-console-head { align-items: flex-start; flex-direction: column; }
  .reserve-head-actions { width: 100%; justify-content: space-between; }
  .reserve-modules { grid-template-columns: 1fr 1fr; }
  .coverage-module { grid-column: 1 / -1; }
  .proof-rail { grid-template-columns: 1fr; }
  .proof-rail > div { border-left: 0; border-top: 1px solid var(--line); }
  .proof-rail > div:first-child { border-top: 0; }
}
@media (max-width: 620px) {
  .market-picker-trigger { min-height: 92px; grid-template-columns: 58px 1fr auto; padding: 13px; }
  .market-logo { width: 58px; height: 58px; }
  .market-logo img { width: 50px; }
  .market-strip { grid-template-columns: 1.3fr 1fr; }
  .market-strip > .strip-market { padding-right: 8px; }
  .strip-market-trigger { grid-template-columns: 50px 1fr 24px; padding: 6px; }
  .strip-market-trigger img { width: 46px; }
  .market-menu.compact { min-width: 280px; }
  .reserve-console { padding: 15px; border-radius: 28px 38px 26px 34px; }
  .reserve-head-actions { align-items: stretch; flex-direction: column; }
  .snapshot-time { justify-content: flex-start; }
  .aster-explorer-button { width: 100%; }
  .reserve-modules { grid-template-columns: 1fr; }
  .coverage-module { grid-column: auto; }
  .reserve-module { padding: 18px; }
}
