:root{--eds-accent-2:#00e7b8;--eds-warn:#ffb300;--eds-surface:rgba(10,14,18,.62);--eds-radius:14px;--eds-shadow:0 18px 60px rgba(0,0,0,.35);--eds-muted:hsla(0,0%,100%,.72);--eds-border:hsla(0,0%,100%,.1);--eds-text:hsla(0,0%,100%,.92);--eds-container:1180px;--eds-header-h:74px;--eds-surface-2:rgba(14,18,24,.78);--eds-bg:#070a0d;--eds-warn-2:#ff6a00;--eds-accent:#00c2ff}*{box-sizing:border-box}body,html{height:100%}body{overflow-x:hidden;color:var(--eds-text);margin:0;background:radial-gradient(1100px 650px at 20% -10%,rgba(0,194,255,.18),transparent 55%),radial-gradient(900px 520px at 90% 10%,rgba(255,179,0,.1),transparent 55%),var(--eds-bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{text-decoration:none;color:inherit}img{height:auto;max-width:100%;display:block}.eds-container{margin:0 auto;width:min(var(--eds-container),calc(100% - 32px))}body.admin-bar .eds-header{top:32px}@media (max-width:782px){body.admin-bar .eds-header{top:46px}}body{min-height:100vh;flex-direction:column;display:flex}#eds-main{flex:1;color:#111;background:#fff}#eds-main a{color:inherit}#eds-main li,#eds-main p{color:#1b1f24}.eds-pageWrap{padding:44px 0}.eds-header{position:sticky;top:0;z-index:999}.eds-header__bar{height:var(--eds-header-h);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--eds-border);align-items:center;background:linear-gradient(90deg,rgba(8,10,12,.55),rgba(8,10,12,.25));display:flex}.eds-header__inner{justify-content:space-between;gap:18px;align-items:center;display:flex}.eds-header__logo{min-width:160px;align-items:center;display:flex}.eds-header__logo .custom-logo{height:44px;width:auto}.eds-header__brand{font-size:18px;font-weight:700;letter-spacing:.2px;font-family:Manrope,Inter,system-ui,sans-serif}.eds-nav--desktop{flex:1;justify-content:center;display:flex}.eds-nav__list{list-style:none;padding:0;gap:22px;margin:0;align-items:center;display:flex}.eds-nav__list>li>a{padding:10px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.86);transition:background .18s ease,color .18s ease,transform .18s ease;letter-spacing:.2px;align-items:center;border-radius:12px;display:inline-flex}.eds-nav__list>li>a:hover{color:#fff;background:hsla(0,0%,100%,.06)}.eds-nav__list .current-menu-item>a,.eds-nav__list .current_page_item>a{border:1px solid rgba(0,194,255,.2);color:#fff;background:linear-gradient(90deg,rgba(0,194,255,.18),rgba(0,231,184,.12))}.eds-header__actions{justify-content:flex-end;min-width:160px;gap:10px;align-items:center;display:flex}.eds-iconBtn{height:40px;justify-content:center;border:1px solid var(--eds-border);transition:transform .18s ease,background .18s ease,border-color .18s ease;align-items:center;border-radius:12px;background:hsla(0,0%,100%,.04);width:40px;display:inline-flex}.eds-iconBtn:hover{border-color:rgba(0,194,255,.25);transform:translateY(-1px);background:hsla(0,0%,100%,.07)}.eds-iconBtn--dark{background:hsla(0,0%,100%,.06)}.eds-icon{height:20px;fill:currentColor;color:hsla(0,0%,100%,.9);width:20px}.eds-header.eds-header--scrolled .eds-header__bar{height:64px;background:linear-gradient(90deg,rgba(8,10,12,.75),rgba(8,10,12,.4))}.eds-header.eds-header--scrolled .custom-logo{height:40px}.eds-burger{height:42px;padding:0;justify-content:center;border:1px solid rgba(0,0,0,.65);align-items:center;border-radius:12px;background:rgba(18,22,26,.92);cursor:pointer;width:42px;display:none}.eds-burger__lines{height:14px;position:relative;width:18px;display:block}.eds-burger__lines,.eds-burger__lines:after,.eds-burger__lines:before{background:transparent}.eds-burger__lines:after,.eds-burger__lines:before{height:2px;content:"";position:absolute;border-radius:2px;background:#fff;left:0;width:18px}.eds-burger__lines:before{top:1px}.eds-burger__lines:after{top:11px}.eds-burger__lines{border-top:2px solid #fff;top:0;border-radius:2px}.eds-drawer{pointer-events:none;transition:opacity .2s ease;position:fixed;opacity:0;inset:0}.eds-drawer.is-open{pointer-events:auto;opacity:1}.eds-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}.eds-drawer__panel{height:100%;transform:translateX(12px);border-left:1px solid hsla(0,0%,100%,.1);right:0;transition:transform .2s ease;position:absolute;flex-direction:column;top:0;background:linear-gradient(180deg,rgba(12,14,16,.98),rgba(10,12,14,.96));width:min(360px,92vw);display:flex}.eds-drawer.is-open .eds-drawer__panel{transform:translateX(0)}.eds-drawer__head{padding:16px 16px 10px;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.08);align-items:center;display:flex}.eds-drawer__brand .custom-logo{height:40px;width:auto}.eds-drawer__close{height:42px;font-size:22px;border:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:12px;background:hsla(0,0%,100%,.06);cursor:pointer;width:42px}.eds-nav--mobile{overflow:auto;padding:10px}.eds-nav__list--mobile{flex-direction:column;gap:8px;align-items:stretch}.eds-nav__list--mobile>li>a{padding:12px;justify-content:space-between;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.eds-drawer__foot{padding:14px 16px 18px;border-top:1px solid hsla(0,0%,100%,.08);margin-top:auto}.eds-drawer__icons{gap:10px;display:flex}.eds-iconBtn i{font-size:18px;color:hsla(0,0%,100%,.92);line-height:1}.eds-footer{border-top:1px solid var(--eds-border);background:linear-gradient(180deg,rgba(8,10,12,.65),rgba(6,8,10,.95));margin-top:60px}.eds-footer__inner{grid-template-columns:1.2fr .8fr 1fr;padding:28px 0;gap:22px;display:grid}.eds-footer__desc{font-size:14px;color:var(--eds-muted);margin:10px 0 0;line-height:1.55}.eds-footer__title{font-weight:700;margin-bottom:10px;font-family:Manrope,Inter,system-ui,sans-serif}.eds-footerMenu{list-style:none;padding:0;gap:10px;margin:0;display:grid}.eds-footerMenu a{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.82);display:inline-flex}.eds-footerMenu a:hover{color:#fff}.eds-footer__icons{gap:10px;margin-top:10px;display:flex}.eds-footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.eds-footer__bottomInner{padding:14px 0;justify-content:space-between;font-size:13px;color:hsla(0,0%,100%,.72);gap:12px;display:flex}.eds-footer__right{flex-direction:column;display:flex}.eds-footer__muted{font-size:14px;color:var(--eds-muted);margin:0}.eds-footerPosts{list-style:none;padding:0;gap:10px;margin:0 0 6px;display:grid}.eds-footerPosts__item{padding:10px 12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03)}.eds-footerPosts__link{font-size:14px;font-weight:700;color:hsla(0,0%,100%,.9);display:block}.eds-footerPosts__link:hover{color:#fff}.eds-footerPosts__meta{font-size:12px;color:hsla(0,0%,100%,.68);margin-top:6px;display:block}.eds-footerInfo{gap:10px;margin-top:8px;display:grid}.eds-footerInfo__row{font-size:14px;color:hsla(0,0%,100%,.82);gap:10px;align-items:flex-start;line-height:1.5;display:flex}.eds-footerInfo__row i{font-size:16px;color:rgba(0,194,255,.9);margin-top:2px}.eds-homeIntro{padding:44px 0 10px}.eds-homeIntro__title{font-size:clamp(26px,3vw,38px);letter-spacing:-.2px;margin:0;font-family:Manrope,Inter,system-ui,sans-serif}.eds-homeIntro__desc{color:var(--eds-muted);max-width:62ch;margin:10px 0 0}.eds-footer__contact{margin-top:16px}.eds-footer__credit{text-decoration:none;font-weight:600;color:inherit;opacity:.9}.eds-footer__credit:hover{text-decoration:underline;opacity:1;text-underline-offset:3px}@media (max-width:980px){.eds-nav--desktop{display:none}.eds-burger{display:inline-flex}.eds-header__actions,.eds-header__logo{min-width:unset}.eds-footer__inner{grid-template-columns:1fr}.eds-footer__bottomInner{flex-direction:column;align-items:flex-start}}