@font-face{font-family:"MODTAC Saira";src:url("assets/fonts/SairaStencilOne-Regular.ttf") format("truetype");font-display:swap}
:root{
  --font-display:"MODTAC Saira","Saira Stencil One","Arial Narrow",sans-serif;
  --font-body:Inter,Arial,Helvetica,sans-serif;
  --ecosystem-gold:#d7a94f;
  --ecosystem-text:#f3eee4;
  --ecosystem-muted:#aaa79f;
}
html,body{max-width:100%;overflow-x:hidden}
.ecosystem-header{position:relative;z-index:80;display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:center;min-height:84px;padding:7px clamp(16px,3vw,44px);border-bottom:1px solid rgba(215,169,79,.34);background:linear-gradient(180deg,rgba(12,15,16,.985),rgba(8,10,12,.975));box-shadow:0 8px 24px rgba(0,0,0,.24)}
.ecosystem-header *{min-width:0}
.ecosystem-brand{display:flex;align-items:center;gap:15px;width:max-content;max-width:100%;color:var(--ecosystem-text);text-decoration:none}
.ecosystem-brand img{display:block;width:164px;height:auto;aspect-ratio:16/9;object-fit:contain;object-position:left center}
.ecosystem-brand>span{display:grid;gap:4px;padding-left:15px;border-left:1px solid rgba(215,169,79,.42)}
.ecosystem-brand b{color:var(--ecosystem-gold);font:400 25px/.94 var(--font-display);letter-spacing:.055em;text-transform:uppercase;text-shadow:0 0 18px rgba(215,169,79,.16)}
.ecosystem-brand small{color:var(--ecosystem-muted);font:600 9px/1.25 var(--font-body);letter-spacing:.11em}
.ecosystem-links{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.ecosystem-links a,.ecosystem-menu a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid rgba(215,169,79,.35);border-radius:8px;color:var(--ecosystem-text);background:#13171a;text-decoration:none;font:700 11px/1.15 var(--font-body);letter-spacing:.055em;white-space:nowrap}
.ecosystem-links .ecosystem-return{border-color:var(--ecosystem-gold);background:var(--ecosystem-gold);color:#17130d}
.ecosystem-links a:hover,.ecosystem-links a:focus-visible,.ecosystem-menu a:hover,.ecosystem-menu a:focus-visible{border-color:#e6c16b}
.ecosystem-menu{display:none;position:relative}.ecosystem-menu summary{list-style:none}.ecosystem-menu summary::-webkit-details-marker{display:none}
.ecosystem-footer{position:static;margin-top:28px;border-top:1px solid rgba(215,169,79,.3);background:linear-gradient(180deg,#0c0f11,#080a0c);color:var(--ecosystem-text)}
.ecosystem-footer__inner{display:grid;grid-template-columns:minmax(230px,1.2fr) minmax(150px,.8fr) minmax(180px,.8fr);gap:28px;width:min(1500px,calc(100% - 40px));margin:0 auto;padding:28px 0 24px}
.ecosystem-footer__brand{display:flex;align-items:center;gap:17px}.ecosystem-footer__brand img{display:block;width:180px;height:auto;aspect-ratio:16/9;object-fit:contain;object-position:left center}.ecosystem-footer__brand div{display:grid;gap:6px;padding-left:15px;border-left:1px solid rgba(215,169,79,.38)}.ecosystem-footer__brand b{color:var(--ecosystem-gold);font:400 22px/.95 var(--font-display);letter-spacing:.055em;text-transform:uppercase}.ecosystem-footer__brand span{color:var(--ecosystem-muted);font:500 12px/1.4 var(--font-body)}
.ecosystem-footer nav,.ecosystem-footer__support{display:grid;align-content:start;gap:9px}.ecosystem-footer a{min-height:28px;color:var(--ecosystem-text);font:600 12px/1.4 var(--font-body);text-decoration:none}.ecosystem-footer a:hover,.ecosystem-footer a:focus-visible{color:#e6c16b}
.ecosystem-footer__bottom{display:flex;justify-content:space-between;gap:20px;width:min(1500px,calc(100% - 40px));margin:0 auto;padding:14px 0 18px;border-top:1px solid rgba(255,255,255,.1);color:var(--ecosystem-muted);font:600 11px/1.4 var(--font-body);letter-spacing:.055em}
@media(max-width:700px){
  .ecosystem-header{grid-template-columns:minmax(0,1fr) auto auto;min-height:74px;padding:6px 10px;gap:8px}
  .ecosystem-brand{gap:8px}.ecosystem-brand img{width:94px;height:auto}.ecosystem-brand>span{gap:0;padding-left:8px}.ecosystem-brand b{font-size:15px}.ecosystem-brand small{display:none}
  .ecosystem-links>a:not(.ecosystem-return){display:none}.ecosystem-links .ecosystem-return{min-height:40px;padding:0 10px;font-size:10px}
  .ecosystem-menu{display:block}.ecosystem-menu summary{display:grid;place-items:center;min-width:48px;min-height:40px;border:1px solid rgba(215,169,79,.35);border-radius:8px;background:#13171a;color:var(--ecosystem-text);font:700 9px/1 var(--font-body);letter-spacing:.06em;cursor:pointer}
  .ecosystem-menu div{position:absolute;top:46px;right:0;z-index:90;display:grid;width:140px;padding:8px;border:1px solid rgba(215,169,79,.35);background:#0d1114;box-shadow:0 12px 24px rgba(0,0,0,.4)}
  .ecosystem-footer__inner{grid-template-columns:1fr;gap:20px;width:calc(100% - 28px);padding:24px 0 20px}.ecosystem-footer__brand{align-items:center}.ecosystem-footer__brand img{width:168px}.ecosystem-footer__brand b{font-size:20px}.ecosystem-footer nav,.ecosystem-footer__support{gap:7px}.ecosystem-footer__bottom{align-items:flex-start;flex-direction:column;width:calc(100% - 28px);gap:5px}
}
@media(max-width:410px){
  .ecosystem-header{gap:6px}.ecosystem-brand img{width:84px}.ecosystem-brand>span{padding-left:6px}.ecosystem-brand b{font-size:13px}.ecosystem-links .ecosystem-return{padding:0 8px;font-size:9px}.ecosystem-menu summary{min-width:44px}.ecosystem-footer__brand{gap:12px}.ecosystem-footer__brand img{width:142px}.ecosystem-footer__brand div{padding-left:11px}.ecosystem-footer__brand b{font-size:18px}.ecosystem-footer__brand span{font-size:11px}
}
@media(prefers-reduced-motion:reduce){.ecosystem-header *,.ecosystem-footer *{scroll-behavior:auto!important;transition:none!important}}
