:root{
  --green:#159A82;
  --green-bright:#35B394;
  --gold:#D8C196;
  --gold-soft:#E7D2A4;
  --green-rgb:21,154,130;
  --green-bright-rgb:53,179,148;
  --gold-rgb:216,193,150;
  --bg:#050807;
  --bg-soft:#08110E;
  --surface:#0B1110;
  --surface-2:#101A17;
  --surface-3:#13231F;
  --surface-rgb:11,17,16;
  --surface-2-rgb:16,26,23;
  --code-bg:#070B0A;
  --text:#FFF8EC;
  --body:#DCD3C3;
  --muted:#B9B0A1;
  --line:rgba(216,193,150,.20);
  --line-soft:rgba(216,193,150,.10);
  --shadow:0 18px 56px rgba(0,0,0,.28);
  --shadow-soft:0 10px 28px rgba(0,0,0,.18);
  --container:1080px;
  --font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-serif:Georgia,"Times New Roman",serif;
}
[data-theme="light"]{
  --green:#0B6B59;
  --green-bright:#0E7A67;
  --gold:#9D7332;
  --gold-soft:#B98738;
  --green-rgb:11,107,89;
  --green-bright-rgb:14,122,103;
  --gold-rgb:157,115,50;
  --bg:#F7F2E9;
  --bg-soft:#EFE6D8;
  --surface:#FFFDF8;
  --surface-2:#F8F0E5;
  --surface-3:#EDE0CB;
  --surface-rgb:255,253,248;
  --surface-2-rgb:248,240,229;
  --code-bg:#F8F0E5;
  --text:#101916;
  --body:#514B42;
  --muted:#655F56;
  --line:rgba(151,121,72,.22);
  --line-soft:rgba(151,121,72,.10);
  --shadow:0 18px 54px rgba(52,39,18,.10);
  --shadow-soft:0 12px 30px rgba(52,39,18,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 78% 10%,rgba(var(--green-rgb),.12),transparent 32%),radial-gradient(circle at 12% 14%,rgba(var(--gold-rgb),.07),transparent 26%),linear-gradient(180deg,var(--bg) 0%,var(--bg) 100%);color:var(--text);font-family:var(--font-sans);font-size:15.5px;line-height:1.58;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.10;background-image:linear-gradient(var(--line-soft) 1px,transparent 1px),linear-gradient(90deg,var(--line-soft) 1px,transparent 1px);background-size:86px 86px;mask-image:linear-gradient(180deg,#000 0%,transparent 62%)}
a{color:inherit;text-decoration:none}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.site-header .dropdown a:hover,.site-header .dropdown a.active{color:var(--text);background:color-mix(in srgb,var(--gold) 10%,transparent)}
.site-header .btn-primary{height:46px;min-height:46px;padding:0 18px;border-radius:16px;font-size:14px;line-height:1;font-weight:900;letter-spacing:-.01em}
.page-hero{padding:68px 0 18px;position:relative}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px;align-items:center}.page-title{font-family:var(--font-serif);font-size:clamp(48px,5.15vw,74px);line-height:.96;letter-spacing:-.056em;font-weight:500;margin:0 0 14px;max-width:820px;color:var(--text)}.subtitle{font-size:clamp(16px,1.4vw,18px);line-height:1.6;color:var(--body);max-width:560px;margin:0}.timeline-visual{position:relative;justify-self:end;width:360px;height:128px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,rgba(var(--surface-rgb),.92),rgba(var(--surface-2-rgb),.74));box-shadow:var(--shadow-soft);overflow:hidden}.timeline-visual::before{content:"";position:absolute;inset:14px;border:1px solid var(--line-soft);border-radius:24px;background:radial-gradient(circle at 50% 50%,rgba(var(--green-rgb),.12),transparent 34%),linear-gradient(90deg,transparent,rgba(var(--gold-rgb),.07),transparent);opacity:.94}.timeline-line{position:absolute;left:42px;right:42px;top:50%;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(var(--gold-rgb),.28),rgba(var(--green-rgb),.64),rgba(var(--gold-rgb),.28));overflow:hidden}.timeline-line::after{content:"";position:absolute;inset:0;width:42%;background:linear-gradient(90deg,transparent,rgba(var(--gold-rgb),.82),transparent);animation:timelineFlow 6.2s ease-in-out infinite}.timeline-node{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);background:var(--gold);box-shadow:0 0 0 8px rgba(var(--gold-rgb),.10),0 0 22px rgba(var(--gold-rgb),.20)}.timeline-node.n1{left:42px}.timeline-node.n2{left:50%;width:14px;height:14px;background:var(--green-bright);box-shadow:0 0 0 9px rgba(var(--green-bright-rgb),.12),0 0 26px rgba(var(--green-bright-rgb),.32);animation:timelinePulse 3.4s ease-in-out infinite}.timeline-node.n3{left:calc(100% - 42px);opacity:.82}.timeline-tail{position:absolute;right:22px;top:50%;width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(var(--gold-rgb),.34),transparent);transform:translateY(-50%)}
.year-switch-wrap{position:relative;z-index:1;margin:0 0 32px}.year-switch{border:1px solid var(--line);border-radius:18px;background:rgba(var(--surface-rgb),.58);padding:5px;display:flex;gap:5px;width:max-content;max-width:100%;overflow-x:auto}.year-tab{appearance:none;border:0;cursor:pointer;min-width:78px;height:36px;border-radius:13px;background:transparent;color:var(--muted);font-size:15px;font-weight:850;letter-spacing:.01em;transition:.2s ease}.year-tab:hover{color:var(--text);background:rgba(var(--surface-2-rgb),.52)}.year-tab[aria-selected="true"]{color:var(--text);background:linear-gradient(135deg,rgba(var(--gold-rgb),.18),rgba(var(--green-rgb),.12));box-shadow:inset 0 0 0 1px rgba(var(--gold-rgb),.30)}
.archive-area{padding-bottom:78px}.year-panel{animation:softIn .22s ease}.year-panel[hidden]{display:none}.year-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 26px;border-bottom:1px solid var(--line-soft);padding-bottom:15px}.year-heading h2{font-family:var(--font-serif);font-size:clamp(26px,3.4vw,36px);line-height:1;letter-spacing:-.047em;font-weight:500;margin:0}.year-heading span{font-size:13px;color:var(--muted);font-weight:780;white-space:nowrap}.month-block{margin:0 0 38px}.month-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 15px}.month-heading h3{font-family:var(--font-serif);font-size:clamp(20px,2.5vw,26px);line-height:1.08;letter-spacing:-.04em;font-weight:500;margin:0}.month-heading span{font-size:12px;color:var(--muted);font-weight:760;white-space:nowrap}.month-feed{position:relative;display:grid;gap:9px}.month-feed::before{content:"";position:absolute;left:28px;top:5px;bottom:5px;width:1px;background:linear-gradient(180deg,transparent,var(--line-soft),transparent);z-index:0}.update-entry{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;z-index:1}.date-tile{width:58px;height:68px;border:1px solid var(--line);border-radius:18px;background:rgba(var(--surface-rgb),.80);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.date-tile span{font-size:9.5px;letter-spacing:.13em;color:var(--gold);font-weight:900}.date-tile strong{font-family:var(--font-serif);font-size:23px;color:var(--text);font-weight:500;margin:5px 0 4px}.date-tile em{font-style:normal;font-size:9.5px;letter-spacing:.11em;color:var(--muted);font-weight:750}.update-card{border:1px solid var(--line-soft);border-radius:18px;background:rgba(var(--surface-rgb),.78);overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.update-card:hover{border-color:var(--line)}.update-card[open]{border-color:rgba(var(--gold-rgb),.34);background:linear-gradient(180deg,rgba(var(--surface-2-rgb),.78),rgba(var(--surface-rgb),.88));box-shadow:var(--shadow-soft)}.update-card summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:14px;align-items:center;padding:15px 18px}.update-card summary::-webkit-details-marker{display:none}.update-card summary h4{margin:0;font-size:clamp(16px,1.55vw,19px);line-height:1.18;letter-spacing:-.026em;font-weight:820;color:var(--text)}.update-card[open] summary h4{color:var(--text)}.entry-toggle{width:34px;height:34px;border:1px solid rgba(var(--gold-rgb),.42);border-radius:12px;display:grid;place-items:center;color:var(--gold);font-size:20px;font-weight:760;transition:.2s ease}.entry-toggle::before{content:"+";transform:translateY(-1px)}.update-card[open] .entry-toggle{background:rgba(var(--gold-rgb),.10);border-color:rgba(var(--gold-rgb),.58)}.update-card[open] .entry-toggle::before{content:"−"}.update-content{border-top:1px solid var(--line-soft);padding:18px 22px 22px;color:var(--body);font-size:14.5px;line-height:1.68}.update-content > *:first-child{margin-top:0}.update-content > *:last-child{margin-bottom:0}.update-content p{margin:0 0 13px}.update-content h4{font-size:15.5px;line-height:1.34;letter-spacing:-.015em;margin:22px 0 10px;color:var(--text);font-weight:850}.update-content ul,.update-content ol{margin:0 0 15px;padding-left:22px}.update-content li{margin:6px 0}.update-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.9em;color:var(--gold-soft);background:rgba(var(--gold-rgb),.08);border:1px solid var(--line-soft);border-radius:6px;padding:.08em .32em}.code-shell{border:1px solid var(--line-soft);border-radius:14px;overflow:hidden;background:var(--code-bg);margin:13px 0 18px}.code-head{height:32px;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;gap:6px;padding:0 11px;color:var(--muted);font-size:11px}.code-head span{width:8px;height:8px;border-radius:50%;background:rgba(var(--gold-rgb),.50)}.code-head em{font-style:normal;margin-left:auto;font-weight:760}.code-shell pre{margin:0;padding:14px 16px;overflow:auto;white-space:pre;line-height:1.55}.code-shell pre code{display:block;background:transparent;border:0;padding:0;color:var(--body);font-size:11.5px;min-width:max-content}.site-footer{border-top:1px solid var(--line-soft);padding:32px 0 42px;color:var(--muted);font-size:13px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-links{display:flex;gap:18px}.footer-links a:hover{color:var(--text)}
@keyframes softIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes timelineFlow{0%{transform:translateX(-120%);opacity:0}18%{opacity:.9}72%{opacity:.9}100%{transform:translateX(230%);opacity:0}}@keyframes timelinePulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.12);opacity:.86}}
@media (max-width:920px){.site-header{height:auto;min-height:84px}.nav{display:none}.page-hero{padding-top:46px}.hero-grid{grid-template-columns:1fr}.timeline-visual{display:none}.update-entry{gap:16px}.update-content{font-size:14.5px}}
@media (prefers-reduced-motion:reduce){.timeline-line::after,.timeline-node.n2{animation:none}}@media (max-width:700px){.container{width:min(100% - 28px,var(--container))}.page-hero{padding:38px 0 20px}.page-title{font-size:42px}.subtitle{font-size:15px}.year-switch-wrap{margin-bottom:28px}.year-switch{width:100%;border-radius:18px}.year-tab{flex:1;min-width:70px;height:38px}.year-heading{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:24px}.month-block{margin-bottom:36px}.month-heading{align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:12px}.update-entry{grid-template-columns:1fr;gap:8px}.month-feed::before{display:none}.date-tile{width:max-content;height:auto;min-height:0;border-radius:999px;padding:7px 11px;flex-direction:row;gap:7px}.date-tile strong{font-family:var(--font-sans);font-size:12px;margin:0}.date-tile span,.date-tile em{font-size:10.5px}.update-card{border-radius:18px}.update-card summary{padding:16px 16px;grid-template-columns:minmax(0,1fr) 34px}.entry-toggle{width:34px;height:34px;border-radius:11px}.update-card summary h4{font-size:17px}.update-content{padding:18px 17px 22px;font-size:14.5px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}}

:root{--green:#159A82;--green-bright:#35B394;--gold:#D8C196;--gold-2:#E8D5A9;--gold-dark:#B89552;--bg:#050807;--bg-soft:#090F0D;--surface:#0B1110;--surface-2:#101A17;--surface2:#101A17;--surface-3:#13231F;--surface3:#13231F;--text:#FFF8EC;--muted:#B9B0A1;--body:#D8D0C1;--line:rgba(216,193,150,.22);--line-soft:rgba(216,193,150,.12);--line2:rgba(216,193,150,.12);--line-green:rgba(53,179,148,.22);--button:#D8C196;--button-text:#11100D;--buttonText:#11100D;--shadow:0 28px 92px rgba(0,0,0,.42);--shadow-soft:0 16px 48px rgba(0,0,0,.26);--radius-xl:44px;--radius-lg:30px;--radius-md:18px;--container:1240px;--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fontSans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:Georgia,"Times New Roman",serif;--fontSerif:Georgia,"Times New Roman",serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-width:320px;overflow-x:hidden;color:var(--text);font-family:var(--font-sans);line-height:1.6;background:radial-gradient(circle at 78% 10%,rgba(21,154,130,.16),transparent 32%),linear-gradient(180deg,var(--bg) 0%,var(--bg) 100%)}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
@media(max-width:760px){.container{width:min(var(--container),calc(100% - 32px))}}
:root{--green-deep:#0A4C42;--gold-strong:#E6D0A0;--bg2:#08120F;--glass:rgba(11,17,16,.82);--row:rgba(6,12,11,.78);--greenline:rgba(47,210,182,.22);--soft:0 18px 48px rgba(0,0,0,.24)}

[data-theme="light"]{--green:#159A82;--green-bright:#35B394;--gold:#D8C196;--gold-2:#E8D5A9;--gold-dark:#B89552;--bg:#F5EFE4;--bg-soft:#EEE2D0;--surface:#FFF9F0;--surface-2:#EEE2D0;--surface2:#EEE2D0;--surface-3:#E9DCC8;--surface3:#E9DCC8;--text:#17140F;--muted:#6F675C;--body:#26312D;--line:rgba(120,100,65,.20);--line-soft:rgba(120,100,65,.12);--line2:rgba(120,100,65,.12);--line-green:rgba(21,154,130,.18);--button:#159A82;--button-text:#FFF9F0;--buttonText:#FFF9F0;--shadow:0 28px 88px rgba(24,18,10,.08);--shadow-soft:0 16px 46px rgba(24,18,10,.055)}
[data-theme="light"] body{background:radial-gradient(circle at 14% 88%,rgba(184,149,82,.08),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%)}
[data-theme="light"]{--green-deep:#0B5E51;--gold-strong:#8A672B;--bg2:#EFE6D8;--glass:rgba(255,253,248,.82);--row:rgba(255,253,248,.86);--greenline:rgba(14,118,100,.18);--soft:0 18px 48px rgba(52,39,18,.075)}

.site-header,.header{position:sticky!important;top:18px!important;z-index:999999!important;width:min(1340px,calc(100% - 48px));height:84px;margin:18px auto 0;border:1px solid var(--line);border-radius:28px;background:color-mix(in srgb,var(--surface) 86%,transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 24px;overflow:visible!important}
[data-theme="light"] .site-header,[data-theme="light"] .header{background:rgba(255,253,248,.78);box-shadow:var(--shadow-soft)}
.logo{display:inline-flex;align-items:center;gap:13px;font-weight:900;letter-spacing:.08em;color:var(--text);white-space:nowrap}
.logo-mark,.mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:transparent;padding:0}
.logo-mark img,.mark img{width:46px;height:46px;object-fit:contain;display:block}
.logo-word,.word{color:var(--green)}
.nav{display:flex;align-items:center;gap:10px;position:relative;z-index:1000000!important}
.nav-item{position:relative}
.nav-button{display:inline-flex;align-items:center;border:0;background:transparent;color:var(--text);font:inherit;font-weight:760;padding:14px 10px;cursor:pointer;white-space:nowrap}
.nav-button:after{content:"⌄";margin-left:6px;font-size:12px;color:var(--muted)}
.dropdown{position:absolute;top:48px;left:0;width:286px;padding:12px;border:1px solid var(--line);border-radius:22px;background:var(--surface);color:var(--text);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:.18s ease;z-index:1000001!important}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}
.dropdown a{display:block;padding:12px 14px;border-radius:14px;color:var(--muted);font-weight:760;line-height:1.35}
.dropdown a:hover,.dropdown a.active{color:var(--text);background:color-mix(in srgb,var(--gold) 10%,transparent)}
.header-actions{display:flex;align-items:center;gap:10px;position:relative;z-index:1000000!important}.actions{display:flex;align-items:center;gap:10px;position:relative}
.lang-switch{position:relative}
.control,.lang-current{height:42px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2);color:var(--text);padding:0 14px;font-weight:850;display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.lang-menu{position:absolute;right:0;top:50px;width:190px;padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:.18s ease;z-index:1000001!important}
.lang-switch:hover .lang-menu,.lang-switch:focus-within .lang-menu{opacity:1;pointer-events:auto;transform:translateY(0)}
.lang-menu a{display:block;padding:9px 12px;border-radius:12px;color:var(--muted);font-weight:760}
.lang-menu a:hover{color:var(--text);background:rgba(21,154,130,.10)}
@media(max-width:1040px){.nav{display:none}.site-header,.header{position:static!important;height:auto;min-height:84px}}
@media(max-width:760px){.site-header,.header{width:min(100% - 28px,1340px);padding:0 14px}.logo-word,.word{display:none}.header-actions,.actions{gap:8px}}

.placeholder-footer,footer{margin-top:78px;padding:34px 0;background:transparent;color:var(--muted);border-top:0}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:28px;color:var(--muted);font-size:15px;border-top:0;padding-top:0}
.footer-social{display:flex;align-items:center;gap:18px}
.social-icon{width:28px;height:28px;display:inline-grid;place-items:center;color:color-mix(in srgb,var(--muted) 86%,var(--text));opacity:.86;border-radius:50%}
.social-icon svg{width:26px;height:26px;fill:currentColor}
.social-icon:hover{opacity:1;color:var(--green)}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}
.copy{margin-top:32px;padding-top:22px;border-top:1px solid rgba(255,248,236,.12);color:rgba(255,248,236,.55)}
@media(max-width:760px){.footer-bottom-row{flex-direction:column;align-items:flex-start}}

.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);height:46px;padding:0 18px;border-radius:16px;font-weight:900;white-space:nowrap;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,filter .22s ease}
.btn:hover{transform:translateY(-1px);filter:brightness(1.035)}
.btn-primary,.btn.primary{background:radial-gradient(circle at 22% 0%,rgba(115,218,184,.34),transparent 34%),linear-gradient(180deg,#0C5B4D 0%,#073B33 54%,#052B26 100%);color:#F5FFF9;border-color:rgba(213,193,150,.46);box-shadow:0 18px 42px rgba(4,27,24,.42),inset 0 0 0 1px rgba(52,175,143,.10),inset 0 1px 0 rgba(255,255,255,.12),inset 0 -12px 24px rgba(0,0,0,.18)}
.btn-secondary,.btn.secondary{height:52px;padding:0 22px;border-radius:18px;background:rgba(216,193,150,.05);color:var(--text);border-color:var(--line)}
.btn-secondary:hover,.btn.secondary:hover{border-color:var(--line-green);box-shadow:0 14px 32px rgba(0,0,0,.12)}
@media(max-width:760px){.site-header .btn-primary,.header .btn-primary,.site-header .btn.primary,.header .btn.primary{display:none}}

html[data-theme="light"] body,
[data-theme="light"] body{
  background:radial-gradient(circle at 14% 88%,rgba(184,149,82,.08),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%)!important;
}

html[data-theme="light"] main::before,
[data-theme="light"] main::before,
html[data-theme="light"] :where(.roadmap-page,.why-page,.get-page,.dl-page,.build-page,.atomic-page,.faq-page,.stake-page,.who-page)::before,
[data-theme="light"] :where(.roadmap-page,.why-page,.get-page,.dl-page,.build-page,.atomic-page,.faq-page,.stake-page,.who-page)::before{
  background:transparent!important;
  opacity:0!important;
}

html[data-theme="dark"] body,
[data-theme="dark"] body{
  background:radial-gradient(circle at 78% 10%,rgba(21,154,130,.16),transparent 32%),linear-gradient(180deg,var(--bg) 0%,var(--bg) 100%)!important;
}
main :where(h1,.hero-title,.roadmap-title,.who-title,.why-title,.page-title,.dl-hero-copy h1){
  font-family:var(--font-serif)!important;
  font-size:clamp(48px,5.15vw,74px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:500!important;
  color:var(--text)!important;
}
main :where(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2){
  font-family:var(--font-serif)!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:500!important;
  color:var(--gold)!important;
}
main :where(h3,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3){
  font-family:var(--font-sans)!important;
  font-size:clamp(19px,1.35vw,22px)!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
}
main :where(h4){
  font-family:var(--font-sans)!important;
  font-size:18px!important;
  line-height:1.28!important;
  letter-spacing:-.01em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
}
main :where(p,li){
  color:var(--muted)!important;
  font-size:16.2px!important;
  line-height:1.76!important;
  font-weight:400;
}
main :where(.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,.hero-copy strong,.dl-hero-copy strong){
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  font-size:17.2px!important;
  line-height:1.55!important;
  font-weight:760!important;
}
main :where(strong,b){
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  font-weight:760!important;
}
main :where(a:not(.btn):not(.btn-primary):not(.btn-secondary):not(.download-btn):not(.dl-download-button):not(.social-icon)){
  color:var(--gold);
}
html[data-theme="light"] main :where(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2),
[data-theme="light"] main :where(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2){
  color:#9D7A36!important;
}
html[data-theme="light"] main :where(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong),
[data-theme="light"] main :where(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong){
  color:#102A24!important;
}
html[data-theme="light"] main :where(p,li),
[data-theme="light"] main :where(p,li){
  color:#56615B!important;
}
@media(max-width:720px){
  main :where(h1,.hero-title,.roadmap-title,.who-title,.why-title,.page-title,.dl-hero-copy h1){font-size:clamp(42px,12vw,58px)!important}
  main :where(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2){font-size:clamp(25px,8vw,32px)!important}
  main :where(p,li){font-size:15.8px!important}
}
html body main :is(h1,.hero-title,.roadmap-title,.who-title,.why-title,.page-title,.dl-hero-copy h1,#build-title){
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-size:clamp(48px,5.15vw,74px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:500!important;
  color:var(--text)!important;
  text-shadow:none!important;
}
html body main :is(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.dl-mini-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2,.section-head h2,.build-card h2,.why-section h2,.why-card h2,.action-card.full h2,.wi-chapter-copy h2){
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:500!important;
  color:var(--gold)!important;
  text-shadow:none!important;
}
html body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:clamp(17.2px,1.15vw,19px)!important;
  line-height:1.55!important;
  letter-spacing:-.015em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  text-shadow:none!important;
}
html body main :is(p,li,.section-copy,.hero-copy,.hero-text,.dl-text,.faq-answer p,.build-card p,.long-panel p,.action-card p,.dl-wallet-card p,.dl-mode p,.dl-checklist p,.roadmap-lead p){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:16.2px!important;
  line-height:1.76!important;
  font-weight:400!important;
  color:var(--muted)!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main :is(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.dl-mini-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2,.section-head h2,.build-card h2,.why-section h2,.why-card h2,.action-card.full h2,.wi-chapter-copy h2),
[data-theme="light"] body main :is(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.dl-mini-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2,.section-head h2,.build-card h2,.why-section h2,.why-card h2,.action-card.full h2,.wi-chapter-copy h2){
  color:#9D7A36!important;
}
html[data-theme="light"] body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead),
[data-theme="light"] body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead){
  color:#172C24!important;
}
html[data-theme="light"] body main :is(p,li,.section-copy,.hero-copy,.hero-text,.dl-text,.faq-answer p,.build-card p,.long-panel p,.action-card p,.dl-wallet-card p,.dl-mode p,.dl-checklist p,.roadmap-lead p),
[data-theme="light"] body main :is(p,li,.section-copy,.hero-copy,.hero-text,.dl-text,.faq-answer p,.build-card p,.long-panel p,.action-card p,.dl-wallet-card p,.dl-mode p,.dl-checklist p,.roadmap-lead p){
  color:#4D5851!important;
}
@media(max-width:720px){
  html body main :is(h1,.hero-title,.roadmap-title,.who-title,.why-title,.page-title,.dl-hero-copy h1,#build-title){font-size:clamp(42px,12vw,58px)!important}
  html body main :is(h2,.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.dl-mini-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2,.section-head h2,.build-card h2,.why-section h2,.why-card h2,.action-card.full h2,.wi-chapter-copy h2){font-size:clamp(25px,8vw,32px)!important}
  html body main :is(p,li,.section-copy,.hero-copy,.hero-text,.dl-text,.faq-answer p,.build-card p,.long-panel p,.action-card p,.dl-wallet-card p,.dl-mode p,.dl-checklist p,.roadmap-lead p){font-size:15.8px!important}
}
html body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:clamp(19px,1.35vw,22px)!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  text-shadow:none!important;
}
html body main :is(.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:17.2px!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead),
[data-theme="light"] body main :is(h3,h4,.contract-title,.secret-title,.pair-title,.article-subtitle,.option-title,.server-title,.path-card h3,.action-card h3,.dl-wallet-card h3,.dl-mode h3,.dl-checklist b,.build-card h3,.mode-item h3,.more-item h3,.hero-lead,.dl-lead,.page-lead,.section-lead,.lead,.card-close,strong,b,.hero-copy strong,.dl-hero-copy strong,.wi-lead){
  color:#172C24!important;
}

html body main.why-page .reason-copy h3{
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:500!important;
  color:var(--gold)!important;
  margin:0 0 16px!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main.why-page .reason-copy h3,
[data-theme="light"] body main.why-page .reason-copy h3{
  color:#9D7A36!important;
}
html body main.why-page .reason-copy p:first-of-type{
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:17.2px!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  margin:0 0 13px!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main.why-page .reason-copy p:first-of-type,
[data-theme="light"] body main.why-page .reason-copy p:first-of-type{
  color:#172C24!important;
}
html body main.why-page .reason-copy p:not(:first-of-type){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:16.2px!important;
  line-height:1.76!important;
  font-weight:400!important;
  color:var(--muted)!important;
  margin:0 0 13px!important;
}
html[data-theme="light"] body main.why-page .reason-copy p:not(:first-of-type),
[data-theme="light"] body main.why-page .reason-copy p:not(:first-of-type){
  color:#4D5851!important;
}
html body main.why-page .value-panel h2{
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-weight:500!important;
  font-size:clamp(34px,2.7vw,42px)!important;
  letter-spacing:-.048em!important;
  line-height:1.02!important;
  margin:0!important;
  color:var(--text)!important;
}
html body main.why-page .stack-list li{
  background:var(--row)!important;
  color:inherit!important;
  font-size:initial!important;
  line-height:normal!important;
}
html body main.why-page .stack-list span{
  width:39px!important;
  height:39px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,var(--green-bright),var(--green-deep))!important;
  color:#fff!important;
  font-weight:950!important;
  font-size:16px!important;
  line-height:1!important;
  box-shadow:0 0 0 6px rgba(21,154,130,.09),inset 0 1px 0 rgba(255,255,255,.22)!important;
}
html body main.why-page .stack-list strong{
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:16.5px!important;
  line-height:1.2!important;
  color:var(--text)!important;
  letter-spacing:-.012em!important;
  font-weight:760!important;
}
html body main.why-page .protocol-metric strong{
  color:var(--green-bright)!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
html body main.why-page .protocol-metric span{
  color:var(--text)!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:860!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  opacity:.9!important;
}
@media(max-width:720px){
  html body main.why-page .reason-copy h3{font-size:clamp(25px,8vw,32px)!important}
  html body main.why-page .stack-list span{width:36px!important;height:36px!important;font-size:15px!important}
  html body main.why-page .stack-list strong{font-size:15.5px!important}
}
@media(min-width:960px){
  html body main.stake-page .page-section>.section-head,
  html body main.atomic-page .page-section>.section-head{
    display:grid!important;
    grid-template-columns:minmax(280px,.82fr) minmax(420px,1fr)!important;
    gap:clamp(42px,5vw,86px)!important;
    align-items:end!important;
    max-width:none!important;
    margin:0 0 clamp(30px,3vw,44px)!important;
  }
  html body main.stake-page .page-section>.section-head .section-title,
  html body main.atomic-page .page-section>.section-head .section-title,
  html body main.stake-page .page-section>.section-head h2,
  html body main.atomic-page .page-section>.section-head h2{
    margin:0!important;
    max-width:620px!important;
  }
  html body main.stake-page .page-section>.section-head .section-copy,
  html body main.atomic-page .page-section>.section-head .section-copy,
  html body main.stake-page .page-section>.section-head p,
  html body main.atomic-page .page-section>.section-head p{
    margin:0!important;
    max-width:680px!important;
    justify-self:end!important;
  }
}
@media(max-width:959px){
  html body main.stake-page .page-section>.section-head,
  html body main.atomic-page .page-section>.section-head{
    display:block!important;
    max-width:950px!important;
  }
  html body main.stake-page .page-section>.section-head .section-copy,
  html body main.atomic-page .page-section>.section-head .section-copy,
  html body main.stake-page .page-section>.section-head p,
  html body main.atomic-page .page-section>.section-head p{
    margin-top:16px!important;
    max-width:760px!important;
  }
}

html body main.stake-page .page-section>.section-head,
html body main.atomic-page .page-section>.section-head,
html body main.build-page .page-section>.section-head{
  display:block!important;
  grid-template-columns:none!important;
  max-width:980px!important;
  margin:0 0 clamp(28px,3vw,40px)!important;
}
html body main.stake-page .page-section>.section-head .section-title,
html body main.atomic-page .page-section>.section-head .section-title,
html body main.build-page .page-section>.section-head .section-title,
html body main.stake-page .page-section>.section-head h2,
html body main.atomic-page .page-section>.section-head h2,
html body main.build-page .page-section>.section-head h2{
  margin:0 0 16px!important;
  max-width:850px!important;
}
html body main.stake-page .page-section>.section-head .section-copy,
html body main.atomic-page .page-section>.section-head .section-copy,
html body main.build-page .page-section>.section-head .section-copy,
html body main.stake-page .page-section>.section-head p,
html body main.atomic-page .page-section>.section-head p,
html body main.build-page .page-section>.section-head p{
  margin:0!important;
  max-width:860px!important;
  justify-self:start!important;
}
html[data-theme="dark"] body main.atomic-page .j-mask,
[data-theme="dark"] body main.atomic-page .j-mask{
  background:#D8C196!important;
  filter:drop-shadow(0 0 18px rgba(216,193,150,.18)) drop-shadow(0 8px 20px rgba(0,0,0,.32))!important;
}

html[data-theme="light"],
[data-theme="light"]{
  --bg:#F7F2E9!important;
  --bg-soft:#EFE6D8!important;
  --surface:#FFFDF8!important;
  --surface-2:#F8F0E5!important;
  --surface-3:#EDE0CB!important;
  --text:#101916!important;
  --muted:#5F584E!important;
  --body:#26312D!important;
  --gold:#B98F46!important;
  --line:rgba(151,121,72,.22)!important;
  --line-soft:rgba(151,121,72,.12)!important;
}
html[data-theme="light"] body,
[data-theme="light"] body{
  background:
    radial-gradient(circle at 82% 7%,rgba(201,164,93,.18),transparent 28%),
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.82),transparent 30%),
    radial-gradient(circle at 11% 88%,rgba(21,154,130,.085),transparent 30%),
    linear-gradient(180deg,#FAF7F0 0%,#F0E6D8 58%,#E9DDCC 100%)!important;
  background-color:#FAF7F0!important;
}
html[data-theme="dark"] body,
[data-theme="dark"] body{
  background:
    radial-gradient(circle at 78% 10%,rgba(21,154,130,.16),transparent 32%),
    linear-gradient(180deg,var(--bg) 0%,var(--bg) 100%)!important;
}

html body main :is(
  h1,
  .hero-title,
  .roadmap-title,
  .who-title,
  .why-title,
  .page-title,
  .dl-hero-copy h1,
  #build-title,
  #faq-title,
  #stake-title,
  #atomic-title,
  #security-title,
  #service-title
){
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-size:clamp(48px,5.15vw,74px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:500!important;
  color:var(--text)!important;
  text-shadow:none!important;
}
html body main :is(
  h1,
  .hero-title,
  .roadmap-title,
  .who-title,
  .why-title,
  .page-title,
  .dl-hero-copy h1,
  #build-title,
  #faq-title,
  #stake-title,
  #atomic-title,
  #security-title,
  #service-title
) span{
  color:inherit!important;
  text-shadow:none!important;
}

html body main :is(
  .hero-copy p,
  .dl-hero-copy p,
  .who-hero-copy p,
  .hero-copy-operational p,
  .page-hero .hero-copy p,
  .faq-hero .hero-copy p,
  .roadmap-lead p,
  .hero-lead,
  .hero-text,
  .who-lead,
  .dl-lead,
  .page-lead,
  .hero-intro,
  .subtitle
){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:18px!important;
  line-height:1.76!important;
  letter-spacing:0!important;
  font-weight:400!important;
  color:var(--muted)!important;
  text-shadow:none!important;
  max-width:860px;
}
html body main :is(
  .hero-copy p,
  .dl-hero-copy p,
  .who-hero-copy p,
  .hero-copy-operational p,
  .page-hero .hero-copy p,
  .faq-hero .hero-copy p,
  .roadmap-lead p,
  .hero-lead,
  .hero-text,
  .who-lead,
  .dl-lead,
  .page-lead,
  .hero-intro,
  .subtitle
) :is(strong,b){
  font-weight:400!important;
  color:inherit!important;
}
html[data-theme="light"] body main :is(
  .hero-copy p,
  .dl-hero-copy p,
  .who-hero-copy p,
  .hero-copy-operational p,
  .page-hero .hero-copy p,
  .faq-hero .hero-copy p,
  .roadmap-lead p,
  .hero-lead,
  .hero-text,
  .who-lead,
  .dl-lead,
  .page-lead,
  .hero-intro,
  .subtitle
),
[data-theme="light"] body main :is(
  .hero-copy p,
  .dl-hero-copy p,
  .who-hero-copy p,
  .hero-copy-operational p,
  .page-hero .hero-copy p,
  .faq-hero .hero-copy p,
  .roadmap-lead p,
  .hero-lead,
  .hero-text,
  .who-lead,
  .dl-lead,
  .page-lead,
  .hero-intro,
  .subtitle
){
  color:#5F584E!important;
}

html body main :is(
  .section-title,
  .history-title,
  .dl-section-head h2,
  .dl-panel-head h2,
  .dl-mini-head h2,
  .summary-card h2,
  .long-panel h2,
  .mode-intro h2,
  .more-panel h2,
  .section-head h2,
  .build-card h2,
  .why-section h2,
  .why-card h2,
  .action-card.full h2,
  .group-head h2,
  .faq-section h2,
  .conclusion h2,
  .reason-copy h3,
  .article-subtitle,
  .content-slab h3,
  .security-card h3,
  .doc-section h2,
  .month-group>h2
){
  font-family:var(--font-serif,var(--fontSerif,Georgia,"Times New Roman",serif))!important;
  font-size:clamp(27px,2.25vw,36px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:500!important;
  color:var(--gold)!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main :is(
  .section-title,
  .history-title,
  .dl-section-head h2,
  .dl-panel-head h2,
  .dl-mini-head h2,
  .summary-card h2,
  .long-panel h2,
  .mode-intro h2,
  .more-panel h2,
  .section-head h2,
  .build-card h2,
  .why-section h2,
  .why-card h2,
  .action-card.full h2,
  .group-head h2,
  .faq-section h2,
  .conclusion h2,
  .reason-copy h3,
  .article-subtitle,
  .content-slab h3,
  .security-card h3,
  .doc-section h2,
  .month-group>h2
),
[data-theme="light"] body main :is(
  .section-title,
  .history-title,
  .dl-section-head h2,
  .dl-panel-head h2,
  .dl-mini-head h2,
  .summary-card h2,
  .long-panel h2,
  .mode-intro h2,
  .more-panel h2,
  .section-head h2,
  .build-card h2,
  .why-section h2,
  .why-card h2,
  .action-card.full h2,
  .group-head h2,
  .faq-section h2,
  .conclusion h2,
  .reason-copy h3,
  .article-subtitle,
  .content-slab h3,
  .security-card h3,
  .doc-section h2,
  .month-group>h2
){
  color:#9D7A36!important;
}

html body main :is(
  .wi-lead,
  .section-subtitle,
  .section-copy.short-lead
){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:17.2px!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
  text-shadow:none!important;
}
html[data-theme="light"] body main :is(.wi-lead,.section-subtitle,.section-copy.short-lead),
[data-theme="light"] body main :is(.wi-lead,.section-subtitle,.section-copy.short-lead){
  color:#172C24!important;
}

html body main :is(
  p,
  li,
  .section-copy,
  .group-head>p,
  .conclusion>p,
  .faq-answer p,
  .build-card p,
  .long-panel p,
  .action-card p,
  .dl-wallet-card p,
  .dl-mode p,
  .dl-checklist p,
  .security-card p,
  .pair-card p,
  .contract-card p,
  .secret-card p,
  .article-note p,
  .article-block p,
  .content-slab p,
  .content-slab li,
  .role-copy p,
  .role-copy li,
  .roadmap-lead p
){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:16.2px!important;
  line-height:1.76!important;
  font-weight:400!important;
  color:var(--muted)!important;
  text-shadow:none!important;
}
html body main :is(
  p,
  li,
  .section-copy,
  .group-head>p,
  .conclusion>p,
  .faq-answer p,
  .build-card p,
  .long-panel p,
  .action-card p,
  .dl-wallet-card p,
  .dl-mode p,
  .dl-checklist p,
  .security-card p,
  .pair-card p,
  .contract-card p,
  .secret-card p,
  .article-note p,
  .article-block p,
  .content-slab p,
  .content-slab li,
  .role-copy p,
  .role-copy li,
  .roadmap-lead p
) :is(strong,b){
  font-weight:760!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
}
html[data-theme="light"] body main :is(
  p,
  li,
  .section-copy,
  .group-head>p,
  .conclusion>p,
  .faq-answer p,
  .build-card p,
  .long-panel p,
  .action-card p,
  .dl-wallet-card p,
  .dl-mode p,
  .dl-checklist p,
  .security-card p,
  .pair-card p,
  .contract-card p,
  .secret-card p,
  .article-note p,
  .article-block p,
  .content-slab p,
  .content-slab li,
  .role-copy p,
  .role-copy li,
  .roadmap-lead p
),
[data-theme="light"] body main :is(
  p,
  li,
  .section-copy,
  .group-head>p,
  .conclusion>p,
  .faq-answer p,
  .build-card p,
  .long-panel p,
  .action-card p,
  .dl-wallet-card p,
  .dl-mode p,
  .dl-checklist p,
  .security-card p,
  .pair-card p,
  .contract-card p,
  .secret-card p,
  .article-note p,
  .article-block p,
  .content-slab p,
  .content-slab li,
  .role-copy p,
  .role-copy li,
  .roadmap-lead p
){
  color:#4D5851!important;
}
html[data-theme="light"] body main :is(p,li) :is(strong,b),
[data-theme="light"] body main :is(p,li) :is(strong,b){
  color:#172C24!important;
}

html body main :is(
  .flow-stage strong,
  .update-card summary h4,
  .faq-question,
  .notice strong,
  .stack-list strong,
  .contract-title,
  .secret-title,
  .pair-title,
  .option-title,
  .server-title,
  .path-card h3,
  .action-card h3,
  .dl-wallet-card h3,
  .dl-mode h3,
  .build-card h3,
  .mode-item h3,
  .more-item h3,
  .document-card strong,
  .wallet-card h3,
  .role-entry h4
){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
  font-size:clamp(17px,1.25vw,20px)!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
  font-weight:820!important;
  color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;
}
html[data-theme="light"] body main :is(
  .flow-stage strong,
  .update-card summary h4,
  .faq-question,
  .notice strong,
  .stack-list strong,
  .contract-title,
  .secret-title,
  .pair-title,
  .option-title,
  .server-title,
  .path-card h3,
  .action-card h3,
  .dl-wallet-card h3,
  .dl-mode h3,
  .build-card h3,
  .mode-item h3,
  .more-item h3,
  .document-card strong,
  .wallet-card h3,
  .role-entry h4
),
[data-theme="light"] body main :is(
  .flow-stage strong,
  .update-card summary h4,
  .faq-question,
  .notice strong,
  .stack-list strong,
  .contract-title,
  .secret-title,
  .pair-title,
  .option-title,
  .server-title,
  .path-card h3,
  .action-card h3,
  .dl-wallet-card h3,
  .dl-mode h3,
  .build-card h3,
  .mode-item h3,
  .more-item h3,
  .document-card strong,
  .wallet-card h3,
  .role-entry h4
){
  color:#172C24!important;
}

html body main :is(
  .card-number,
  .document-index,
  .flow-number,
  .inline-step,
  .date-tile span,
  .date-tile strong,
  .date-tile em,
  .year-tab,
  .toc-title,
  .toc-link,
  .refund-window,
  .reason-number
){
  font-family:var(--font-sans,var(--fontSans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important;
}

.atomic-page,.stake-page,.who-page,.get-page,.security-page,.service-page,.dl-page,.faq-page,.build-page,.why-page,.roadmap-page{padding-top:64px!important;}
.atomic-page .hero-grid,
.stake-page .stake-hero,
.who-page .who-hero,
.get-page .action-hero-grid,
.security-page .security-hero,
.service-page .service-hero,
.dl-page .dl-hero,
.faq-page .faq-hero,
.build-page .build-hero,
.why-page .why-hero,
.page-hero .hero-grid{
  min-height:auto!important;
  padding-top:16px!important;
  padding-bottom:38px!important;
}

@media(max-width:720px){
  html body main :is(h1,.hero-title,.roadmap-title,.who-title,.why-title,.page-title,.dl-hero-copy h1,#build-title,#faq-title,#stake-title,#atomic-title,#security-title,#service-title){font-size:clamp(42px,12vw,58px)!important}
  html body main :is(.hero-copy p,.dl-hero-copy p,.who-hero-copy p,.hero-copy-operational p,.page-hero .hero-copy p,.faq-hero .hero-copy p,.roadmap-lead p,.hero-lead,.hero-text,.who-lead,.dl-lead,.page-lead,.hero-intro,.subtitle){font-size:17px!important}
  html body main :is(.section-title,.history-title,.dl-section-head h2,.dl-panel-head h2,.dl-mini-head h2,.summary-card h2,.long-panel h2,.mode-intro h2,.more-panel h2,.section-head h2,.build-card h2,.why-section h2,.why-card h2,.action-card.full h2,.group-head h2,.faq-section h2,.conclusion h2,.reason-copy h3,.article-subtitle,.content-slab h3,.security-card h3,.doc-section h2,.month-group>h2){font-size:clamp(25px,8vw,32px)!important}
  html body main :is(p,li,.content-slab p,.content-slab li,.security-card p){font-size:15.8px!important}
}

html body footer.placeholder-footer,
html body footer.site-footer{
  margin-top:78px!important;
  padding:34px 0!important;
  background:transparent!important;
  color:var(--muted)!important;
  border-top:0!important;
  box-shadow:none!important;
}
html body footer.placeholder-footer .container,
html body footer.site-footer .container{
  width:min(1240px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:0!important;
}
html body footer .footer-bottom-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  color:var(--muted)!important;
  font-size:15px!important;
  border-top:0!important;
  padding-top:0!important;
}
html body footer .footer-social{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
}
html body footer .social-icon{
  width:28px!important;
  height:28px!important;
  display:inline-grid!important;
  place-items:center!important;
  color:color-mix(in srgb,var(--muted) 86%,var(--text))!important;
  opacity:.86!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body footer .social-icon svg{
  width:26px!important;
  height:26px!important;
  fill:currentColor!important;
}
html body footer .social-icon:hover{
  opacity:1!important;
  color:var(--green)!important;
}
@media(max-width:760px){
  html body footer.placeholder-footer .container,
  html body footer.site-footer .container{
    width:min(100% - 32px,1240px)!important;
  }
  html body footer .footer-bottom-row{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}

.update-card summary h4{
  font-weight:820!important;
}
.update-card .update-content,
.update-card[open] .update-content{
  font-weight:400!important;
}
.update-card .update-content *,
.update-card[open] .update-content *{
  font-weight:400!important;
}
.update-card .update-content :is(h1,h2,h3,h4,h5,h6){
  font-family:var(--font-sans)!important;
  font-size:15.5px!important;
  line-height:1.48!important;
  letter-spacing:-.01em!important;
  font-weight:400!important;
  color:var(--body)!important;
  margin:20px 0 10px!important;
}
.update-card .update-content :is(p,li,ul,ol){
  font-weight:400!important;
  color:var(--body)!important;
}
.update-card .update-content :is(strong,b){
  font-weight:400!important;
  color:inherit!important;
}
.update-card .update-content code{
  font-weight:400!important;
}
