/* GreenCore protocol pages: restrained, page-specific editorial experiences. */

body.protocol-experience{
  --pe-bg:#020707;
  --pe-surface:#07110f;
  --pe-surface-soft:#0a1714;
  --pe-ink:#f3f7f5;
  --pe-muted:#98a7a1;
  --pe-dim:#687771;
  --pe-line:rgba(219,246,236,.12);
  --pe-green:#69dfb1;
  --pe-green-soft:#a5eed0;
  --page-accent:#69dfb1;
  --page-accent-2:#9be8cf;
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  overflow-x:clip;
  color:var(--pe-ink);
  background:var(--pe-bg);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Arial,sans-serif;
  line-height:1.55;
}

body.protocol-experience::before{content:none!important;display:none!important}
body.protocol-experience *,body.protocol-experience *::before,body.protocol-experience *::after{box-sizing:border-box}
body.protocol-experience main{position:relative;z-index:2;width:100%;overflow:hidden}
body.protocol-experience a{color:inherit;text-decoration:none}
body.protocol-experience button,body.protocol-experience input{font:inherit}
body.protocol-experience button{letter-spacing:0}
body.protocol-experience img{max-width:100%}
body.protocol-experience [hidden]{display:none!important}

.protocol-floating-lines{
  position:fixed;
  inset:72px 0 0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
  background:#050c0a;
}
.protocol-floating-lines canvas{display:block;width:100%!important;height:100%!important;opacity:1;filter:brightness(1.1) saturate(1.04)}
body.protocol-experience>header,
body.protocol-experience>footer{position:relative;z-index:2}

.protocol-shell,
.protocol-experience .protocol-nav .wrap,
.protocol-footer-inner{
  width:min(1180px,calc(100% - 64px));
  margin-inline:auto;
}

/* Shared navigation */
.protocol-experience .protocol-nav,
body.protocol-experience>nav.protocol-nav{
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
  min-height:72px;
  overflow:visible!important;
  pointer-events:auto!important;
  background:rgba(2,8,8,.94)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px) saturate(115%);
}

.protocol-experience .protocol-nav .wrap{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.protocol-experience .protocol-brand{
  min-width:174px;
  display:flex;
  align-items:center;
  gap:12px;
}

.protocol-experience .protocol-brand::before,
.protocol-experience .protocol-brand::after{content:none!important;display:none!important}

.protocol-experience .protocol-brand img{
  width:34px;
  height:42px;
  object-fit:contain;
  filter:none;
}

.protocol-experience .protocol-brand span{display:grid;gap:1px}
.protocol-experience .protocol-brand b{font-size:13px;line-height:1.1;letter-spacing:0}
.protocol-experience .protocol-brand small{color:#81908a;font-size:8px;line-height:1.2;text-transform:uppercase}

.protocol-experience .protocol-nav .links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:29px;
}

.protocol-experience .protocol-nav .links a{
  position:relative;
  padding:26px 0 24px;
  color:#c2cec9;
  font-size:13px;
  font-weight:720;
  white-space:nowrap;
  transition:color .22s ease;
}

.protocol-experience .protocol-nav .links a:hover,
.protocol-experience .protocol-nav .links a[aria-current="page"]{color:#fff}
.protocol-experience .protocol-nav .links a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:17px;
  height:2px;
  background:var(--page-accent);
}

/* Shared typography and section rhythm */
.protocol-kicker{
  display:block;
  margin:0 0 24px;
  color:var(--page-accent);
  font-size:11px;
  font-weight:780;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:0;
}

.protocol-kicker::before{content:none!important;display:none!important}

.protocol-hero{
  position:relative;
  min-height:660px;
  height:calc(100svh - 72px);
  max-height:820px;
  overflow:hidden;
  border:0!important;
  isolation:isolate;
}

.protocol-hero .protocol-shell{
  position:relative;
  z-index:4;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:72px 0 84px;
}

.protocol-hero h1{
  width:100%;
  max-width:860px;
  margin:0;
  color:#f6faf8;
  font-size:72px;
  font-weight:710;
  line-height:1.02;
  letter-spacing:0;
  overflow-wrap:normal;
}

.protocol-hero h1 span{color:var(--page-accent)}
.protocol-hero .protocol-lead{
  max-width:660px;
  margin:28px 0 0;
  color:#abb8b3;
  font-size:18px;
  line-height:1.65;
}

.protocol-hero-rule{display:none!important}

.protocol-band{
  position:relative;
  padding:126px 0;
  background:rgba(3,9,8,.95);
  border:0!important;
}

.protocol-section-head{max-width:780px;margin:0 0 70px}
.protocol-section-head h2{
  max-width:760px;
  margin:0;
  color:#f2f7f5;
  font-size:50px;
  font-weight:680;
  line-height:1.08;
  letter-spacing:0;
}
.protocol-section-head p{max-width:700px;margin:22px 0 0;color:var(--pe-muted);font-size:16px;line-height:1.72}

[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}
[data-reveal].is-visible{opacity:1;transform:none}

.authority-ledger{width:100%;margin-top:56px}
.authority-row{
  display:grid;
  grid-template-columns:minmax(180px,.8fr) minmax(320px,1.5fr) minmax(130px,.55fr);
  gap:38px;
  align-items:start;
  padding:28px 0;
  border-top:1px solid var(--pe-line);
}
.authority-row:last-child{border-bottom:1px solid var(--pe-line)}
.authority-row b{font-size:18px;letter-spacing:0}
.authority-row p{margin:0;color:var(--pe-muted);line-height:1.65}
.authority-row span{justify-self:end;color:var(--page-accent);font-size:11px;font-weight:760;text-transform:uppercase;text-align:right}

.protocol-footer{padding:72px 0 38px;background:rgba(2,6,6,.96);border-top:1px solid rgba(255,255,255,.07)}
.protocol-footer-inner{display:flex;justify-content:space-between;gap:44px;color:#7e8d87;font-size:12px;line-height:1.8}
.protocol-footer-inner strong{display:block;margin-bottom:8px;color:#d5dfdb;font-size:14px}
.protocol-footer-links{display:flex;align-items:flex-start;gap:24px}
.protocol-footer-links a{color:#9ba9a4;transition:color .2s ease}
.protocol-footer-links a:hover{color:#fff}

/* Governance: editorial lifecycle and a focused voting surface. */
.protocol-governance{--page-accent:#6de0b4;--page-accent-2:#9ce8cf}
.governance-hero{
  background:linear-gradient(112deg,rgba(7,23,17,.92) 0%,rgba(3,9,9,.64) 51%,rgba(7,16,24,.7) 100%)!important;
}
.governance-hero::before,
.governance-hero::after{content:none!important;display:none!important}
.governance-hero h1,.governance-hero .protocol-lead{max-width:760px}
.governance-hero .governance-readout{
  display:grid;
  grid-template-columns:repeat(3,minmax(120px,160px));
  gap:42px;
  width:max-content;
  max-width:100%;
  margin-top:54px;
  border:0;
}
.governance-readout div,.governance-readout div+div{padding:0;border:0}
.governance-readout small{display:block;color:#71817b;font-size:9px;font-weight:760;text-transform:uppercase}
.governance-readout b{display:block;margin-top:7px;color:#e7eeeb;font-size:15px;letter-spacing:0}

.governance-hero-index{
  position:absolute;
  right:0;
  top:50%;
  width:310px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  color:#bdcac5;
  transform:translateY(-50%);
}
.governance-hero-index strong{font-size:72px;font-weight:300;line-height:1;letter-spacing:0}
.governance-hero-index i{height:1px;background:rgba(105,223,177,.55)}
.governance-hero-index span{grid-column:1/-1;justify-self:center;color:#64736d;font-size:10px;text-transform:uppercase}

.governance-story{
  --gov-progress:.16;
  position:relative;
  isolation:isolate;
  width:min(1180px,calc(100% - 64px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:100px;
  padding:132px 0 116px;
}
.governance-story::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  background:rgba(3,9,8,.92);
  transform:translateX(-50%);
}
.governance-story-copy{position:sticky;top:118px;align-self:start}
.governance-story-copy h2{margin:0;font-size:48px;font-weight:660;line-height:1.1;letter-spacing:0}
.governance-story-copy p{margin:24px 0 0;color:var(--pe-muted);font-size:16px;line-height:1.72}
.governance-progress{display:none!important}
.governance-timeline{min-width:0}
.governance-stage{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:28px;
  min-height:260px;
  padding:44px 0 54px;
  border-top:1px solid var(--pe-line);
  background:none!important;
  transition:color .25s ease,opacity .25s ease;
}
.governance-stage:last-child{border-bottom:1px solid var(--pe-line)}
.governance-stage>span{color:#53615c;font-size:46px;font-weight:320;line-height:1}
.governance-stage h3{margin:0;color:#cad4d0;font-size:30px;font-weight:640;line-height:1.15;letter-spacing:0}
.governance-stage p{max-width:600px;margin:16px 0 0;color:#82918b;font-size:15px;line-height:1.7}
.governance-stage ul{display:flex;flex-wrap:wrap;gap:20px;margin:24px 0 0;padding:0;list-style:none;color:#899791;font-size:12px}
.governance-stage li::before{content:"/";margin-right:8px;color:var(--page-accent)}
.governance-stage.is-active>span,.governance-stage.is-active h3{color:var(--page-accent)}
.governance-stage.is-active p{color:#b7c4bf}

.governance-vote-band{background:rgba(7,17,15,.92)}
.vote-console{display:grid;grid-template-columns:300px minmax(0,1fr);gap:70px;align-items:start}
.vote-proposals{display:grid;gap:0}
.vote-proposals>span{display:block;padding:0 0 18px;color:#65746f;font-size:10px;font-weight:760;text-transform:uppercase}
.vote-proposal{
  width:100%;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:center;
  padding:22px 0;
  color:#85938e;
  text-align:left;
  border:0;
  border-top:1px solid var(--pe-line);
  border-radius:0;
  background:none;
  cursor:pointer;
  transition:color .22s ease,padding-left .22s ease;
}
.vote-proposal:last-child{border-bottom:1px solid var(--pe-line)}
.vote-proposal em{color:#5d6c66;font-size:10px;font-style:normal}
.vote-proposal b{font-size:15px;letter-spacing:0}
.vote-proposal:hover,.vote-proposal[aria-selected="true"]{padding-left:10px;color:#fff}
.vote-proposal[aria-selected="true"] em{color:var(--page-accent)}
.vote-detail{min-height:420px;padding:50px;background:#0a1714;border:0;border-radius:6px;box-shadow:none}
.vote-detail-kicker{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}
.vote-detail h3{margin:20px 0 14px;font-size:34px;font-weight:650;letter-spacing:0}
.vote-detail>p{max-width:620px;margin:0;color:var(--pe-muted);line-height:1.7}
.vote-bars{display:grid;gap:20px;margin-top:46px}
.vote-row{display:grid;grid-template-columns:76px minmax(0,1fr) 48px;gap:16px;align-items:center;color:#b8c4bf;font-size:12px}
.vote-row strong{text-align:right}
.vote-track{height:6px;overflow:hidden;background:rgba(255,255,255,.08)}
.vote-track i{display:block;width:var(--vote,0%);height:100%;background:var(--tone);transition:width .72s cubic-bezier(.2,.7,.2,1)}
.vote-note{margin-top:34px;color:#596761;font-size:10px}

/* Tokenomics: numbers, allocation rows, and explicit uncertainty. */
.protocol-tokenomics{--page-accent:#65d9b2;--page-accent-2:#a4e6d0}
.tokenomics-hero{background:linear-gradient(116deg,rgba(4,10,9,.88) 0%,rgba(7,24,18,.68) 58%,rgba(5,9,11,.74) 100%)!important}
.tokenomics-hero::before,.tokenomics-hero::after{content:none!important;display:none!important}
.tokenomics-hero h1,.tokenomics-hero .protocol-lead{max-width:760px}
.token-live-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(140px,190px));
  gap:46px;
  margin-top:56px;
}
.token-live-strip div{padding:0!important;border:0!important;background:none!important}
.token-live-strip small{display:block;color:#71817b;font-size:9px;font-weight:760;text-transform:uppercase}
.token-live-strip b{display:block;margin-top:8px;color:#edf4f1;font-size:22px;font-weight:650;letter-spacing:0}
.token-live-strip div:nth-child(2) b,.token-live-strip div:nth-child(3) b{color:var(--page-accent)}

.token-observatory{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:100px;align-items:start}
.token-disc-wrap{position:sticky;top:120px;min-height:420px;display:flex;align-items:center}
.token-disc{width:100%;height:auto;aspect-ratio:auto;border:0;border-radius:0;background:none;box-shadow:none}
.token-disc::before,.token-disc::after{content:none!important;display:none!important}
.token-disc-core{position:static;width:auto;height:auto;border:0;border-radius:0;background:none;box-shadow:none;text-align:left}
.token-disc-core small{display:block;color:#687871;font-size:10px;font-weight:760;text-transform:uppercase}
.token-disc-core strong{display:block;margin-top:14px;color:var(--page-accent);font-size:116px;font-weight:330;line-height:.9;letter-spacing:0}
.token-disc-core span{display:block;margin-top:22px;color:#e8efec;font-size:28px;font-weight:620}
.token-allocation-list{display:grid}
.token-slice{
  --slice:var(--page-accent)!important;
  display:grid;
  grid-template-columns:12px minmax(0,1fr) 58px;
  gap:18px;
  align-items:center;
  width:100%;
  padding:22px 0;
  color:#98a7a1;
  text-align:left;
  border:0;
  border-top:1px solid var(--pe-line);
  border-radius:0;
  background:none!important;
  cursor:pointer;
  transition:color .22s ease,padding-left .22s ease;
}
.token-slice:last-child{border-bottom:1px solid var(--pe-line)}
.token-slice i{width:7px;height:7px;border-radius:50%;background:var(--page-accent);opacity:.55}
.token-slice b{font-size:16px;letter-spacing:0}
.token-slice>span{justify-self:end;color:#6d7c76;font-size:13px}
.token-slice:hover,.token-slice[aria-selected="true"]{padding-left:10px;color:#fff}
.token-slice[aria-selected="true"] i{opacity:1;box-shadow:0 0 12px rgba(105,223,177,.55)}
.token-slice[aria-selected="true"]>span{color:var(--page-accent)}
.token-slice-detail{min-height:70px;padding:26px 0 0;color:#84938d;font-size:14px;line-height:1.7}

.token-risk-band{background:rgba(7,16,15,.92)}
.token-risk-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:80px;align-items:center}
.token-risk-axis{min-height:430px;display:flex;align-items:center;padding:20px 0;background:none!important;border:0!important}
.token-risk-curve{width:100%;height:330px;overflow:visible}
.token-risk-curve path{fill:none!important;stroke:var(--page-accent)!important;stroke-width:2!important;opacity:.26}
.token-risk-curve path:nth-child(2){opacity:.52}
.token-risk-curve path:nth-child(3){opacity:.9}
.token-risk-copy h3{margin:0;font-size:30px;font-weight:650;letter-spacing:0}
.token-risk-copy>p{margin:18px 0 0;color:var(--pe-muted);line-height:1.72}
.token-risk-copy dl{margin:38px 0 0}
.token-risk-copy dl div{display:grid;grid-template-columns:1fr 1fr;gap:26px;padding:14px 0;border-top:1px solid var(--pe-line)}
.token-risk-copy dl div:last-child{border-bottom:1px solid var(--pe-line)}
.token-risk-copy dt{color:#7d8d86}.token-risk-copy dd{margin:0;color:#d4ded9;text-align:right}
.token-utility-band{background:rgba(3,8,7,.94)}

/* Allocation: one operational console supported by a clear route. */
.protocol-allocation{--page-accent:#6be1b6;--page-accent-2:#a3ead1}
.allocation-protocol-hero{
  min-height:calc(100svh - 72px);
  height:auto;
  max-height:none;
  background:linear-gradient(116deg,rgba(3,9,9,.96) 0%,rgba(7,22,17,.7) 55%,rgba(5,10,13,.84) 100%)!important;
}
.allocation-protocol-hero::before,.allocation-protocol-hero::after{content:none!important;display:none!important}
.allocation-hero-layout{
  min-height:calc(100svh - 72px);
  height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);
  gap:clamp(48px,6vw,92px);
  align-items:center!important;
  padding:76px 0!important;
}
.allocation-hero-copy{min-width:0}
.allocation-protocol-hero h1{max-width:570px;font-size:50px}
.allocation-protocol-hero .protocol-lead{max-width:560px}
.allocation-route-visual{
  position:static;
  width:100%;
  display:grid;
  grid-template-columns:1fr 44px 1fr 44px 1fr 44px 1fr;
  align-items:center;
  transform:none;
}
.allocation-route-visual>div{min-width:0}
.allocation-route-visual small{display:block;color:var(--page-accent);font-size:10px;font-weight:760}
.allocation-route-visual b{display:block;margin-top:8px;color:#edf4f1;font-size:18px;letter-spacing:0}
.allocation-route-visual span{display:block;margin-top:4px;color:#71817b;font-size:11px;overflow-wrap:anywhere}
.allocation-route-visual i{position:relative;justify-self:center;width:22px;height:1px;background:rgba(105,223,177,.48)}
.allocation-route-visual i::after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-top:1px solid var(--page-accent);border-right:1px solid var(--page-accent);transform:rotate(45deg)}
.allocation-hero-stats{display:flex;flex-wrap:wrap;gap:38px;margin-top:52px}
.allocation-hero-stats .metric{padding:0!important;border:0!important;background:none!important;box-shadow:none!important}
.allocation-hero-stats .metric::before,.allocation-hero-stats .metric::after{content:none!important;display:none!important}
.allocation-hero-stats .metric+.metric{padding-left:0!important;border:0!important}
.allocation-hero-stats .metric>span{display:block;color:#8de4c1!important;font-size:10px!important;font-weight:780;text-transform:uppercase}
.allocation-hero-stats .metric b{display:flex;align-items:baseline;gap:6px;margin-top:7px;color:#edf4f1;font-size:26px!important;line-height:1;letter-spacing:0}
.allocation-hero-stats .metric:first-child b,.allocation-hero-stats .metric:nth-child(2) b{color:var(--page-accent)}
.allocation-hero-stats .metric small{color:#8b9a94;font-size:11px!important}

.allocation-hero-console{width:100%;align-self:center}
.settlement-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(52px,7vw,104px);align-items:center}
.settlement-map h2{margin:0;font-size:42px;font-weight:650;line-height:1.1;letter-spacing:0}
.settlement-map>p{margin:22px 0 0;color:var(--pe-muted);line-height:1.72}
.settlement-steps{margin-top:46px;counter-reset:settlement}
.settlement-step{counter-increment:settlement;display:grid;grid-template-columns:42px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--pe-line)}
.settlement-step:last-child{border-bottom:1px solid var(--pe-line)}
.settlement-step::before{content:"0" counter(settlement);color:var(--page-accent);font-size:11px;font-weight:760}
.settlement-step b{display:block;font-size:15px;letter-spacing:0}
.settlement-step span{grid-column:2;color:#778780;font-size:12px;line-height:1.55}

.settlement-console{overflow:hidden;padding:0!important;background:rgba(6,17,14,.94);border:1px solid rgba(151,234,202,.2);border-radius:8px;box-shadow:0 34px 100px rgba(0,0,0,.34)}
.settlement-console-header{display:flex;justify-content:space-between;gap:24px;padding:18px 24px;color:#899991;font-size:10px;font-weight:760;text-transform:uppercase;border-bottom:1px solid var(--pe-line)}
.console-state{display:inline-flex;align-items:center;gap:8px;color:#a6b6af}
.console-state i{width:6px;height:6px;border-radius:50%;background:var(--page-accent);box-shadow:0 0 12px rgba(107,225,182,.7)}
.network-selector{display:flex;flex-wrap:wrap;gap:8px;padding:20px 24px;border-bottom:1px solid var(--pe-line)}
.chain-button{min-height:38px;padding:0 15px;color:#91a098;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#07110f;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}
.chain-button:hover,.chain-button.active{color:#04100c;border-color:var(--page-accent);background:var(--page-accent)}
.settlement-body{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:32px;padding:30px}
.chain-card{min-width:0;padding:0!important;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.chain-card>span{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}
.chain-card h2{margin:12px 0 12px;font-size:34px;font-weight:650;letter-spacing:0}
.chain-card .hint{margin:0;color:#87968f;font-size:13px;line-height:1.65}
.address-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:28px;padding:10px 10px 10px 16px;background:#040b0a;border:1px solid rgba(255,255,255,.1);border-radius:4px}
.address{min-width:0;align-self:center;color:#d5dfda;font-family:"SFMono-Regular",Consolas,monospace;font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.copy{min-height:38px;padding:0 16px;color:#06110d;border:0;border-radius:3px;background:var(--page-accent);font-size:12px;font-weight:760;cursor:pointer}
.status{min-height:20px;margin-top:8px;color:var(--page-accent);font-size:11px}
.warning{margin-top:22px;color:#8e9c96;font-size:11px;line-height:1.6}
.qr-card{display:flex;min-width:0;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:16px;background:#edf5f1;border-radius:5px;color:#07110e}
.qr-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px;font-size:9px;font-weight:780;text-transform:uppercase}
.qr-card-head small{color:#4a5b54;font-size:8px;text-align:right}
.qr-card img{width:100%;height:auto;display:block;background:#fff}
.qr-card p{margin:12px 0 0;color:#506059;font-size:9px;line-height:1.45}
.allocation-process-band{background:rgba(3,9,8,.95)}
.allocation-route-panel{min-width:0}
.allocation-route-panel>p{max-width:620px;margin:34px 0 0;color:var(--pe-muted);font-size:13px;line-height:1.7}

.allocation-chart-band{background:rgba(7,16,15,.94)}
.allocation-chart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:72px;align-items:center}
.allocation-stack{height:102px;display:flex;align-items:stretch;gap:3px;padding:0;border:0;background:#030807}
.allocation-stack button{position:relative;flex:var(--share);min-width:18px;border:0;border-radius:0;background:#4d7869;cursor:pointer;transition:background .22s ease,transform .22s ease}
.allocation-stack button:nth-child(1){background:#64d9b0}.allocation-stack button:nth-child(2){background:#78a99a}.allocation-stack button:nth-child(3){background:#548173}.allocation-stack button:nth-child(4){background:#8ca49c}.allocation-stack button:nth-child(5){background:#3d6b5e}.allocation-stack button:nth-child(6){background:#b0c2bc}
.allocation-stack button:hover,.allocation-stack button[aria-selected="true"]{filter:none;transform:translateY(-6px);background:var(--page-accent)}
.allocation-stack button span{position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);color:#74837d;font-size:9px;white-space:nowrap}
.allocation-chart-detail{min-height:250px;padding-left:36px;border-left:1px solid var(--pe-line)}
.allocation-chart-detail small{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}
.allocation-chart-detail strong{display:block;margin-top:12px;font-size:70px;font-weight:350;line-height:1;letter-spacing:0}
.allocation-chart-detail h3{margin:24px 0 10px;font-size:24px;font-weight:640;letter-spacing:0}
.allocation-chart-detail p{margin:0;color:var(--pe-muted);line-height:1.7}

/* Ecosystem: an explicit five-layer stack instead of floating nodes. */
.protocol-ecosystem{--page-accent:#6ce0b3;--page-accent-2:#a4e8d0}
.ecosystem-protocol-hero{background:linear-gradient(112deg,rgba(6,21,16,.88) 0%,rgba(3,9,9,.6) 50%,rgba(7,16,24,.72) 100%)!important}
.ecosystem-protocol-hero::before,.ecosystem-protocol-hero::after{content:none!important;display:none!important}
.ecosystem-protocol-hero .protocol-shell{pointer-events:none}
.ecosystem-protocol-hero .protocol-shell>*{pointer-events:auto}
.ecosystem-hero-copy{position:relative;z-index:5;max-width:600px}
.ecosystem-hero-copy h1{max-width:600px;font-size:68px}
.ecosystem-hero-copy .protocol-lead{max-width:540px}
.ecosystem-stack{
  position:absolute;
  z-index:4;
  top:50%;
  right:max(32px,calc((100vw - 1180px)/2));
  width:min(480px,40vw);
  display:grid;
  gap:7px;
  transform:translateY(-50%);
}
.ecosystem-stack svg{display:none!important}
.ecosystem-stack .eco-node,.ecosystem-stack .eco-core{
  position:static!important;
  width:100%!important;
  min-height:74px!important;
  display:grid!important;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:15px 20px!important;
  color:#a7b5af!important;
  text-align:left!important;
  border:0!important;
  border-radius:2px!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:none!important;
  transform:none!important;
  cursor:pointer;
  transition:background .22s ease,color .22s ease,transform .22s ease!important;
}
.ecosystem-stack .eco-node:nth-child(2){margin-left:18px;width:calc(100% - 18px)!important}
.ecosystem-stack .eco-node:nth-child(3){margin-left:36px;width:calc(100% - 36px)!important}
.ecosystem-stack .eco-node:nth-child(4){margin-left:54px;width:calc(100% - 54px)!important}
.ecosystem-stack .eco-core{margin-left:72px;width:calc(100% - 72px)!important;background:rgba(105,223,177,.13)!important}
.ecosystem-stack button:hover,.ecosystem-stack button[aria-selected="true"]{color:#fff!important;background:rgba(105,223,177,.22)!important;transform:translateX(-8px)!important}
.ecosystem-stack img{display:none!important}
.ecosystem-stack span{display:grid;gap:4px}
.ecosystem-stack small{color:var(--page-accent);font-size:9px;font-weight:760;text-transform:uppercase}
.ecosystem-stack b{font-size:17px;letter-spacing:0}
.ecosystem-stack em{color:#71817b;font-size:10px;font-style:normal;text-align:right}

.ecosystem-inspector{display:grid;grid-template-columns:250px minmax(0,1fr);gap:90px;align-items:start}
.ecosystem-layer-nav{position:sticky;top:112px;display:grid}
.layer-button{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  width:100%;
  padding:19px 0;
  color:#7d8d86;
  text-align:left;
  border:0;
  border-top:1px solid var(--pe-line);
  border-radius:0;
  background:none!important;
  cursor:pointer;
  transition:color .22s ease,padding-left .22s ease;
}
.layer-button:last-child{border-bottom:1px solid var(--pe-line)}
.layer-button img{display:none}
.layer-button b{font-size:14px;letter-spacing:0}.layer-button span{color:#596861;font-size:10px}
.layer-button:hover,.layer-button[aria-selected="true"]{padding-left:10px;color:#fff}
.layer-button[aria-selected="true"] span{color:var(--page-accent)}
.ecosystem-layer-view{min-height:500px;padding:0}
.ecosystem-layer-view>small{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}
.ecosystem-layer-view h2{max-width:720px;margin:18px 0 18px;font-size:52px;font-weight:660;line-height:1.08;letter-spacing:0}
.ecosystem-layer-view>p{max-width:700px;margin:0;color:var(--pe-muted);font-size:16px;line-height:1.72}
.layer-capabilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:70px}
.layer-capabilities>div{padding:22px 0 0;border-top:1px solid var(--pe-line);background:none!important}
.layer-capabilities b{font-size:15px;letter-spacing:0}
.layer-capabilities p{margin:12px 0 0;color:#74837d;font-size:12px;line-height:1.65}

.ecosystem-route-band{background:rgba(7,16,15,.94)}
.route-ledger{display:grid;margin-top:28px}
.route-row{
  display:grid;
  grid-template-columns:130px minmax(0,1fr) 110px;
  gap:34px;
  align-items:center;
  min-width:0;
  padding:26px 0;
  border-top:1px solid var(--pe-line);
}
.route-row:last-child{border-bottom:1px solid var(--pe-line)}
.route-row>span{color:#6d7c76;font-size:10px;font-weight:760;text-transform:uppercase}
.route-row>b{color:var(--page-accent);font-size:10px;text-transform:uppercase;text-align:right}
.route-path{min-width:0;display:grid;grid-template-columns:auto minmax(28px,1fr) auto minmax(28px,1fr) auto;gap:12px;align-items:center}
.route-path b{font-size:14px;letter-spacing:0;white-space:nowrap}
.route-path i{position:relative;width:100%;height:1px;background:rgba(105,223,177,.42)}
.route-path i::after{content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid var(--page-accent);border-right:1px solid var(--page-accent);transform:rotate(45deg)}

/* Documents: a functional knowledge index with one clear reading surface. */
.protocol-documents{--page-accent:#79dcb8;--page-accent-2:#a6e8d0}
.documents-command{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  padding:82px 0 72px;
  overflow:hidden;
  background:linear-gradient(114deg,rgba(6,20,15,.88) 0%,rgba(5,11,11,.64) 56%,rgba(8,16,24,.72) 100%)!important;
  border:0!important;
}
.documents-command::before,.documents-command::after{content:none!important;display:none!important}
.documents-command h1{margin:0;font-size:64px;font-weight:680;line-height:1;letter-spacing:0}
.documents-command p{max-width:650px;margin:20px 0 0;color:var(--pe-muted);font-size:16px;line-height:1.7}
.document-search{width:min(680px,100%);min-height:58px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:40px;padding:0 18px;background:#0b1714;border:1px solid rgba(255,255,255,.14);border-radius:5px}
.document-search svg{width:20px;stroke:#8da099}.document-search input{min-width:0;color:#f3f7f5;border:0;outline:0;background:transparent}.document-search input::placeholder{color:#66766f}.document-search span{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}

.knowledge-layout{width:min(1440px,100%);margin-inline:auto;display:grid;grid-template-columns:220px minmax(0,1fr) 300px;background:#030807}
.knowledge-sidebar,.knowledge-focus{position:sticky;top:72px;align-self:start;height:calc(100svh - 72px);padding:42px 24px;background:#050c0a;border:0}
.knowledge-sidebar>span,.knowledge-focus>span{display:block;margin-bottom:24px;color:#65746e;font-size:10px;font-weight:760;text-transform:uppercase}
.knowledge-filter{width:100%;display:flex;justify-content:space-between;gap:12px;padding:13px 0;color:#7f8e88;text-align:left;border:0;border-left:2px solid transparent;background:none;cursor:pointer;transition:color .2s ease,padding-left .2s ease}
.knowledge-filter span{color:#596861;font-size:10px}.knowledge-filter:hover,.knowledge-filter[aria-selected="true"]{padding-left:12px;color:#fff;border-left-color:var(--page-accent);background:none}
.knowledge-library{min-height:900px;padding:54px 44px 100px;background:#08110f}
.knowledge-library-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}
.knowledge-library-head h2{margin:0;font-size:36px;font-weight:650;letter-spacing:0}.knowledge-library-head span{color:#687871;font-size:12px}
.document-list{display:grid}
.document-entry{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  width:100%;
  min-height:112px;
  padding:22px 0;
  color:#98a6a0;
  text-align:left;
  border:0;
  border-top:1px solid var(--pe-line);
  border-radius:0;
  background:none!important;
  cursor:pointer;
  transition:color .2s ease,padding-left .2s ease;
}
.document-entry:last-child{border-bottom:1px solid var(--pe-line)}
.document-entry>img{display:none}
.document-entry>span:nth-of-type(1){min-width:0;display:grid;gap:5px}
.document-entry small{color:var(--page-accent);font-size:9px;font-weight:760;text-transform:uppercase}
.document-entry b{color:#dce5e1;font-size:16px;letter-spacing:0}.document-entry p{margin:0;color:#71817a;font-size:12px;line-height:1.5}
.document-entry>span:last-child{color:#65756e;font-size:10px;text-transform:uppercase;white-space:nowrap}
.document-entry:hover,.document-entry[aria-selected="true"]{padding-left:12px;color:#fff;background:none!important}
.document-entry[aria-selected="true"] b{color:var(--page-accent)}
.document-empty{display:none;padding:40px 0;color:#7b8a84}.document-empty.is-visible{display:block}
.knowledge-focus{padding:42px 28px;background:#040a09}
.knowledge-focus>img{display:none!important}
.knowledge-focus h3{margin:0;font-size:25px;font-weight:650;line-height:1.2;letter-spacing:0}.knowledge-focus p{color:#7f8e88;font-size:13px;line-height:1.7}
.knowledge-focus dl{margin:28px 0 0;border-top:1px solid var(--pe-line)}
.knowledge-focus dl div{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--pe-line);font-size:11px}.knowledge-focus dt{color:#65746e}.knowledge-focus dd{margin:0;color:#d4ded9;text-align:right}
.knowledge-focus a{display:flex;justify-content:center;align-items:center;min-height:44px;margin-top:26px;color:#06100c;background:var(--page-accent);border:0;border-radius:4px;font-size:12px;font-weight:760}
.knowledge-focus a[aria-disabled="true"]{pointer-events:none;color:#65736e;background:#111a17}

/* Compliance: a purposeful evidence timeline, not a card grid. */
.protocol-compliance{--page-accent:#78dfb6;--page-accent-2:#ade8d1}
.compliance-protocol-hero{background:linear-gradient(116deg,rgba(7,21,15,.88) 0%,rgba(3,9,8,.62) 56%,rgba(10,16,13,.78) 100%)!important}
.compliance-protocol-hero::before,.compliance-protocol-hero::after{content:none!important;display:none!important}
.compliance-protocol-hero h1,.compliance-protocol-hero .protocol-lead{max-width:780px}
.compliance-posture{display:grid;grid-template-columns:repeat(3,minmax(120px,170px));gap:42px;width:max-content;max-width:100%;margin-top:54px;border:0}
.compliance-posture div,.compliance-posture div+div{padding:0;border:0}
.compliance-posture small{display:block;color:#71817b;font-size:9px;font-weight:760;text-transform:uppercase}.compliance-posture b{display:block;margin-top:7px;font-size:15px;letter-spacing:0}
.compliance-journey{display:grid;grid-template-columns:320px minmax(0,1fr);gap:100px}
.compliance-journey-intro{position:sticky;top:118px;align-self:start}.compliance-journey-intro h2{margin:0;font-size:46px;font-weight:650;line-height:1.1;letter-spacing:0}.compliance-journey-intro p{margin:22px 0 0;color:var(--pe-muted);line-height:1.72}
.compliance-meter{height:3px;margin-top:36px;background:rgba(255,255,255,.08)}.compliance-meter i{display:block;width:100%;height:100%;transform:scaleX(var(--compliance-progress,.08));transform-origin:left;background:var(--page-accent);transition:transform .5s ease}
.compliance-timeline{position:relative;padding-left:56px}
.compliance-timeline::before{content:"";position:absolute;left:15px;top:17px;bottom:17px;width:1px;background:rgba(120,223,182,.2)}
.compliance-stage{position:relative;min-height:230px;padding:0 0 52px;border:0;border-bottom:1px solid var(--pe-line);background:none!important}
.compliance-stage+.compliance-stage{padding-top:52px}
.compliance-stage::before{content:"";position:absolute;left:-56px;top:0;width:31px;height:31px;border:1px solid rgba(120,223,182,.36);border-radius:50%;background:#06110e;box-shadow:none;transform:none}
.compliance-stage::after{content:attr(data-step);position:absolute;left:-56px;top:0;width:31px;height:31px;display:grid;place-items:center;color:#75857e;font-size:9px;font-weight:760;z-index:2}
.compliance-stage+.compliance-stage::before,.compliance-stage+.compliance-stage::after{top:52px}
.compliance-stage.is-active::before{border-color:var(--page-accent);background:rgba(120,223,182,.16);box-shadow:0 0 18px rgba(120,223,182,.18)}
.compliance-stage.is-active::after{color:#fff}
.compliance-stage small{color:var(--page-accent);font-size:9px;font-weight:760;text-transform:uppercase}.compliance-stage h3{margin:12px 0 14px;font-size:29px;font-weight:640;letter-spacing:0}.compliance-stage p{max-width:660px;margin:0;color:var(--pe-muted);line-height:1.72}
.compliance-stage ul{display:flex;flex-wrap:wrap;gap:18px;margin:24px 0 0;padding:0;list-style:none;color:#aab7b2;font-size:12px}.compliance-stage li::before{content:"/";margin-right:8px;color:var(--page-accent)}

.compliance-verification-band{background:rgba(7,17,15,.94)}
.verification-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:24px;border-top:1px solid var(--pe-line)}
.verification-node{min-height:190px;padding:28px 28px 28px 0;color:#809089;text-align:left;border:0;border-bottom:1px solid var(--pe-line);border-radius:0;background:none!important;cursor:pointer;transition:color .22s ease,transform .22s ease}
.verification-node+.verification-node{padding-left:28px}.verification-node span{display:block;color:#617169;font-size:10px;font-weight:760}.verification-node b{display:block;margin-top:24px;color:#d4dfda;font-size:20px;letter-spacing:0}.verification-node p{margin:12px 0 0;font-size:12px;line-height:1.6}
.verification-node:hover,.verification-node[aria-selected="true"]{color:#b8c4bf;transform:translateY(-4px);background:none!important}.verification-node[aria-selected="true"] b{color:var(--page-accent)}
.verification-detail{max-width:740px;min-height:118px;padding:34px 0 0;background:none!important;border:0!important}.verification-detail small{color:var(--page-accent);font-size:10px;font-weight:760;text-transform:uppercase}.verification-detail p{margin:10px 0 0;color:#a9b6b1;line-height:1.7}
.compliance-evidence-band{background:rgba(3,8,7,.95)}
.evidence-ledger{display:grid;margin-top:30px}.evidence-row{display:grid;grid-template-columns:180px minmax(0,1fr) 160px;gap:40px;align-items:start;padding:26px 0;border-top:1px solid var(--pe-line)}.evidence-row:last-child{border-bottom:1px solid var(--pe-line)}.evidence-row span{color:#82918b}.evidence-row b{font-size:15px;line-height:1.55;letter-spacing:0}.evidence-row em{color:var(--page-accent);font-size:10px;font-style:normal;text-transform:uppercase;text-align:right}
.compliance-boundary{padding:96px 0;background:#0a1512}.compliance-boundary .protocol-section-head{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;max-width:none}.compliance-boundary .protocol-kicker{grid-column:1/-1;margin-bottom:-38px}.compliance-boundary h2{font-size:46px}.compliance-boundary p{margin:0}

/* Responsive redesigns */
@media (max-width:1100px){
  .protocol-shell,.protocol-experience .protocol-nav .wrap,.protocol-footer-inner{width:min(100% - 40px,1000px)}
  .protocol-hero h1{font-size:60px}
  .governance-hero-index{right:10px;width:250px;opacity:.72}.governance-hero-index strong{font-size:56px}
  .governance-story{width:min(100% - 40px,1000px);grid-template-columns:290px minmax(0,1fr);gap:64px}
  .allocation-route-visual{right:20px;width:45vw}
  .ecosystem-stack{right:20px;width:42vw}.ecosystem-hero-copy h1{font-size:58px}
  .settlement-layout{gap:50px}
  .knowledge-layout{grid-template-columns:190px minmax(0,1fr) 260px}.knowledge-library{padding-inline:30px}
}

@media (max-width:820px){
  .protocol-floating-lines{inset:64px 0 0}
  .protocol-shell,.protocol-experience .protocol-nav .wrap,.protocol-footer-inner{width:calc(100% - 32px)}
  .protocol-experience .protocol-nav .wrap{min-height:64px}
  .protocol-experience .protocol-nav,.protocol-experience>nav.protocol-nav{min-height:64px}
  .protocol-experience .protocol-brand{min-width:0}.protocol-experience .protocol-brand img{width:30px;height:36px}
  .protocol-experience .protocol-nav .links{display:none}
  .protocol-experience .protocol-nav .links.nav-menu-visible,
  .protocol-experience .protocol-nav.mobile-nav-open .links{
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:64px!important;
    z-index:1300!important;
    display:grid!important;
    gap:0!important;
    padding:10px!important;
    background:#07110f!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:6px!important;
    box-shadow:0 22px 60px rgba(0,0,0,.42)!important;
  }
  .protocol-experience .protocol-nav .links.nav-menu-visible a,
  .protocol-experience .protocol-nav.mobile-nav-open .links a{padding:15px 14px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
  .protocol-experience .protocol-nav .links a[aria-current="page"]::after{display:none}

  .protocol-hero{height:auto;min-height:650px;max-height:none}
  .protocol-hero .protocol-shell{min-height:650px;padding:82px 0 72px}
  .protocol-hero h1{font-size:50px}
  .protocol-hero .protocol-lead{font-size:16px}
  .protocol-band{padding:94px 0}
  .protocol-section-head{margin-bottom:54px}.protocol-section-head h2{font-size:40px}

  .governance-hero-index{display:none}
  .governance-story{width:calc(100% - 32px);display:block;padding:94px 0}
  .governance-story-copy{position:static;margin-bottom:54px}.governance-story-copy h2{font-size:40px}
  .governance-stage{grid-template-columns:64px minmax(0,1fr);min-height:0}.governance-stage>span{font-size:36px}
  .vote-console{grid-template-columns:1fr;gap:42px}.vote-proposals{grid-template-columns:repeat(3,minmax(0,1fr))}.vote-proposals>span{grid-column:1/-1}.vote-proposal{grid-template-columns:1fr;padding:18px 10px}.vote-proposal em{display:block}.vote-detail{padding:34px}
  .authority-row{grid-template-columns:1fr;gap:10px}.authority-row span{justify-self:start;text-align:left}

  .token-observatory{grid-template-columns:1fr;gap:58px}.token-disc-wrap{position:static;min-height:auto}.token-disc-core strong{font-size:92px}
  .token-risk-layout{grid-template-columns:1fr;gap:50px}.token-risk-axis{min-height:300px}.token-risk-curve{height:280px}

  .allocation-protocol-hero{min-height:auto}
  .allocation-hero-layout{min-height:auto!important;grid-template-columns:1fr;gap:52px;padding:68px 0 78px!important}
  .allocation-protocol-hero h1,.allocation-protocol-hero .protocol-lead{max-width:680px}
  .allocation-protocol-hero h1{font-size:52px}
  .allocation-hero-stats{margin-top:38px;gap:28px}
  .allocation-hero-console{max-width:720px}
  .allocation-route-visual{grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr}
  .allocation-route-visual small{font-size:9px}.allocation-route-visual b{font-size:15px}.allocation-route-visual span{font-size:9px}
  .settlement-layout{grid-template-columns:1fr;gap:58px}.settlement-body{grid-template-columns:minmax(0,1fr) 190px}.allocation-chart-layout{grid-template-columns:1fr;gap:76px}.allocation-chart-detail{min-height:0;padding:0;border:0}

  .ecosystem-protocol-hero .protocol-shell{justify-content:flex-start;min-height:500px;padding-top:74px}
  .ecosystem-hero-copy h1{font-size:50px}
  .ecosystem-stack{position:relative;right:auto;top:auto;width:calc(100% - 32px);margin:0 auto 72px;transform:none}
  .ecosystem-stack .eco-node:nth-child(n),.ecosystem-stack .eco-core{margin-left:0!important;width:100%!important}
  .ecosystem-inspector{grid-template-columns:1fr;gap:52px}.ecosystem-layer-nav{position:static;grid-template-columns:repeat(5,minmax(0,1fr));overflow:auto}.layer-button{grid-template-columns:1fr;padding:14px 10px;min-width:120px}.layer-button span{grid-row:1}.ecosystem-layer-view{min-height:0}.ecosystem-layer-view h2{font-size:42px}.layer-capabilities{gap:22px}
  .route-row{grid-template-columns:1fr;gap:16px}.route-row>b{text-align:left}.route-path{width:100%}

  .documents-command{min-height:390px}.documents-command h1{font-size:52px}.knowledge-layout{display:block}.knowledge-sidebar,.knowledge-focus{position:static;height:auto}.knowledge-sidebar{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:22px 16px}.knowledge-sidebar>span{display:none}.knowledge-filter{flex:0 0 auto;width:auto;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:999px}.knowledge-filter:hover,.knowledge-filter[aria-selected="true"]{padding-left:14px;border-color:var(--page-accent)}.knowledge-library{min-height:0;padding:46px 16px 70px}.knowledge-focus{padding:40px 16px 70px}

  .compliance-journey{grid-template-columns:1fr;gap:58px}.compliance-journey-intro{position:static}.compliance-timeline{padding-left:50px}.verification-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.verification-node:nth-child(3),.verification-node:nth-child(4){border-top:0}.evidence-row{grid-template-columns:1fr;gap:8px}.evidence-row em{text-align:left}.compliance-boundary .protocol-section-head{grid-template-columns:1fr;gap:20px}.compliance-boundary .protocol-kicker{grid-column:auto;margin-bottom:0}

  .protocol-footer-inner{display:grid}.protocol-footer-links{flex-wrap:wrap}
}

@media (max-width:560px){
  .protocol-shell,.protocol-experience .protocol-nav .wrap,.protocol-footer-inner{width:calc(100% - 28px)}
  .protocol-experience .protocol-brand b{font-size:12px}.protocol-experience .protocol-brand small{font-size:7px}
  .protocol-hero{min-height:570px}.protocol-hero .protocol-shell{min-height:570px;padding:60px 0 54px}.protocol-hero h1{font-size:40px;line-height:1.04}.protocol-hero .protocol-lead{margin-top:22px;font-size:15px}
  .protocol-kicker{margin-bottom:18px;font-size:9px}.protocol-band{padding:76px 0}.protocol-section-head h2{font-size:34px}.protocol-section-head p{font-size:14px}
  .governance-hero .governance-readout,.token-live-strip,.compliance-posture{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:42px}.governance-readout b,.compliance-posture b{font-size:12px}.token-live-strip b{font-size:16px}
  .governance-story{width:calc(100% - 28px);padding:76px 0}.governance-story-copy h2{font-size:34px}.governance-stage{grid-template-columns:46px minmax(0,1fr);gap:14px;padding:34px 0 40px}.governance-stage>span{font-size:28px}.governance-stage h3{font-size:24px}.governance-stage ul{gap:12px}.vote-proposals{grid-template-columns:1fr}.vote-proposals>span{grid-column:auto}.vote-proposal{grid-template-columns:54px 1fr;padding:16px 0}.vote-detail{min-height:0;padding:26px 20px}.vote-detail h3{font-size:28px}.vote-row{grid-template-columns:60px minmax(0,1fr) 40px;gap:10px}
  .token-disc-core strong{font-size:78px}.token-disc-core span{font-size:24px}.token-risk-axis{min-height:240px}.token-risk-curve{height:220px}
  .allocation-hero-layout{gap:26px;padding:36px 0 58px!important}
  .allocation-protocol-hero h1{font-size:38px}
  .allocation-protocol-hero .protocol-lead{margin-top:16px;font-size:14px}
  .allocation-route-visual{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .allocation-route-visual i{display:none}
  .allocation-route-visual>div{padding-top:12px;border-top:1px solid rgba(105,223,177,.28)}
  .allocation-route-visual b{font-size:13px}
  .protocol-allocation .allocation-hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px;margin-top:28px}
  .protocol-allocation .allocation-hero-stats .metric{display:block!important;grid-column:auto!important;min-width:0;overflow:visible!important}
  .protocol-allocation .allocation-hero-stats .metric>span{min-height:17px;padding:2px 0 0 3px;color:#a7e8cf!important;font-size:11px!important;font-weight:700!important;line-height:1.35!important;text-transform:none;white-space:nowrap;overflow:visible!important}
  .protocol-allocation .allocation-hero-stats .metric b{padding-left:3px;font-size:22px!important;white-space:nowrap}
  .protocol-allocation .allocation-hero-stats .metric small{font-size:9px!important}
  .settlement-map h2{font-size:34px}
  .allocation-hero-console{display:flex;flex-direction:column;border-radius:6px}
  .allocation-hero-console .settlement-console-header{order:0;display:grid;padding:14px 16px}
  .allocation-hero-console .settlement-body{order:1;grid-template-columns:minmax(0,1fr) 108px;gap:12px;padding:18px 16px}
  .allocation-hero-console .network-selector{order:2;padding:14px 16px;border-top:1px solid var(--pe-line);border-bottom:0}
  .chain-button{min-height:34px;padding:0 11px;font-size:11px}
  .allocation-hero-console .chain-card h2{margin:9px 0 8px;font-size:24px}
  .allocation-hero-console .chain-card .hint{font-size:10px;line-height:1.45}
  .allocation-hero-console .address-box{grid-template-columns:1fr;margin-top:14px;padding:9px}
  .allocation-hero-console .address{font-size:9px;line-height:1.4}
  .allocation-hero-console .copy{width:100%;min-height:34px;padding:0 10px}
  .allocation-hero-console .warning{margin-top:12px;font-size:9px}
  .allocation-hero-console .qr-card{width:100%;margin:0;padding:9px}
  .allocation-hero-console .qr-card-head{display:grid;gap:2px;margin-bottom:7px;font-size:7px}
  .allocation-hero-console .qr-card-head small{text-align:left;font-size:6px}
  .allocation-hero-console .qr-card p{margin-top:7px;font-size:7px}
  .settlement-body:not(.allocation-hero-console .settlement-body){grid-template-columns:1fr;padding:20px 18px}
  .qr-card{width:min(236px,100%);margin-inline:auto}
  .address-box{grid-template-columns:1fr;padding:12px}
  .copy{width:100%}
  .allocation-stack{height:84px}
  .allocation-stack button span{display:none}
  .allocation-chart-detail strong{font-size:58px}
  .ecosystem-protocol-hero .protocol-shell{min-height:430px}.ecosystem-hero-copy h1{font-size:40px}.ecosystem-stack{width:calc(100% - 28px)}.ecosystem-stack .eco-node,.ecosystem-stack .eco-core{min-height:64px!important;padding:12px 14px!important}.ecosystem-stack em{display:none}.ecosystem-layer-nav{grid-template-columns:1fr;overflow:visible}.layer-button{min-width:0;grid-template-columns:1fr auto}.layer-button span{grid-row:auto}.ecosystem-layer-view h2{font-size:34px}.layer-capabilities{grid-template-columns:1fr;gap:20px;margin-top:46px}.route-path{grid-template-columns:1fr;gap:9px}.route-path i{width:1px;height:18px;margin-left:3px}.route-path i::after{right:-3px;top:auto;bottom:0;transform:rotate(135deg)}
  .documents-command h1{font-size:42px}.document-search{grid-template-columns:22px minmax(0,1fr)}.document-search span{display:none}.knowledge-library-head h2{font-size:30px}.document-entry{grid-template-columns:1fr}.document-entry>span:last-child{justify-self:start}.knowledge-focus h3{font-size:22px}
  .compliance-journey-intro h2{font-size:34px}.compliance-timeline{padding-left:44px}.compliance-stage::before,.compliance-stage::after{left:-44px}.compliance-stage h3{font-size:25px}.verification-flow{grid-template-columns:1fr}.verification-node{min-height:0;padding:24px 0}.verification-node+.verification-node{padding-left:0}.compliance-boundary h2{font-size:34px}
  .protocol-footer{padding-top:54px}.protocol-footer-links{gap:18px}
}

@media (prefers-reduced-motion:reduce){
  body.protocol-experience *,body.protocol-experience *::before,body.protocol-experience *::after{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  [data-reveal]{opacity:1!important;transform:none!important}
}
