:root{
  --bg:#050506;
  --bg2:#0a0a0d;
  --card:#0b0b10;
  --line:rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.55);
  --orange:#ff5a14;
  --orange2:#ff7a1c;
  --green:#16d55a;
  --usdGreen:#4ade80;
  --shadow: 0 10px 30px rgba(0,0,0,.55);
  --glow: 0 0 0 rgba(0,0,0,0);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color:var(--text);
  background: radial-gradient(1200px 900px at 65% -20%, rgba(255,90,20,.18), transparent 60%),
              radial-gradient(900px 700px at 20% 0%, rgba(22,213,90,.10), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
}

.bg-noise{
  pointer-events:none;
  position:fixed; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
  opacity:.20;
}

.header{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background:rgba(5,5,6,.55);
  border-bottom:1px solid var(--line);
}
.brand{
  max-width:1180px;
  margin:0 auto;
  padding:18px 18px;
  display:flex;
  align-items:center;
  gap:14px;
}
.logo{
  width:46px; height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 0 1px rgba(255,90,20,.14), 0 20px 40px rgba(0,0,0,.4);
}
.title .h1{
  font-family:"Bungee", system-ui, sans-serif;
  letter-spacing:.6px;
  font-size:22px;
  line-height:1.1;
}
.h1-white{color:var(--text)}
.h1-orange{color:var(--orange)}
.sub{
  margin-top:4px;
  font-size:12px;
  color:var(--muted2);
}

.container{
  max-width:1180px;
  margin:0 auto;
  padding:22px 18px 40px;
}
.container-stage{
  position:relative;
}

.mascot-right{
  position:fixed;
  right: -18px;
  top: 96px;
  width: clamp(220px, 24vw, 380px);
  height: auto;
  pointer-events:none;
  user-select:none;
  z-index:0;
  filter:
    drop-shadow(0 22px 36px rgba(0,0,0,.55))
    drop-shadow(0 0 24px rgba(255,90,20,.14));
  opacity: .96;
}

.grid-hero, .section{ position:relative; z-index:1; }

.grid-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:16px;
}

.section{ margin-top:22px; }
.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.section-title{
  font-family:"Bungee", system-ui, sans-serif;
  letter-spacing:.4px;
  font-size:16px;
  color:rgba(255,255,255,.92);
}

.card{
  border:1px solid var(--line);
  background:
    radial-gradient(900px 500px at 20% -20%, rgba(255,90,20,.09), transparent 60%),
    radial-gradient(700px 450px at 90% 10%, rgba(22,213,90,.06), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  background-color:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{
  transform: translateY(-2px);
  border-color:rgba(255,90,20,.35);
  box-shadow:var(--shadow), 0 0 22px rgba(255,90,20,.12);
}

.card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.card-title{
  font-family:"Bungee", system-ui, sans-serif;
  font-size:14px;
  letter-spacing:.3px;
  color:rgba(255,255,255,.9);
}
.pill{
  font-size:11px;
  color:rgba(255,255,255,.72);
  border:1px solid var(--line);
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.25);
}

.visual-placeholder{
  height:210px;
  border-radius:14px;
  border:1px dashed rgba(255,90,20,.35);
  background:
    radial-gradient(closest-side, rgba(255,90,20,.11), transparent 70%),
    radial-gradient(closest-side, rgba(22,213,90,.08), transparent 65%);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.visual-placeholder.is-live{
  border-style:solid;
  border-color: rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
}
.ring{
  --burnedPct: 0%;
  width:170px;
  height:170px;
  border-radius:999px;
  display:grid;
  place-items:center;
  position:relative;
  background:
    radial-gradient(circle at center, var(--bg) 58%, transparent 59%),
    conic-gradient(
      #ff6a1a 0% var(--burnedPct),
      #1ecb6b var(--burnedPct) 100%
    );
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.ring::before{
  display:none;
}
.ring::after{
  display:none;
}
.ring-inner{
  position:relative;
  z-index:2;
  text-align:center;
}
.ring-big{
  font-family:"Bungee", system-ui, sans-serif;
  letter-spacing:.3px;
  font-size:26px;
  line-height:1;
  text-shadow: none;
}
.ring-sub{
  margin-top:6px;
  font-size:11px;
  color:rgba(255,255,255,.66);
}
.dot{
  display:inline-block;
  width:8px;height:8px;
  border-radius:999px;
  margin-right:8px;
  box-shadow: 0 0 14px rgba(255,255,255,.10);
}
.dot-orange{ background: var(--orange); box-shadow: 0 0 18px rgba(255,90,20,.25); }
.dot-green{ background: var(--green); box-shadow: 0 0 18px rgba(22,213,90,.20); }
.visual-mini{
  margin-top:8px;
  font-size:12px;
  color:rgba(255,255,255,.86);
}
.visual-label{
  font-size:12px;
  color:rgba(255,255,255,.72);
  text-align:center;
  max-width:340px;
  line-height:1.35;
}

.hero-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.metric .k{ color:var(--muted2); font-size:12px; }
.metric .v{
  margin-top:6px;
  font-size:18px;
  font-weight:600;
  letter-spacing:.1px;
}

.v-burn{
  color: rgba(255, 122, 28, .98);
  text-shadow: 0 0 22px rgba(255,90,20,.14);
}

.v-usd{
  color: var(--usdGreen);
  text-shadow: 0 0 18px rgba(74, 222, 128, .18);
  display:inline;
  margin-left:6px;
}

.v-strong{
  font-size:20px;
}

.metric .v.v-usd{
  font-size:20px;
  letter-spacing:.2px;
}

.rows{ display:flex; flex-direction:column; gap:10px; }
.row{
  display:flex;
  flex-wrap:nowrap;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:rgba(0,0,0,.18);
}
.row .k{
  color:var(--muted2);
  font-size:12px;
  flex:0 0 auto;
}
.row .v{
  font-weight:600;
  flex:1 1 auto;
  text-align:right;
  min-width:0;
  white-space:nowrap;
}

.seg{
  display:flex;
  background:rgba(0,0,0,.28);
  border:1px solid var(--line);
  border-radius:999px;
  padding:4px;
  gap:4px;
}
.seg-btn{
  cursor:pointer;
  border:none;
  background:transparent;
  color:rgba(255,255,255,.75);
  font-family:inherit;
  font-weight:600;
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}
.seg-btn:hover{
  color:#fff;
  box-shadow: 0 0 18px rgba(255,90,20,.14);
}
.seg-btn.is-active{
  background: rgba(255,90,20,.14);
  color:#fff;
  box-shadow: inset 0 0 0 1px rgba(255,90,20,.25), 0 0 20px rgba(255,90,20,.12);
}

.hint{
  margin-top:12px;
  font-size:12px;
  color:rgba(255,255,255,.62);
}

.grid-trade{
  display:grid;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 148px), 1fr));
  gap:12px;
  align-items: stretch;
}
.trading-layout{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.trading-layout-main{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
}
.trading-featured.gallery--desktop{
  grid-template-columns:1fr;
  margin-top:0;
}
.gallery-card--trading-featured{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  background-color:rgba(0,0,0,.28);
  min-height:0;
}
.mini{
  padding:14px;
}
.mini .k{ color:var(--muted2); font-size:12px; }
.mini .v{ margin-top:6px; font-size:16px; font-weight:600; }
.mini-sub{ margin-top:6px; font-size:11px; color:rgba(255,255,255,.58); }

.metric-line{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  min-width:0;
  line-height:1.35;
}
.metric-inline-primary{
  color:#fff;
  font-weight:600;
  max-width:100%;
  overflow-wrap:anywhere;
}
.metric-inline-secondary{
  display:block;
  line-height:1.25;
}
.metric-inline-chg{
  font-size:0.78em;
  font-weight:600;
  white-space:nowrap;
}
.metric-inline-chg--pos{ color: var(--green); }
.metric-inline-chg--neg{ color: var(--orange2); }
.metric-inline-chg--na{
  color: rgba(255,255,255,.48);
  font-weight:500;
}

a.trade-action-card{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  text-decoration:none;
  color:rgba(255,255,255,.92);
  min-height: 68px;
  box-sizing:border-box;
}
.trade-action-icon{
  flex-shrink:0;
  display:block;
}
.trade-action-label{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.trade-action-buy-stack{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
  position:relative;
  z-index:1;
}
.trade-action-label--buy{
  font-size:clamp(14px,3.2vw,17px);
  font-weight:800;
  letter-spacing:0.045em;
  color:#fff;
  line-height:1;
  text-shadow:0 0 20px rgba(74,222,128,.26);
}
.trade-action-icon--buy{
  color:var(--orange2);
  filter:drop-shadow(0 0 4px rgba(255,122,28,.5)) drop-shadow(0 0 9px rgba(255,90,20,.38));
  flex-shrink:0;
}
.trade-action-chart-stack{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-width:0;
}
.trade-action-label--chart{
  font-size:clamp(14px,3.2vw,17px);
  font-weight:800;
  letter-spacing:0.045em;
  color:#fff;
  line-height:1;
  text-shadow:0 0 12px rgba(255,122,28,.25);
}
.trade-action-card--chart{
  color:var(--orange2);
  border-color:rgba(255,105,40,.28);
  background:
    radial-gradient(580px 320px at 50% 125%, rgba(255,110,45,.14), transparent 50%),
    radial-gradient(900px 500px at 18% -18%, rgba(255,100,38,.12), transparent 56%),
    radial-gradient(700px 450px at 92% 8%, rgba(22,213,90,.055), transparent 55%),
    linear-gradient(175deg, rgba(255,95,30,.075) 0%, transparent 42%, rgba(255,75,22,.05) 100%);
  background-color:var(--card);
  box-shadow:var(--shadow), 0 0 16px rgba(255,90,20,.09), 0 0 32px rgba(255,122,28,.05);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  animation:trade-chart-idle-glow 5.5s ease-in-out infinite;
}
@keyframes trade-chart-idle-glow{
  0%,100%{
    box-shadow:var(--shadow), 0 0 14px rgba(255,90,20,.07), 0 0 30px rgba(255,122,28,.04);
  }
  50%{
    box-shadow:var(--shadow), 0 0 22px rgba(255,100,35,.12), 0 0 38px rgba(255,122,28,.08);
  }
}
.trade-action-card--chart .trade-action-icon--chart{
  display:block;
  width:44px;
  height:26px;
  min-width:44px;
  flex-shrink:0;
  color:var(--orange2);
  filter:drop-shadow(0 0 5px rgba(255,122,28,.32)) drop-shadow(0 0 12px rgba(255,90,20,.18));
  transition:color .2s ease, filter .2s ease;
}
a.trade-action-card--chart:hover{
  transform:translateY(-2px) scale(1.015);
  border-color:rgba(255,120,55,.42);
  box-shadow:var(--shadow), 0 0 28px rgba(255,100,40,.2), 0 0 46px rgba(255,122,28,.12);
  animation:none;
}
a.trade-action-card--chart:hover .trade-action-icon--chart{
  color:var(--orange);
  filter:drop-shadow(0 0 7px rgba(255,122,28,.45)) drop-shadow(0 0 16px rgba(255,90,20,.26));
}
a.trade-action-card--chart:hover .trade-action-label--chart{
  text-shadow:0 0 14px rgba(255,140,70,.35);
}
@media (prefers-reduced-motion:reduce){
  .trade-action-card--chart{
    animation:none;
  }
  a.trade-action-card--chart:hover{
    transform:none;
  }
}
.trade-action-card--buy{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-color:rgba(74,222,128,.38);
  background:
    radial-gradient(900px 520px at 18% -20%, rgba(74,222,128,.26), transparent 52%),
    radial-gradient(680px 440px at 92% 8%, rgba(22,213,90,.18), transparent 50%),
    linear-gradient(155deg, rgba(34,130,72,.48) 0%, rgba(8,95,72,.42) 42%, rgba(12,32,22,.52) 100%);
  background-color:var(--card);
  box-shadow:var(--shadow), 0 0 26px rgba(34,197,94,.2), 0 0 48px rgba(74,222,128,.11);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  animation:trade-buy-idle-glow 4.8s ease-in-out infinite;
}
.trade-action-card--buy::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(
    105deg,
    transparent 0%,
    transparent 38%,
    rgba(255,255,255,.1) 49.5%,
    rgba(190,242,100,.12) 50.5%,
    transparent 62%,
    transparent 100%
  );
  background-size:240% 100%;
  background-position:130% 0;
  animation:trade-buy-shimmer 6s ease-in-out infinite;
  pointer-events:none;
  z-index:0;
  opacity:.85;
}
@keyframes trade-buy-shimmer{
  0%{background-position:130% 0;}
  100%{background-position:-130% 0;}
}
@keyframes trade-buy-idle-glow{
  0%,100%{
    box-shadow:var(--shadow), 0 0 24px rgba(34,197,94,.18), 0 0 42px rgba(74,222,128,.09);
  }
  50%{
    box-shadow:var(--shadow), 0 0 32px rgba(74,222,128,.24), 0 0 50px rgba(22,213,90,.13);
  }
}
a.trade-action-card--buy:hover{
  transform:translateY(-2px) scale(1.018);
  border-color:rgba(120,240,190,.55);
  box-shadow:var(--shadow), 0 0 36px rgba(74,222,128,.32), 0 0 58px rgba(34,197,94,.17);
  animation:none;
}
a.trade-action-card--buy:hover::before{
  opacity:1;
  animation-duration:4s;
}
a.trade-action-card--buy:hover .trade-action-icon--buy{
  filter:drop-shadow(0 0 6px rgba(255,140,60,.6)) drop-shadow(0 0 12px rgba(255,90,20,.45));
}
@media (prefers-reduced-motion:reduce){
  .trade-action-card--buy{
    animation:none;
  }
  .trade-action-card--buy::before{
    animation:none;
    opacity:.35;
    background-position:50% 0;
  }
  a.trade-action-card--buy:hover{
    transform:none;
  }
}

.gallery{
  margin-top:12px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.gallery--mobile,
.section--gallery-mobile-only{
  display:none;
}

/* Featured CTO banner (single image) */
.gallery--single{
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 8px;
  margin-bottom: 6px;
}
.gallery--single .gallery-card{
  width: min(960px, 100%);
  padding: 8px 10px;
}
.gallery--single .gallery-img{
  height: 190px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.gallery-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:
    radial-gradient(700px 420px at 10% 0%, rgba(255,90,20,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  background-color: rgba(0,0,0,.18);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-card:hover{
  transform: translateY(-2px);
  border-color:rgba(255,90,20,.28);
  box-shadow:var(--shadow), 0 0 22px rgba(255,90,20,.10);
}
.gallery-img{
  display:block;
  width:100%;
  height:200px;
  object-fit:cover;
  object-position:center;
}
.gallery-card img{
  filter:brightness(0.95) saturate(0.95);
}

.btn{
  cursor:pointer;
  border:1px solid rgba(255,90,20,.32);
  background:rgba(0,0,0,.22);
  color:rgba(255,255,255,.9);
  font-family:inherit;
  font-weight:600;
  font-size:12px;
  padding:9px 12px;
  border-radius:12px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(255,90,20,.16);
  background: rgba(255,90,20,.10);
}

.table-card{ padding:0; overflow:hidden; }
.burns-table-footer{
  padding:10px 14px 14px;
  text-align:center;
}
.table-wrap{ overflow:auto; }
.table{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.table thead th{
  text-align:left;
  padding:12px 14px;
  background:rgba(0,0,0,.24);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.80);
  font-weight:600;
  position:sticky;
  top:0;
}
.table tbody td{
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.06);
  vertical-align:top;
  color:rgba(255,255,255,.86);
}
.table tbody tr:hover td{
  background:rgba(255,90,20,.07);
}

.muted{ color:rgba(255,255,255,.58); }
.sig{
  font-family:inherit;
  color:rgba(255,255,255,.78);
  text-decoration:none;
}
.sig:hover{
  color:#fff;
  text-decoration:underline;
}

.pos{ color: var(--green); }
.neg{ color: var(--orange2); }

.holders-line{ white-space: nowrap; }
.holders-line .holders-delta{ font-weight: 600; }

.footer{
  margin-top:18px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
}

.social-row{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.social-label{
  font-size:12px;
  color:var(--muted2);
}
.social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.4);
  box-shadow:0 0 0 1px rgba(0,0,0,.6);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.social-btn:hover{
  transform: translateY(-1px);
  border-color:rgba(255,90,20,.6);
  box-shadow:0 0 18px rgba(255,90,20,.24);
  background:rgba(255,90,20,.16);
}
.social-icon{
  display:block;
  width:18px;
  height:18px;
  object-fit:contain;
}

@media (max-width: 980px){
  .grid-hero{ grid-template-columns:1fr; }
  .hero-metrics{ grid-template-columns:1fr; }
  .visual-placeholder.is-live{ flex-direction:column; height:auto; }
  .mascot-right{
    right: -16px;
    top: 84px;
    width: clamp(180px, 30vw, 300px);
    transform: none;
    opacity:.92;
  }
  .gallery{ grid-template-columns: 1fr 1fr; }
  .gallery-img{ height:175px; }
  .flame-bg{ height: clamp(70px, 12vh, 120px); opacity:.5; }
}

@media (min-width: 641px) and (max-width: 980px){
  .trading-layout{
    flex-direction:column;
    gap:14px;
  }
  .trading-layout-main{
    gap:14px;
  }
  .gallery--desktop.trading-featured{
    grid-template-columns:1fr;
  }
  .gallery-card--trading-featured{
    min-height:260px;
  }
  .gallery--desktop .gallery-img--featured-desktop{
    width:100%;
    height:auto;
    max-height:min(440px, 52vh);
    object-fit:contain;
    object-position:center;
  }
}

.daily-burn-panel--desktop{
  display:none;
}

@media (min-width: 981px){
  .container{
    max-width:1440px;
  }
  .brand{
    max-width:1440px;
  }
  .trading-section-inner{
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .grid-hero + .section + .section{
    margin-top:40px;
  }
  .grid-hero{
    grid-template-columns:1.05fr .85fr;
  }
  .daily-burn-panel--desktop{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:0;
    min-height:min(260px, 34vh);
    padding:10px 12px 12px;
    flex:1;
  }
  .daily-burn-panel__head{
    flex-shrink:0;
  }
  .daily-burn-panel__title{
    font-family:"Bungee", system-ui, sans-serif;
    letter-spacing:.4px;
    font-size:16px;
    color:rgba(255,255,255,.92);
  }
  .daily-burn-panel__body{
    position:relative;
    flex:1;
    min-height:200px;
    margin:0 -4px;
    padding:0 4px;
    background:rgba(0,0,0,.22);
    border-radius:calc(var(--radius) - 4px);
    border:1px solid rgba(255,255,255,.06);
  }
  .daily-burn-panel__svg{
    width:100%;
    height:100%;
    min-height:200px;
    display:block;
  }
  .daily-burn-chart__tooltip{
    position:absolute;
    z-index:3;
    pointer-events:none;
    padding:6px 9px;
    border-radius:8px;
    border:1px solid rgba(255,90,20,.35);
    background:rgba(8,6,4,.94);
    color:rgba(255,255,255,.94);
    font-size:12px;
    font-weight:600;
    box-shadow:0 4px 18px rgba(0,0,0,.45), 0 0 16px rgba(255,90,20,.12);
    white-space:nowrap;
    transform:translate(-50%, -100%);
    margin-top:-10px;
  }
  .daily-burn-chart__tooltip::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-5px;
    transform:translateX(-50%);
    border:5px solid transparent;
    border-top-color:rgba(255,90,20,.35);
  }
  .trading-layout{
    display:grid;
    grid-template-columns:minmax(0,max-content) minmax(300px,1.65fr) minmax(0,0.76fr);
    gap:14px;
    align-items:stretch;
    min-height:min(220px, 32vh);
  }
  .trading-layout .trading-featured.gallery--desktop{
    margin-top:0;
    min-height:0;
    height:100%;
    display:flex;
    flex-direction:column;
    max-width:100%;
  }
  .trading-layout .trading-layout-main{
    gap:8px;
    min-height:0;
    height:100%;
    display:flex;
    flex-direction:column;
    width:max-content;
    max-width:min(252px, 36vw);
  }
  .trading-layout .section-head{
    margin-bottom:0;
  }
  .trading-layout .gallery-card--trading-featured{
    flex:1;
    min-height:0;
    padding:1px;
    background-color:rgba(0,0,0,.2);
  }
  .trading-layout .gallery-img--featured-desktop{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:cover;
    object-position:center 30%;
  }
  .trading-layout .grid-trade{
    grid-template-columns:repeat(2, max-content);
    grid-template-rows:repeat(3, auto);
    gap:5px;
    flex:0 0 auto;
    width:max-content;
    max-width:100%;
    justify-content:start;
    align-items:start;
    align-content:start;
  }
  .trading-layout .grid-trade .mini{
    padding:5px 7px;
    min-width:108px;
    box-sizing:border-box;
  }
  .trading-layout .grid-trade .mini .k{
    font-size:10.5px;
  }
  .trading-layout .grid-trade .mini .v{
    margin-top:2px;
    font-size:15px;
    font-weight:600;
  }
  .trading-layout .grid-trade .mini .metric-inline-primary{
    font-size:15px;
    font-weight:700;
  }
  .trading-layout .grid-trade .mini .metric-inline-chg{
    font-size:10.5px;
    font-weight:600;
  }
  .trading-layout .grid-trade a.trade-action-card{
    padding:5px 7px;
    min-height:34px;
    box-sizing:border-box;
    min-width:108px;
  }
  .trading-layout .grid-trade .trade-action-label--chart,
  .trading-layout .grid-trade .trade-action-label--buy{
    font-size:14px;
    font-weight:900;
    letter-spacing:0.036em;
  }
  .trading-layout .grid-trade .trade-action-chart-stack{
    gap:3px;
  }
  .trading-layout .grid-trade .trade-action-buy-stack{
    gap:2px;
  }
  .trading-layout .grid-trade .trade-action-card--chart .trade-action-icon--chart{
    width:26px;
    height:16px;
    min-width:26px;
  }
  .trading-layout .grid-trade .trade-action-icon--buy{
    width:11px;
    height:13px;
  }
}

@media (max-width: 640px){
  .brand .sub{
    font-size:10.5px;
    line-height:1.35;
    overflow-wrap:anywhere;
    max-width:100%;
  }
  .mascot-right{ display:none; }
  .gallery--desktop{
    display:none !important;
  }
  .gallery--mobile{
    display:grid;
    grid-template-columns:1fr;
    margin-top:12px;
  }
  .section--gallery-mobile-only{
    display:block;
    margin-top:22px;
  }
  .section--gallery-mobile-only .gallery--mobile{
    margin-top:0;
  }
  .gallery-img.gallery-img--mobile-full{
    height:auto;
    width:100%;
    max-height:none;
    object-fit:contain;
    object-position:center;
  }
  .gallery{ grid-template-columns: 1fr; }
  .flame-bg{ height: clamp(54px, 10vh, 90px); opacity:.45; }
  .row .v{
    white-space:normal;
    text-align:right;
  }
  body{
    background: var(--bg);
    background-image: none;
  }
}

