:root{--green:#159A82;--green-bright:#35B394;--gold:#D8C196;--gold-dark:#B89552;--bg:#050807;--bg-soft:#090F0D;--surface:#0B1110;--surface-2:#101A17;--surface-3:#13231F;--text:#FFF8EC;--muted:#B9B0A1;--body:#D8D0C1;--line:rgba(216,193,150,.22);--line-soft:rgba(216,193,150,.12);--line-green:rgba(53,179,148,.22);--button:#D8C196;--button-text:#11100D;--shadow:0 28px 92px rgba(0,0,0,.42);--shadow-soft:0 16px 48px rgba(0,0,0,.26);--container:1240px;--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:#0E7664;--green-bright:#159A82;--gold:#B98F46;--gold-dark:#9D7332;--bg:#F7F2E9;--bg-soft:#EFE6D8;--surface:#FFFDF8;--surface-2:#F8F0E5;--surface-3:#EDE0CB;--text:#101916;--muted:#5F584E;--body:#26312D;--line:rgba(151,121,72,.22);--line-soft:rgba(151,121,72,.12);--line-green:rgba(14,118,100,.16);--button:#159A82;--button-text:#FFFDF8;--shadow:0 28px 88px rgba(52,39,18,.11);--shadow-soft:0 18px 48px rgba(52,39,18,.075)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--text);font-family:var(--font-sans);line-height:1.55;background:radial-gradient(circle at 76% 8%,rgba(21,154,130,.18),transparent 32%),radial-gradient(circle at 16% 86%,rgba(216,193,150,.08),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%)}[data-theme=light] body{background:radial-gradient(circle at 82% 7%,rgba(185,143,70,.16),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,.075),transparent 30%),linear-gradient(180deg,#FAF7F0 0%,#F0E6D8 58%,#E9DDCC 100%)}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:18px;z-index:100;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;isolation:isolate}[data-theme=light] .site-header{background:rgba(255,253,248,.78);border-color:rgba(151,121,72,.18);box-shadow:0 18px 44px rgba(53,39,18,.075)}.logo{display:inline-flex;align-items:center;gap:13px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.logo-mark,.mark{width:46px;height:46px;border-radius:999px;background:transparent!important;display:grid;place-items:center;overflow:visible!important;padding:0!important}.logo-mark img,.mark img{display:block;width:46px;height:46px;object-fit:contain}.logo-word{color:var(--green)}.nav{display:flex;align-items:center;gap:14px}.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}.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);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:.18s ease;z-index:100001}.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;font-weight:800;color:var(--text)}.dropdown a small{display:none}.dropdown a:hover{background:color-mix(in srgb,var(--gold) 10%,transparent)}[data-theme=light] .dropdown{background:rgba(255,253,248,.96);border-color:rgba(151,121,72,.22);box-shadow:0 22px 58px rgba(52,39,18,.13)}.header-actions{display:flex;align-items:center;gap:10px}.control{height:42px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2);color:var(--text);padding:0 14px;cursor:pointer;font-weight:850}[data-theme=light] .control{background:rgba(255,253,248,.80);border-color:rgba(151,121,72,.22);color:#101916}.lang-switch{position:relative}.lang-button{min-width:114px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.lang-menu{position:absolute;top:calc(100% + 12px);right:0;width:210px;padding:12px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:.18s ease;z-index:80}.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:10px 12px;border-radius:12px;font-weight:800;color:var(--text)}.lang-menu a:hover{background:color-mix(in srgb,var(--green) 10%,transparent)}[data-theme=light] .lang-menu{background:rgba(255,253,248,.96);border-color:rgba(151,121,72,.22);box-shadow:0 22px 58px rgba(52,39,18,.13)}.btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 24px;border-radius:18px;border:1px solid var(--line);font-weight:900;white-space:nowrap;overflow:hidden;transform:translateZ(0);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{color:#F5FFF9;text-shadow:0 1px 0 rgba(0,0,0,.18);background:radial-gradient(circle at 22% 0%,rgba(115,218,184,.34),transparent 34%),linear-gradient(180deg,#0C5B4D 0%,#073B33 54%,#052B26 100%);border-color:rgba(213,193,150,.46);box-shadow:0 18px 42px rgba(4,27,24,.42),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) inset}.site-header .btn-primary{height:46px;padding:0 18px;border-radius:16px;font-size:14px;letter-spacing:-.01em}[data-theme=light] .btn-primary{color:#F7FFFB;background:linear-gradient(180deg,#0E6253 0%,#0A473E 56%,#07382F 100%);border-color:rgba(9,83,70,.30);box-shadow:0 16px 34px rgba(15,65,53,.16),0 1px 0 rgba(255,255,255,.32) inset,0 -12px 22px rgba(0,0,0,.13) inset}.site-footer{margin-top:78px;padding:34px 0;background:transparent;color:var(--muted);border-top:0!important}.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:28px;color:var(--muted);font-size:15px;border-top:0!important;padding-top:0!important}.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}.social-icon svg{width:26px;height:26px;fill:currentColor}.social-icon:hover{opacity:1;color:var(--green)}
.security-page{padding:72px 0 0}.security-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto}.security-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.76fr);gap:clamp(44px,5.5vw,78px);align-items:center;padding:22px 0 70px}.hero-title{font-family:var(--font-serif);font-size:clamp(58px,6vw,92px);line-height:.96;letter-spacing:-.058em;font-weight:500;margin:0 0 28px}.hero-lead{font-size:clamp(22px,2vw,31px);font-weight:900;line-height:1.24;letter-spacing:-.035em;margin:0 0 24px;color:var(--text);max-width:850px}.hero-text{color:var(--muted);font-size:clamp(18px,1.18vw,20.5px);line-height:1.76;max-width:850px;margin:0}.security-visual{position:relative;min-height:500px;border:1px solid var(--line);border-radius:42px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--green) 16%,transparent),transparent 36%),linear-gradient(145deg,color-mix(in srgb,var(--surface-2) 84%,transparent),color-mix(in srgb,var(--surface) 96%,transparent));box-shadow:var(--shadow-soft);overflow:hidden}.security-visual::before{content:"";position:absolute;inset:0;opacity:.30;background-image:radial-gradient(circle,rgba(53,179,148,.24) 1px,transparent 1.6px),linear-gradient(90deg,rgba(21,154,130,.10) 1px,transparent 1px),linear-gradient(0deg,rgba(21,154,130,.08) 1px,transparent 1px);background-size:24px 24px,92px 92px,92px 92px;mask-image:radial-gradient(circle at 50% 50%,#000 0 64%,transparent 88%)}.shield-core{position:absolute;left:50%;top:50%;width:170px;height:190px;transform:translate(-50%,-50%);z-index:5}.shield-core::before{content:"";position:absolute;left:50%;top:50%;width:118px;height:148px;transform:translate(-50%,-50%);background:linear-gradient(145deg,#159A82,#0A473E);clip-path:polygon(50% 0,88% 14%,88% 52%,74% 78%,50% 100%,26% 78%,12% 52%,12% 14%);box-shadow:0 28px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.28)}.shield-core::after{content:"";position:absolute;left:50%;top:50%;width:42px;height:42px;transform:translate(-50%,-50%);border-radius:14px;border:2px solid var(--gold);background:radial-gradient(circle at 50% 42%,var(--gold) 0 6px,transparent 7px),linear-gradient(180deg,transparent 0 50%,var(--gold) 50% 56%,transparent 56%)}.security-ring{position:absolute;left:50%;top:50%;border:1px solid color-mix(in srgb,var(--gold) 24%,transparent);border-radius:50%;pointer-events:none}.security-ring.r1{width:290px;height:290px;transform:translate(-50%,-50%);animation:spin 36s linear infinite}.security-ring.r2{width:440px;height:440px;transform:translate(-50%,-50%);opacity:.58;animation:spinReverse 56s linear infinite}.security-ring.r3{width:540px;height:270px;transform:translate(-50%,-50%) rotate(12deg);opacity:.60;animation:tilt 11s ease-in-out infinite}.security-node{position:absolute;z-index:7;width:168px;min-height:76px;border:1px solid color-mix(in srgb,var(--line) 86%,transparent);border-radius:22px;background:color-mix(in srgb,var(--surface) 84%,transparent);box-shadow:0 18px 36px rgba(0,0,0,.20);padding:16px 18px;display:grid;place-items:center;text-align:center}.security-node strong{font-size:15px;line-height:1.15;color:var(--text)}.security-node span{font-size:12px;color:var(--muted);line-height:1.3;margin-top:5px}.n-seed{left:8%;top:12%}.n-key{right:8%;top:12%}.n-server{left:8%;bottom:12%}.n-backup{right:8%;bottom:12%}.security-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--green-bright) 62%,transparent),transparent);z-index:3}.security-line.a{left:24%;right:50%;top:29%;transform:rotate(18deg)}.security-line.b{left:50%;right:24%;top:29%;transform:rotate(-18deg)}.security-line.c{left:24%;right:50%;bottom:29%;transform:rotate(-18deg)}.security-line.d{left:50%;right:24%;bottom:29%;transform:rotate(18deg)}.security-dot{position:absolute;left:50%;top:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:99px;background:var(--green-bright);box-shadow:0 0 18px color-mix(in srgb,var(--green-bright) 78%,transparent);z-index:8;animation:orbitDot 12s linear infinite}.security-dot.d2{animation-duration:17s;animation-delay:-5s;background:var(--gold)}.security-dot.d3{animation-duration:21s;animation-delay:-9s}.section-intro{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,.9fr);gap:clamp(28px,5vw,78px);align-items:end;margin-bottom:42px}.section-title{font-family:var(--font-serif);font-size:clamp(42px,4vw,64px);line-height:.98;letter-spacing:-.046em;font-weight:500;margin:0}.section-copy{font-size:18px;line-height:1.72;color:var(--muted);margin:0;max-width:650px;justify-self:end}.security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.security-grid>.security-card:last-child:nth-child(odd){grid-column:1/-1}.security-card{border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 94% 12%,color-mix(in srgb,var(--green) 8%,transparent),transparent 30%),color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:var(--shadow-soft);padding:clamp(30px,4vw,46px);position:relative;overflow:hidden}.card-number{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.14em;margin-bottom:16px;line-height:1}.card-number::after{content:"";display:inline-block;width:38px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}.security-card h2{margin:0 0 18px;color:var(--text);font-size:clamp(25px,2vw,33px);line-height:1.16;font-weight:930;letter-spacing:-.034em}.security-card p{color:var(--muted);font-size:17px;line-height:1.68;margin:0 0 18px}.security-card p:last-child{margin-bottom:0}.security-card ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:22px 0;padding:0;list-style:none}.security-card li{position:relative;padding-left:20px;color:var(--muted);font-size:15.5px;line-height:1.45}.security-card li::before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 8%,transparent)}.conclusion{margin-top:54px;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 90% 12%,color-mix(in srgb,var(--green) 9%,transparent),transparent 28%),color-mix(in srgb,var(--surface) 90%,transparent);padding:clamp(34px,4.5vw,56px);box-shadow:var(--shadow-soft)}.conclusion h2{font-family:var(--font-serif);font-size:clamp(34px,3vw,48px);line-height:1.08;letter-spacing:-.046em;font-weight:500;margin:0 0 20px}.conclusion p{color:var(--muted);font-size:18px;line-height:1.72;margin:0}
[data-theme=light] .security-visual,[data-theme=light] .security-card,[data-theme=light] .conclusion{background:linear-gradient(145deg,rgba(255,253,248,.95),rgba(247,240,229,.84));border-color:rgba(151,121,72,.20);box-shadow:0 20px 54px rgba(52,39,18,.075),inset 0 1px 0 rgba(255,255,255,.72)}[data-theme=light] .security-node{background:rgba(255,253,248,.86);border-color:rgba(151,121,72,.20);box-shadow:0 16px 34px rgba(52,39,18,.08),inset 0 1px 0 rgba(255,255,255,.80)}[data-theme=light] .hero-title,[data-theme=light] .section-title,[data-theme=light] .conclusion h2{color:#101916}[data-theme=light] .hero-lead,[data-theme=light] .security-card h2,[data-theme=light] .security-node strong{color:#075e50}[data-theme=light] .hero-text,[data-theme=light] .section-copy,[data-theme=light] .security-card p,[data-theme=light] .security-card li,[data-theme=light] .conclusion p,[data-theme=light] .security-node span{color:#3d4742}
@keyframes spin{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spinReverse{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes tilt{0%,100%{transform:translate(-50%,-50%) rotate(12deg) scale(1);opacity:.56}50%{transform:translate(-50%,-50%) rotate(-8deg) scale(1.04);opacity:.76}}@keyframes orbitDot{from{transform:rotate(0deg) translateX(174px)}to{transform:rotate(360deg) translateX(174px)}}@media(max-width:1120px){.site-header{position:static;margin-top:12px;height:auto;flex-wrap:wrap;padding:14px}.nav{display:none}.security-page{padding-top:50px}.security-hero{grid-template-columns:1fr}.security-visual{max-width:720px}.section-intro{grid-template-columns:1fr}.section-copy{justify-self:start;max-width:900px}.security-grid{grid-template-columns:1fr}}@media(max-width:820px){.container,.security-shell,.site-header{width:min(100% - 32px,var(--container))}.header-actions{width:100%;flex-wrap:wrap}.hero-title{font-size:clamp(46px,12vw,66px)}.hero-lead{font-size:22px}.hero-text,.section-copy,.conclusion p{font-size:16.5px}.security-visual{min-height:560px}.security-node{width:140px;min-height:66px;padding:12px}.n-seed,.n-key{top:8%}.n-server,.n-backup{bottom:8%}.security-card{padding:24px;border-radius:28px}.security-card ul{grid-template-columns:1fr}.footer-bottom-row{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}html{scroll-behavior:auto}}

.security-page{padding-top:74px!important}
.security-hero{grid-template-columns:minmax(0,1.04fr) minmax(420px,.78fr)!important;gap:clamp(44px,5.5vw,78px)!important;align-items:center!important;padding:22px 0 82px!important}
.security-visual{min-height:528px!important;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--green) 17%,transparent),transparent 36%),radial-gradient(circle at 78% 18%,color-mix(in srgb,var(--gold) 9%,transparent),transparent 27%),linear-gradient(145deg,color-mix(in srgb,var(--surface-2) 84%,transparent),color-mix(in srgb,var(--surface) 96%,transparent))!important;isolation:isolate}
.scan{position:absolute;left:50%;top:50%;width:250px;height:250px;border-radius:50%;border:1px solid color-mix(in srgb,var(--green-bright) 36%,transparent);transform:translate(-50%,-50%);opacity:0;z-index:3;animation:scanPulse 6s ease-out infinite}.scan.s2{animation-delay:3s}
.shield-core{animation:shieldFloat 6.8s ease-in-out infinite}.shield-core::after{animation:lockGlow 4.8s ease-in-out infinite}
.security-line{background-size:220% 100%!important;animation:connectorFlow 5.8s ease-in-out infinite!important}.security-line.b{animation-delay:-1.4s!important}.security-line.c{animation-delay:-2.8s!important}.security-line.d{animation-delay:-4.2s!important}
.security-node{animation:nodeFloat 7.2s ease-in-out infinite}.n-seed{animation-delay:-.2s}.n-key{animation-delay:-1.4s}.n-server{animation-delay:-2.6s}.n-backup{animation-delay:-3.8s}
.grouped-security{padding-top:0!important}.security-group{margin-top:clamp(48px,5vw,76px)}
.group-head{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,.9fr);gap:clamp(28px,5vw,78px);align-items:end;margin-bottom:36px}
.group-head h2{font-family:var(--font-serif);font-size:clamp(38px,3.7vw,58px);line-height:.98;letter-spacing:-.046em;font-weight:500;margin:0;color:var(--text)}
.group-head p{font-size:18px;line-height:1.72;color:var(--muted);margin:0;max-width:650px;justify-self:end}
.section-intro{display:none!important}
.security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px!important}
.security-card{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;background:radial-gradient(circle at 94% 12%,color-mix(in srgb,var(--green) 8%,transparent),transparent 30%),color-mix(in srgb,var(--surface) 88%,transparent)!important}
.security-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--green) 30%,var(--line));box-shadow:0 28px 70px rgba(0,0,0,.22)}
.security-card h3{margin:0 0 18px;color:var(--text);font-size:clamp(25px,2vw,33px);line-height:1.16;font-weight:930;letter-spacing:-.034em}
.warning-card,.checklist-card{grid-column:1/-1}
.warning-card{border-color:color-mix(in srgb,var(--gold) 42%,var(--line))!important;background:radial-gradient(circle at 96% 16%,color-mix(in srgb,var(--gold) 13%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 82%,transparent))!important}
.warning-card ul,.checklist-card ul{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.conclusion{margin-top:clamp(52px,5vw,76px)!important}
[data-theme=light] .security-visual,[data-theme=light] .security-card,[data-theme=light] .conclusion{background:linear-gradient(145deg,rgba(255,253,248,.95),rgba(247,240,229,.84))!important;border-color:rgba(151,121,72,.20)!important;box-shadow:0 20px 54px rgba(52,39,18,.075),inset 0 1px 0 rgba(255,255,255,.72)!important}
[data-theme=light] .warning-card{background:radial-gradient(circle at 96% 16%,rgba(185,143,70,.12),transparent 30%),linear-gradient(145deg,rgba(255,253,248,.96),rgba(247,240,229,.86))!important}
[data-theme=light] .group-head h2{color:#101916}[data-theme=light] .group-head p{color:#3d4742}[data-theme=light] .security-card h3{color:#075e50}
@keyframes shieldFloat{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-8px)}}
@keyframes lockGlow{0%,100%{filter:brightness(1)}50%{filter:brightness(1.18) drop-shadow(0 0 10px color-mix(in srgb,var(--gold) 60%,transparent))}}
@keyframes scanPulse{0%{transform:translate(-50%,-50%) scale(.65);opacity:0}18%{opacity:.42}100%{transform:translate(-50%,-50%) scale(1.55);opacity:0}}
@keyframes connectorFlow{0%,100%{background-position:0% 50%;opacity:.58}50%{background-position:100% 50%;opacity:1}}
@keyframes nodeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@media(max-width:1120px){.security-hero{grid-template-columns:1fr!important}.group-head{grid-template-columns:1fr}.group-head p{justify-self:start;max-width:900px}.security-grid{grid-template-columns:1fr}.warning-card ul,.checklist-card ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:820px){.security-page{padding-top:50px!important}.security-visual{min-height:560px!important}.warning-card ul,.checklist-card ul{grid-template-columns:1fr!important}.footer-bottom-row{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){.scan,.shield-core,.shield-core::after,.security-line,.security-node{animation:none!important}}

.hero-title{font-family:var(--font-serif,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;margin:0 0 26px!important}
.group-head h2,.section-title,.conclusion h2{font-family:var(--font-serif,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}
.security-card h3{color:color-mix(in srgb,var(--text) 88%,var(--muted))!important;font-size:clamp(22px,1.75vw,28px)!important;line-height:1.18!important;font-weight:850!important;letter-spacing:-.025em!important}
[data-theme="light"] .hero-title{color:#101916!important;text-shadow:0 1px 0 rgba(255,255,255,.54)!important}
[data-theme="light"] .group-head h2,[data-theme="light"] .section-title,[data-theme="light"] .conclusion h2{color:#9D7A36!important}
[data-theme="light"] .security-card h3{color:#101916!important}
@media(max-width:820px){.hero-title{font-size:clamp(42px,12vw,58px)!important}.group-head h2,.section-title,.conclusion h2{font-size:clamp(25px,7vw,32px)!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;
  }
}
