:root {
    --bg: #030711;
    --bg2: #07111e;
    --panel: #07101bdf;
    --line: #078ee8;
    --blue: #19a7ff;
    --blue2: #056bf5;
    --white: #f4f7fb;
    --muted: #aab8c8;
    --green: #55ef76;
    --yellow: #ffc638;
    --orange: #ff6b29;
    --purple: #9b61ff;
    --red: #ff493f;
    --max: 1240px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: radial-gradient(circle at 70% 10%, #062556 0, transparent 28%), linear-gradient(180deg, #02050b, #06101c 45%, #02050b);
    color: var(--white);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.45
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .15;
    background-image: radial-gradient(#fff 0.6px, transparent .6px);
    background-size: 8px 8px;
    mask-image: linear-gradient(#000, transparent 60%);
    z-index: -1
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 76px;
    padding: 0 max(20px, calc((100% - var(--max))/2));
    display: flex;
    align-items: center;
    gap: 26px;
    background: #02050bf2;
    border-bottom: 1px solid #11334e;
    backdrop-filter: blur(14px)
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: #fff;
    min-width: 210px
}

.brand-mark {
    font-size: 31px;
    filter: drop-shadow(0 0 8px var(--blue))
}

.brand b {
    display: block;
    font-size: 19px;
    letter-spacing: 2px
}

.brand small {
    display: block;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800
}

.nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex: 1
}

.nav a {
    color: #dce7f3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .7px
}

.nav a:hover {
    color: var(--blue)
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 23px;
    border-radius: 7px;
    border: 1px solid #239ff0;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .7px;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 24px #088cff55
}

.btn-primary {
    background: linear-gradient(180deg, #147cff, #0754d2);
    box-shadow: 0 0 22px #086ee977
}

.btn-secondary {
    background: #07111d
}

.section-shell {
    width: min(var(--max), calc(100% - 28px));
    margin: 0 auto
}

.hero {
    min-height: 630px;
    display: grid;
    grid-template-columns: 1.05fr .92fr 170px;
    align-items: center;
    gap: 20px;
    padding-top: 42px;
    position: relative;
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #030711 0%, transparent 65%);
    z-index: -1
}

.eyebrow {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.6px;
    color: var(--blue);
    margin: 0 0 8px
}

.hero h1 {
    font-size: clamp(56px, 7vw, 92px);
    line-height: .85;
    margin: 0;
    font-weight: 1000;
    letter-spacing: -2px;
    text-shadow: 0 4px 0 #111
}

.hero h1 span {
    display: block;
    font-size: .35em;
    color: var(--blue);
    letter-spacing: 1px;
    margin-top: 15px
}

.legend {
    font-size: 24px;
    font-weight: 900;
    margin: 22px 0 4px
}

.legend strong {
    font-size: 46px;
    color: var(--blue);
    font-style: italic;
    display: block
}

.tagline {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px
}

.tagline i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    margin: 0 8px;
    vertical-align: middle
}

.hero-thesis {
    border-left: 4px solid var(--blue);
    padding: 12px 18px;
    background: linear-gradient(90deg, #081827dd, transparent);
    font-size: 31px;
    font-weight: 950;
    margin: 26px 0 18px
}

.hero-thesis span {
    color: var(--blue)
}

.hero-actions {
    display: flex;
    gap: 12px
}

.ca-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    font-size: 12px;
    white-space: nowrap
}

.ca-bar span {
    color: var(--blue);
    font-weight: 900
}

.ca-bar code {
    overflow: hidden;
    text-overflow: ellipsis
}

.copy-btn {
    background: #071a2b;
    color: #fff;
    border: 1px solid #167fc3;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 900
}

.hero-art {
    height: 540px;
    align-self: end;
    position: relative
}

.hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50% 50% 8px 8px;
    mask-image: linear-gradient(#000 82%, transparent);
    filter: saturate(1.06) contrast(1.05)
}

.glow-paw {
    position: absolute;
    top: 5%;
    right: 2%;
    font-size: 100px;
    color: var(--blue);
    filter: drop-shadow(0 0 16px #0af);
    opacity: .65
}

.asof-panel {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #06101be8;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 25px #0069b535
}

.asof-panel small {
    font-size: 9px;
    font-weight: 800
}

.asof-panel strong {
    display: block;
    font-size: 15px;
    margin: 5px 0
}

.asof-panel b {
    display: block;
    color: var(--blue);
    font-size: 25px;
    margin: 5px
}

.asof-panel em {
    display: block;
    font-size: 12px;
    color: var(--orange)
}

.asof-panel hr {
    border: 0;
    border-top: 1px solid #23415a;
    margin: 13px 0
}

.stats {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #06111ce8;
    margin-top: -16px;
    position: relative;
    z-index: 2
}

.stats article {
    text-align: center;
    padding: 16px 8px;
    border-right: 1px solid #18354c;
    min-height: 125px
}

.stats article:last-child {
    border-right: 0
}

.stats span {
    font-size: 22px
}

.stats strong {
    display: block;
    color: var(--blue);
    font-size: 25px;
    margin: 3px
}

.stats p {
    font-size: 10px;
    font-weight: 900;
    margin: 4px 0
}

.stats small {
    font-size: 8px;
    color: var(--muted)
}

.panel {
    background: linear-gradient(180deg, #07121fe8, #030a12ef);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: inset 0 0 26px #001527, 0 12px 35px #0006
}

.intro-grid,
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 18px
}

.narrative-panel,
.manifesto {
    padding: 25px
}

.narrative-panel h2,
.manifesto h2 {
    font-size: 30px;
    margin: 5px 0
}

.manifesto {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.manifesto .paw-big {
    font-size: 50px
}

.manifesto h3 {
    color: var(--blue);
    font-size: 26px;
    margin: 0 0 10px
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 20px 10px
}

.section-title h2 {
    margin: 0
}

.section-title b {
    color: var(--blue)
}

.status-list {
    padding: 0 16px
}

.status-list a,
.status-list>div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 10px;
    border-top: 1px solid #17334a;
    color: #f1f6fb;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800
}

.live {
    color: var(--green)
}

.pending {
    color: var(--yellow)
}

.reserve-card {
    margin: 15px;
    border: 1px solid #17699b;
    background: #06192a;
    padding: 15px;
    text-align: center;
    border-radius: 8px
}

.reserve-card strong {
    display: block;
    font-size: 31px;
    color: var(--blue)
}

.reserve-card span {
    font-size: 11px;
    font-weight: 900
}

.first-test {
    padding: 25px;
    position: relative;
    overflow: hidden
}

.first-test:after {
    content: "🦝";
    font-size: 115px;
    position: absolute;
    right: 14px;
    bottom: -22px;
    opacity: .14
}

.blue-paw-graphic {
    padding: 0;
    display: flex
}

.blue-paw-graphic:after {
    content: none
}

.blue-paw-graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px
}

.yellow {
    color: var(--yellow)
}

.first-test h2 {
    font-size: 31px;
    margin: 8px 0;
    color: #fff
}

.flow {
    color: var(--yellow);
    font-weight: 900;
    margin-top: 20px;
    letter-spacing: .4px
}

.section-heading {
    text-align: center;
    margin: 70px 0 22px
}

.section-heading h2 {
    font-size: clamp(28px, 4vw, 44px);
    margin: 5px
}

.section-heading p {
    color: var(--muted)
}

.token-grid {
    display: grid;
    grid-template-columns: .85fr 1.6fr;
    gap: 16px
}

.supply-card {
    padding: 24px;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 20px
}

.donut {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: conic-gradient(#0868ee 0 50%, #2acf68 50% 55%, #6f48c8 55% 100%);
    display: grid;
    place-items: center;
    position: relative
}

.donut:before {
    content: "";
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #06101b;
    position: absolute
}

.donut span {
    z-index: 1;
    font-size: 28px;
    font-weight: 900
}

.legend-list p {
    font-size: 12px
}

.legend-list i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px
}

.c1 {
    background: #0868ee
}

.c2 {
    background: #2acf68
}

.c3 {
    background: #6f48c8
}

.burn-total {
    grid-column: 1/-1;
    border-top: 1px solid #173952;
    padding-top: 14px
}

.burn-total b {
    display: block;
    color: var(--orange);
    font-size: 31px
}

.burn-total span {
    font-size: 10px;
    font-weight: 900
}

.table-wrap {
    overflow: auto
}

.table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px
}

.table-wrap th {
    color: #9fc5e2;
    text-align: left;
    padding: 12px 9px;
    border-bottom: 1px solid #1e4560
}

.table-wrap td {
    padding: 10px 9px;
    border-bottom: 1px solid #142c3e
}

.table-wrap td:last-child {
    color: var(--yellow);
    font-weight: 900
}

.table-wrap .next {
    outline: 1px solid #a87800;
    background: #211b031f;
    color: #ffd04b
}

.execution-wrap {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 16px;
    margin-top: 18px
}

.execution {
    display: grid;
    grid-template-columns: 1fr 180px;
    overflow: hidden;
    padding-left: 24px;
    align-items: center
}

.execution img {
    width: 180px;
    height: 190px;
    object-fit: cover;
    align-self: stretch
}

.execution h3 {
    color: var(--yellow)
}

.solana-card {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 18px
}

.solana-logo {
    width: 32px;
    transform: skew(-20deg)
}

.solana-logo i {
    display: block;
    height: 6px;
    margin: 4px;
    background: linear-gradient(90deg, #8f49ff, #19e8cb)
}

.solana-card strong {
    font-size: 20px
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

.roadmap-grid article {
    position: relative;
    text-align: center;
    padding: 20px 11px;
    border: 1px solid #156a9d;
    border-radius: 12px;
    background: #06111dd9;
    min-height: 240px
}

.roadmap-grid article>b {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--blue2)
}

.roadmap-grid article>span {
    font-size: 38px
}

.roadmap-grid h3 {
    font-size: 12px;
    color: var(--blue);
    min-height: 38px
}

.roadmap-grid p {
    font-size: 12px;
    color: #cad5df
}

.trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px
}

.trust-strip>div {
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    border: 1px solid #1f5173;
    border-radius: 10px;
    padding: 15px
}

.trust-strip span {
    grid-row: 1/3;
    font-size: 40px
}

.trust-strip b {
    color: var(--blue)
}

.trust-strip p {
    margin: 2px 0;
    font-size: 11px
}

.wallet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.wallet-grid a {
    background: #06151f;
    border: 1px solid #2d9b53;
    border-radius: 9px;
    color: white;
    text-decoration: none;
    padding: 18px;
    text-align: center
}

.wallet-grid small {
    display: block;
    color: var(--green);
    font-weight: 900
}

.wallet-grid code {
    display: block;
    overflow-wrap: anywhere;
    font-size: 10px;
    margin: 8px 0
}

.wallet-grid b {
    font-size: 11px;
    color: var(--green)
}

.buy-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.buy-grid a {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: linear-gradient(145deg, #0b1b2c, #050b12);
    transition: .2s
}

.buy-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 24px #087bcb55
}

.buy-grid strong {
    font-size: 21px
}

.buy-grid span {
    font-size: 10px;
    color: var(--blue);
    font-weight: 900
}

.buy-grid .swap-card {
    background: linear-gradient(145deg, #063b37, #062031)
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.social-grid a {
    display: grid;
    grid-template-columns: 50px 1fr;
    color: #fff;
    text-decoration: none;
    border: 1px solid #176994;
    background: #06111d;
    border-radius: 9px;
    padding: 15px
}

.social-grid b {
    font-size: 28px;
    grid-row: 1/3
}

.social-grid span {
    font-size: 21px;
    font-weight: 900
}

.social-grid small {
    color: var(--muted)
}

footer {
    margin-top: 70px;
    border-top: 1px solid #173955;
    background: #010409;
    padding: 35px max(20px, calc((100% - var(--max))/2));
    text-align: center
}

.footer-brand b {
    font-size: 25px
}

.footer-brand span {
    display: block;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900
}

.footer-ca {
    margin: 15px;
    overflow-wrap: anywhere
}

.footer-ca code {
    color: #75cfff
}

footer p {
    max-width: 850px;
    margin: 18px auto;
    color: #95a7b7;
    font-size: 11px
}

footer small {
    color: #5f7284
}

.toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 20px);
    background: #0a2336;
    border: 1px solid var(--blue);
    padding: 10px 18px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    z-index: 100
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0)
}

@media(max-width:1050px) {
    .nav {
        display: none
    }

    .menu-toggle {
        display: block;
        margin-left: auto
    }

    .nav.open {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 76px;
        left: 0;
        right: 0;
        background: #02060c;
        padding: 20px
    }

    .header-cta {
        display: none
    }

    .hero {
        grid-template-columns: 1fr .9fr
    }

    .asof-panel {
        display: none
    }

    .stats {
        grid-template-columns: repeat(4, 1fr)
    }

    .stats article {
        border-bottom: 1px solid #17334a
    }

    .roadmap-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .buy-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .story-flow {
        display: flex;
        flex-wrap: wrap;
        gap: 6px
    }
}

@media(max-width:760px) {
    .site-header {
        height: 66px
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 25px
    }

    .hero-copy {
        z-index: 2;
        padding-left: 10px !important
    }

    .hero-art {
        position: absolute;
        inset: 70px -100px auto 35%;
        height: 440px;
        opacity: .35;
        z-index: -1
    }

    .hero h1 {
        font-size: 58px
    }

    .legend strong {
        font-size: 38px
    }

    .hero-thesis {
        font-size: 24px
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .ca-bar {
        flex-wrap: wrap;
        white-space: normal
    }

    .ca-bar code {
        width: 100%;
        overflow-wrap: anywhere
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px
    }

    .intro-grid,
    .two-col,
    .token-grid,
    .execution-wrap {
        grid-template-columns: 1fr
    }

    .supply-card {
        grid-template-columns: 1fr;
        text-align: center
    }

    .donut {
        margin: auto
    }

    .roadmap-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .trust-strip {
        grid-template-columns: 1fr
    }

    .wallet-grid,
    .buy-grid,
    .social-grid {
        grid-template-columns: 1fr
    }

    .execution {
        grid-template-columns: 1fr
    }

    .execution img {
        display: none
    }

    .section-heading {
        margin-top: 48px
    }

    .table-wrap table {
        min-width: 680px
    }
}

@media(max-width:430px) {
    .brand {
        min-width: 0
    }

    .brand b {
        font-size: 16px
    }

    .brand small {
        font-size: 8px
    }

    .roadmap-grid {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 50px
    }

    .legend {
        font-size: 18px
    }

    .legend strong {
        font-size: 34px
    }

    .stats article {
        min-height: 112px
    }

    .stats strong {
        font-size: 22px
    }
}


/* Live token price widget */
.price-widget-shell {
  margin-top: 16px;
  position: relative;
  z-index: 3
}

.price-widget {
  display: grid;
  grid-template-columns: 1.05fr .72fr 1.55fr auto;
  align-items: stretch;
  background: linear-gradient(115deg, #05101b 0%, #071a2d 45%, #05101a 100%);
  border: 1px solid #178bd0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 32px #008ee72a, inset 0 0 30px #001b31
}

.price-widget-brand,
.price-primary,
.price-metrics,
.price-widget-actions {
  padding: 17px 19px
}

.price-widget-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid #173a52
}

.price-token-icon {
  width: 51px;
  height: 51px;
  border: 1px solid #199fe8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  background: #061827;
  box-shadow: 0 0 18px #008de860
}

.price-widget small {
  font-size: 9px;
  letter-spacing: .8px;
  color: #83b7d7;
  font-weight: 900
}

.price-widget-brand h2 {
  font-size: 21px;
  margin: 2px 0;
  color: #fff
}

.price-widget-brand h2 span {
  color: #58bfff;
  font-size: 12px
}

.price-widget-brand p {
  font-size: 9px;
  color: #6f899d;
  margin: 0
}

.price-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #173a52
}

.price-primary strong {
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1;
  color: #fff;
  margin: 5px 0 7px;
  white-space: nowrap
}

.market-change {
  font-weight: 900;
  font-size: 11px;
  width: max-content;
  border-radius: 5px;
  padding: 3px 7px
}

.market-change.positive {
  color: #45ef83;
  background: #0b522a66
}

.market-change.negative {
  color: #ff684d;
  background: #5b160e66
}

.market-change.neutral {
  color: #99afbf;
  background: #23394a66
}

.price-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-left: 0;
  padding-right: 0
}

.price-metrics>div {
  padding: 4px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #173a52
}

.price-metrics>div:last-child {
  border-right: 0
}

.price-metrics b {
  font-size: 18px;
  margin-top: 4px;
  color: #fff
}

.price-metrics em {
  font-style: normal;
  font-size: 8px;
  color: #7f9caf;
  margin-top: 3px
}

.price-widget-actions {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  border-left: 1px solid #173a52
}

.price-widget-actions>a {
  font-size: 9px;
  color: #65c9ff;
  text-decoration: none;
  font-weight: 900
}

.price-widget-actions .widget-buy {
  color: #fff;
  background: #0876e8;
  padding: 6px 9px;
  border-radius: 5px
}

.live-indicator {
  font-size: 9px;
  color: #43ef80;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 6px
}

.live-indicator i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43ef80;
  box-shadow: 0 0 10px #43ef80;
  animation: livePulse 1.7s infinite
}

.price-widget.error .live-indicator {
  color: #ffb347
}

.price-widget.error .live-indicator i {
  background: #ffb347;
  box-shadow: 0 0 10px #ffb347
}

.mini-refresh {
  appearance: none;
  border: 1px solid #245c7d;
  background: #081a27;
  color: #65c9ff;
  border-radius: 5px;
  width: 27px;
  height: 25px;
  cursor: pointer;
  font-weight: 900
}

.mini-refresh:hover {
  border-color: #36b8ff
}

.mini-refresh.loading {
  animation: spin .85s linear infinite
}

@keyframes livePulse {
  50% {
    opacity: .25;
    transform: scale(.72)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@media(max-width:1050px) {
  .price-widget {
    grid-template-columns: 1fr 1fr
  }

  .price-widget-brand,
  .price-primary {
    border-bottom: 1px solid #173a52
  }

  .price-metrics {
    grid-column: 1/-1;
    border-top: 0
  }

  .price-widget-actions {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border-left: 0;
    border-top: 1px solid #173a52;
    min-width: 0
  }

  .price-widget-actions small {
    margin-right: auto
  }
}

@media(max-width:650px) {
  .price-widget {
    grid-template-columns: 1fr
  }

  .price-widget-brand,
  .price-primary,
  .price-metrics,
  .price-widget-actions {
    grid-column: 1
  }

  .price-widget-brand {
    border-right: 0
  }

  .price-primary {
    border-right: 0
  }

  .price-metrics {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px
  }

  .price-metrics>div {
    padding: 10px;
    border-bottom: 1px solid #173a52
  }

  .price-metrics>div:nth-child(2n) {
    border-right: 0
  }

  .price-widget-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
  }

  .price-widget-actions small {
    width: 100%;
    order: 2
  }

  .price-primary strong {
    font-size: 31px
  }
}

/* Vertical live market widget — replaces the former AS-OF hero panel */
.hero {
  grid-template-columns: 1.02fr .9fr 215px;
  gap: 18px
}

.hero-market-card {
  align-self: center;
  width: 100%;
  border: 1px solid #168fd5;
  border-radius: 12px;
  background: linear-gradient(180deg, #071827f2 0%, #040b13f5 100%);
  box-shadow: 0 0 28px #008ee72c, inset 0 0 24px #001a2e;
  overflow: hidden;
  text-align: center
}

.vertical-market-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 10px;
  border-bottom: 1px solid #173d58;
  background: linear-gradient(180deg, #0a2034, #071522)
}

.vertical-market-head .price-token-icon {
  width: 38px;
  height: 38px;
  font-size: 21px;
  flex: 0 0 auto
}

.vertical-market-head small,
.hero-market-card small {
  display: block;
  color: #83b7d7;
  font-size: 8px;
  letter-spacing: .75px;
  font-weight: 900
}

.vertical-market-head strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  margin-top: 3px
}

.vertical-market-head strong span {
  font-size: 9px;
  color: #58bfff
}

.vertical-price {
  padding: 14px 10px 13px;
  border-bottom: 1px solid #173d58
}

.vertical-price>b {
  display: block;
  font-size: 25px;
  line-height: 1.05;
  margin: 5px 0 8px;
  white-space: nowrap
}

.vertical-price .market-change {
  margin: auto;
  font-size: 9px
}

.vertical-metrics>div {
  padding: 10px 8px;
  border-bottom: 1px solid #173d58
}

.vertical-metrics b {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 3px
}

.vertical-metrics em {
  display: block;
  font-style: normal;
  font-size: 7px;
  color: #7f9caf;
  margin-top: 4px
}

.vertical-market-status {
  padding: 11px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #173d58
}

.vertical-market-status .live-indicator {
  font-size: 8px
}

.vertical-market-status>small {
  font-size: 7px;
  color: #6f899d
}

.vertical-market-status .mini-refresh {
  width: auto;
  height: 25px;
  padding: 0 8px;
  font-size: 8px
}

.vertical-market-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 10px
}

.vertical-market-actions a {
  display: block;
  border: 1px solid #256a92;
  border-radius: 5px;
  padding: 7px 5px;
  color: #6bc9ff;
  text-decoration: none;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .3px;
  background: #071824
}

.vertical-market-actions a:hover {
  border-color: #3ac0ff;
  box-shadow: 0 0 12px #078cd74d
}

.vertical-market-actions .widget-buy {
  color: #fff;
  border-color: #178bea;
  background: linear-gradient(180deg, #147cff, #0754d2)
}

.vertical-market-source {
  padding: 0 7px 10px;
  color: #5f8199;
  font-size: 7px;
  font-weight: 800
}

.hero-market-card.error .live-indicator {
  color: #ffb347
}

.hero-market-card.error .live-indicator i {
  background: #ffb347;
  box-shadow: 0 0 10px #ffb347
}

@media(max-width:1050px) {
  .hero {
    grid-template-columns: 1fr .9fr
  }

  .hero-market-card {
    grid-column: 1/-1;
    justify-self: center;
    width: min(360px, 100%);
    margin: 0 auto 12px
  }

  .vertical-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .vertical-metrics>div:nth-child(odd) {
    border-right: 1px solid #173d58
  }

  .vertical-market-actions {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:760px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 8px
  }

  .hero-market-card {
    margin-top: 24px;
    width: 100%;
    max-width: 360px
  }
}