.wtb-header{--h-bg:var(--wtb-h-bg,#f7f7f5);--h-text:var(--wtb-h-text,#161616);--h-muted:#777;--h-border:var(--wtb-h-border,rgba(0,0,0,.08));--h-accent:var(--wtb-h-accent,var(--wt-accent,#111));position:relative;background:var(--h-bg);color:var(--h-text);border-bottom:1px solid var(--h-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:100}.wtb-header.is-sticky{position:sticky;top:0}.wtb-header--cinematic{background:rgba(8,13,15,.42);color:#fff;border-bottom-color:rgba(255,255,255,.12);position:absolute;inset:0 0 auto}.wtb-header--cinematic.is-sticky{position:fixed}.wtb-header--cinematic .wtb-main-nav a,.wtb-header--cinematic .wtb-brand-copy small,.wtb-header--cinematic .wtb-header-meta{color:rgba(255,255,255,.72)}.wtb-header--cinematic .wtb-header-icon{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}.wtb-header--cinematic .wtb-brand-mark{background:#fff;color:#111}.wtb-header--glass{background:rgba(255,255,255,.62);box-shadow:0 10px 35px rgba(0,0,0,.04)}.wtb-announcement{font-size:12px;background:var(--h-accent);color:#fff}.wtb-announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:center}.wtb-announcement a{display:flex;align-items:center;gap:10px;font-weight:800}.wtb-header-main{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.wtb-brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.wtb-brand-logo{display:flex;align-items:center;justify-content:center;width:var(--wtb-logo-width);max-width:var(--wtb-logo-width)}.wtb-brand-logo .custom-logo-link{display:block}.wtb-brand-logo .custom-logo{width:100%;height:auto;max-height:54px;object-fit:contain}.wtb-brand-mark{width:42px;height:42px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-weight:900;font-size:18px}.wtb-brand-copy{display:flex;flex-direction:column;line-height:1.25}.wtb-brand-copy strong{font-size:16px}.wtb-brand-copy small{color:var(--h-muted);font-size:10px;margin-top:4px}.wtb-main-nav{justify-self:center}.wtb-menu,.wtb-menu ul{list-style:none;margin:0;padding:0}.wtb-menu{display:flex;align-items:center;gap:4px}.wtb-menu>li{position:relative}.wtb-menu>li>a{display:flex;align-items:center;gap:6px;padding:10px 13px;border-radius:12px;font-size:13px;font-weight:750;color:var(--h-muted);transition:.2s}.wtb-menu>li>a:hover,.wtb-menu>li.current-menu-item>a,.wtb-menu>li.current-menu-ancestor>a{color:var(--h-text);background:rgba(0,0,0,.045)}.wtb-menu .sub-menu{position:absolute;right:0;top:calc(100% + 9px);min-width:190px;padding:8px;background:#fff;border:1px solid #e9e9e6;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.10);opacity:0;visibility:hidden;transform:translateY(5px);transition:.2s;z-index:120}.wtb-menu li:hover>.sub-menu,.wtb-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.wtb-menu .sub-menu a{display:block;padding:9px 11px;border-radius:10px;font-size:12px;color:#555}.wtb-menu .sub-menu a:hover{background:#f5f5f2;color:#111}.wtb-header-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.wtb-header-meta{font-size:11px;color:var(--h-muted);white-space:nowrap}.wtb-header-icon{width:42px;height:42px;border:1px solid var(--h-border);border-radius:13px;background:rgba(255,255,255,.72);display:grid;place-items:center;cursor:pointer;color:var(--h-text)}.wtb-search-toggle span{width:15px;height:15px;border:1.7px solid currentColor;border-radius:50%;position:relative}.wtb-search-toggle span:after{content:"";position:absolute;width:6px;height:1.7px;background:currentColor;right:-4px;bottom:-2px;transform:rotate(45deg);border-radius:2px}.wtb-header-cta,.wtb-mobile-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:13px;background:var(--h-accent);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.10);transition:.2s}.wtb-header-cta:hover,.wtb-mobile-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.15)}.wtb-header-cta span{font-size:15px}.wtb-header--cinematic .wtb-header-cta{background:#fff;color:#101415}.wtb-search-panel{border-top:1px solid var(--h-border);background:rgba(255,255,255,.92);padding:16px 0}.wtb-search-panel form{display:flex;gap:10px}.wtb-search-panel input{flex:1;min-width:0;border:1px solid #ddd;border-radius:14px;padding:13px 16px;background:#fff;outline:none}.wtb-search-panel input:focus{border-color:var(--h-accent);box-shadow:0 0 0 4px rgba(0,0,0,.04)}.wtb-search-panel button{border:0;border-radius:14px;background:#111;color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.wtb-mobile-toggle{display:none;gap:3px;flex-direction:column}.wtb-mobile-toggle i{display:block;width:16px;height:1.5px;background:currentColor;border-radius:2px}.wtb-mobile-panel{display:none;border-top:1px solid var(--h-border);background:inherit}.wtb-mobile-meta{font-size:11px;color:var(--h-muted);padding:15px 0 5px}.wtb-mobile-menu,.wtb-mobile-menu ul{list-style:none;margin:0;padding:0}.wtb-mobile-menu li{border-bottom:1px solid var(--h-border)}.wtb-mobile-menu a{display:flex;justify-content:space-between;padding:13px 2px;font-size:14px;font-weight:750}.wtb-mobile-menu .sub-menu{padding-right:16px}.wtb-mobile-cta{margin:18px 0 20px;justify-content:center;width:100%}
.wtb-footer{margin-top:70px;padding:70px 0 22px;position:relative;overflow:hidden;--f-bg:var(--wtb-f-bg,#101314);--f-text:var(--wtb-f-text,#fff);--f-accent:var(--wtb-f-accent,#fff)}.wtb-footer--dark{background:var(--f-bg);color:var(--f-text)}.wtb-footer--light{background:var(--f-bg);color:var(--f-text);border-top:1px solid #deded9}.wtb-footer--gradient{background:radial-gradient(circle at 10% 0%,rgba(0,122,255,.18),transparent 35%),radial-gradient(circle at 90% 100%,rgba(52,199,89,.10),transparent 35%),var(--f-bg);color:var(--f-text)}.wtb-footer-top{display:grid;grid-template-columns:1.5fr repeat(3,minmax(130px,1fr));gap:42px}.wtb-footer-brand-col{max-width:390px}.wtb-footer-brand{display:inline-flex;align-items:center;gap:12px}.wtb-footer-brand>img{width:min(190px,100%);max-height:60px;object-fit:contain}.wtb-footer-brand>span{display:flex;align-items:center;gap:10px}.wtb-footer-brand>span>strong{font-size:19px}.wtb-footer-brand small{display:block;color:#8e9698;font-size:10px;margin-top:3px}.wtb-footer--light .wtb-footer-brand small{color:#777}.wtb-footer-logo-fallback .custom-logo{max-height:58px;width:auto}.wtb-footer-mark{width:45px;height:45px;border-radius:14px;background:#fff;color:#111;display:grid;place-items:center;font-weight:900}.wtb-footer--light .wtb-footer-mark{background:#111;color:#fff}.wtb-footer-description{font-size:13px;line-height:2.1;color:#aab0b2;margin:20px 0 15px;max-width:390px}.wtb-footer--light .wtb-footer-description{color:#666}.wtb-footer-contact{font-size:12px;line-height:2;color:#c8cdcf}.wtb-footer--light .wtb-footer-contact{color:#555}.wtb-footer-social{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.wtb-footer-social a{padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#c9ced0;font-size:10px}.wtb-footer--light .wtb-footer-social a{border-color:#d6d6d0;color:#555}.wtb-footer-social a:hover{border-color:currentColor}.wtb-footer-col h2{font-size:13px;margin:2px 0 13px;font-weight:900}.wtb-footer-menu,.wtb-footer-col ul{list-style:none;padding:0;margin:0}.wtb-footer-menu li,.wtb-footer-col ul li{margin:0}.wtb-footer-menu a,.wtb-footer-col ul a{display:inline-block;padding:4px 0;color:#9da5a8;font-size:12px;transition:.18s}.wtb-footer--light .wtb-footer-menu a,.wtb-footer--light .wtb-footer-col ul a{color:#666}.wtb-footer-menu a:hover,.wtb-footer-col ul a:hover{color:#fff;transform:translateX(-3px)}.wtb-footer--light .wtb-footer-menu a:hover,.wtb-footer--light .wtb-footer-col ul a:hover{color:#111}.wtb-footer-newsletter p{font-size:11px;line-height:1.9;color:#969fa2;margin:0 0 14px}.wtb-footer--light .wtb-footer-newsletter p{color:#666}.wtb-footer-newsletter-btn{display:inline-flex;align-items:center;gap:7px;border-radius:12px;padding:10px 13px;background:#fff;color:#111;font-size:11px;font-weight:900}.wtb-footer--light .wtb-footer-newsletter-btn{background:#111;color:#fff}.wtb-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.10);margin-top:45px;padding-top:18px;color:#81898b;font-size:10px}.wtb-footer--light .wtb-footer-bottom{border-top-color:#d9d9d3;color:#777}.wtb-back-top{margin-right:auto;width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:transparent;color:inherit;cursor:pointer}.wtb-footer--light .wtb-back-top{border-color:#d0d0ca}
.wtb-story-home .wtb-header--cinematic{position:absolute}.wtb-story-home .wtb-header--cinematic.is-sticky{position:fixed}.wtb-story-home .wtb-footer{margin-top:0}.wtb-story-home .wtb-header--editorial{position:relative}.wtb-story-home .wtb-header--glass{position:absolute;inset:12px 12px auto;border-radius:18px;border:1px solid rgba(255,255,255,.22);box-shadow:0 15px 40px rgba(0,0,0,.12)}
@media(max-width:980px){.wtb-header-main{grid-template-columns:auto 1fr auto;gap:12px}.wtb-main-nav{display:none}.wtb-mobile-toggle{display:flex}.wtb-header-meta{display:none}.wtb-mobile-panel:not([hidden]){display:block}.wtb-footer-top{grid-template-columns:1.4fr 1fr 1fr}.wtb-footer-newsletter{grid-column:span 2}.wtb-footer-brand-col{grid-row:span 2}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--wt-max))}.wtb-header-main{min-height:68px}.wtb-brand-copy{display:none}.wtb-brand-logo{width:min(var(--wtb-logo-width),150px)}.wtb-header-cta{display:none}.wtb-header-icon{width:40px;height:40px}.wtb-search-panel form{display:grid;grid-template-columns:1fr auto}.wtb-search-panel button{padding:0 14px}.wtb-footer{padding:52px 0 18px}.wtb-footer-top{grid-template-columns:1fr 1fr;gap:30px}.wtb-footer-brand-col{grid-column:1/-1;grid-row:auto}.wtb-footer-newsletter{grid-column:1/-1}.wtb-footer-bottom{align-items:flex-start;flex-wrap:wrap}.wtb-back-top{margin-right:0}.wtb-story-home .wtb-header--glass{inset:8px 8px auto}}
@media(prefers-reduced-motion:reduce){.wtb-header *, .wtb-footer *{transition:none!important}}


/* Webtick v1.8.1 — shared neon header/footer polish */
body.wtb-single-theme-cyberpunk .wtb-mobile-panel{background:rgba(4,7,18,.97);border-color:rgba(0,229,255,.14)}
body.wtb-single-theme-cyberpunk .wtb-mobile-menu a{color:#dce7ff}
body.wtb-single-theme-cyberpunk .wtb-search-panel{background:rgba(4,7,18,.96);border-color:rgba(0,229,255,.14)}
body.wtb-single-theme-cyberpunk .wtb-search-panel input{background:#080d1d;color:#eef4ff;border-color:rgba(78,136,255,.22)}
body.wtb-single-theme-cyberpunk .wtb-search-panel button{background:linear-gradient(100deg,#ff18d4,#7334ff 55%,#00bfff)}
body.wtb-single-theme-cyberpunk .wtb-footer{background:radial-gradient(circle at 12% 0%,rgba(0,229,255,.08),transparent 28rem),radial-gradient(circle at 88% 90%,rgba(255,24,212,.08),transparent 30rem),#03050d;color:#eef4ff;border-top:1px solid rgba(0,229,255,.14)}
body.wtb-single-theme-cyberpunk .wtb-footer-brand strong,body.wtb-single-theme-cyberpunk .wtb-footer-col h2{color:#fff}
body.wtb-single-theme-cyberpunk .wtb-footer-description{color:#8f9db9}
body.wtb-single-theme-cyberpunk .wtb-footer-contact{color:#aab6cc}
body.wtb-single-theme-cyberpunk .wtb-footer-menu a,body.wtb-single-theme-cyberpunk .wtb-footer-col ul a{color:#8795b2}
body.wtb-single-theme-cyberpunk .wtb-footer-menu a:hover,body.wtb-single-theme-cyberpunk .wtb-footer-col ul a:hover{color:#00e5ff}
body.wtb-single-theme-cyberpunk .wtb-footer-social a{border-color:rgba(0,229,255,.18);color:#a9dff0}
body.wtb-single-theme-cyberpunk .wtb-footer-bottom{border-top-color:rgba(78,136,255,.15);color:#687693}
body.wtb-single-theme-cyberpunk .wtb-back-top{border-color:rgba(0,229,255,.25);color:#00e5ff}

/* Storytelling homepage: make the shared chrome belong to the same universe */
body.wtb-story-home .wtb-header{--h-bg:rgba(4,7,12,.82);--h-text:#f7fbff;--h-muted:#8f9ab5;--h-border:rgba(0,229,255,.16);--h-accent:#ff18d4;background:rgba(4,7,12,.78);border-bottom-color:rgba(0,229,255,.14);box-shadow:0 10px 40px rgba(0,0,0,.28);backdrop-filter:blur(20px)}
body.wtb-story-home .wtb-brand-logo{filter:drop-shadow(0 0 10px rgba(0,229,255,.3)) drop-shadow(0 0 15px rgba(255,24,212,.18))}
body.wtb-story-home .wtb-brand-copy strong{color:#fff;text-shadow:0 0 16px rgba(0,229,255,.18)}
body.wtb-story-home .wtb-menu>li>a{color:#a8b2c9}
body.wtb-story-home .wtb-menu>li>a:hover,body.wtb-story-home .wtb-menu>li.current-menu-item>a{color:#fff;background:linear-gradient(90deg,rgba(0,229,255,.07),rgba(255,24,212,.07));box-shadow:inset 0 -1px 0 rgba(0,229,255,.45)}
body.wtb-story-home .wtb-header-icon{background:rgba(9,14,28,.72);border-color:rgba(0,229,255,.20);color:#e5fbff}
body.wtb-story-home .wtb-header-cta{background:linear-gradient(100deg,#ff18d4,#7434ff 55%,#00bfff);box-shadow:0 0 22px rgba(255,24,212,.2),0 0 35px rgba(0,229,255,.1)}
body.wtb-story-home .wtb-footer{background:radial-gradient(circle at 15% 0%,rgba(0,229,255,.07),transparent 30rem),radial-gradient(circle at 85% 100%,rgba(255,24,212,.07),transparent 30rem),#03050d;color:#eef4ff;border-top-color:rgba(0,229,255,.13)}
body.wtb-story-home .wtb-footer-brand strong,body.wtb-story-home .wtb-footer-col h2{color:#fff}
body.wtb-story-home .wtb-footer-description{color:#8f9db9}
body.wtb-story-home .wtb-footer-menu a,body.wtb-story-home .wtb-footer-col ul a{color:#8795b2}
body.wtb-story-home .wtb-footer-menu a:hover,body.wtb-story-home .wtb-footer-col ul a:hover{color:#00e5ff}
body.wtb-story-home .wtb-footer-social a{border-color:rgba(0,229,255,.17);color:#a9dff0}
body.wtb-story-home .wtb-footer-bottom{border-top-color:rgba(78,136,255,.15);color:#687693}
body.wtb-story-home .wtb-back-top{border-color:rgba(0,229,255,.25);color:#00e5ff}
@media(max-width:640px){body.wtb-story-home .wtb-header--glass{inset:8px 8px auto}}
