
:root{
  --awf-shell-bg:#06080d;
  --awf-shell-bg-soft:#0c1119;
  --awf-shell-panel:#0d131d;
  --awf-shell-panel-soft:rgba(255,255,255,.03);
  --awf-shell-border:rgba(255,255,255,.12);
  --awf-shell-border-strong:rgba(255,255,255,.18);
  --awf-shell-text:#f7f9fd;
  --awf-shell-text-soft:#b8c0d6;
  --awf-shell-text-dim:#8d98b4;
  --awf-shell-accent-1:#7b4dff;
  --awf-shell-accent-2:#39c7ff;
  --awf-shell-shadow:0 28px 80px rgba(0,0,0,.36);
  --awf-shell-container:min(1280px, calc(100% - 32px));
  --awf-shell-header-height:126px;
  --awf-shell-admin-offset:0px;
}

body.awf-hf-active{
  padding-top:var(--awf-shell-header-height);
  background:var(--awf-shell-bg);
}

body.admin-bar.awf-hf-active{
  --awf-shell-admin-offset:32px;
}

@media (max-width:782px){
  body.admin-bar.awf-hf-active{
    --awf-shell-admin-offset:46px;
  }
}

body.awf-hf-active #main_header,
body.awf-hf-active .rh-header,
body.awf-hf-active .header_wrap,
body.awf-hf-active .header-top,
body.awf-hf-active .header_m_menu,
body.awf-hf-active .topline_wrap,
body.awf-hf-active .topline_bar,
body.awf-hf-active .rehub-header,
body.awf-hf-active .mobile_fix_nav,
body.awf-hf-active .rh-stickymenu,
body.awf-hf-active .header-top-wrap,
body.awf-hf-active #theme_footer,
body.awf-hf-active .rehub-main-footer,
body.awf-hf-active .footer-top,
body.awf-hf-active .footer-bottom,
body.awf-hf-active footer#colophon,
body.awf-hf-active .rh_mobilemenu,
body.awf-hf-active .mobileheader_wrap,
body.awf-hf-active header#masthead,
body.awf-hf-active #masthead,
body.awf-hf-active .site-header,
body.awf-hf-active .site-footer,
body.awf-hf-active .main-header-bar-wrap,
body.awf-hf-active .elementor-location-header,
body.awf-hf-active .elementor-location-footer{
  display:none !important;
}

.awf-shell-header,
.awf-shell-footer{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--awf-shell-text);
}

.awf-shell-container{
  width:var(--awf-shell-container);
  margin:0 auto;
}

.awf-shell-header{
  position:fixed;
  top:var(--awf-shell-admin-offset);
  left:0;
  right:0;
  z-index:9998;
  background:linear-gradient(180deg, rgba(5,7,11,.98) 0%, rgba(5,7,11,.95) 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.30);
  backdrop-filter:blur(12px);
}

.awf-shell-topline{
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}

.awf-shell-topline-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:30px;
}

.awf-shell-topline-copy{
  margin:0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--awf-shell-text-soft);
}

.awf-shell-topline-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.awf-shell-topline-links a,
.awf-shell-primary-nav a,
.awf-shell-footer a,
.awf-shell-chip,
.awf-shell-button{
  text-decoration:none !important;
}

.awf-shell-topline-links a{
  color:#dbe3f5;
  font-size:12px;
  font-weight:700;
}

.awf-shell-topline-links a:hover{
  color:#fff;
}

.awf-shell-mainbar-inner{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:16px;
  min-height:64px;
}

.awf-shell-brand{
  min-width:0;
}

.awf-shell-brand-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--awf-shell-text);
  text-decoration:none !important;
}

.awf-shell-brand-logo{
  display:block;
  width:auto;
  max-width:128px;
  max-height:38px;
  height:auto;
}

.awf-shell-brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:
    radial-gradient(140px 74px at 0% 0%, rgba(123,77,255,.28) 0%, rgba(123,77,255,0) 60%),
    radial-gradient(140px 74px at 100% 0%, rgba(57,199,255,.20) 0%, rgba(57,199,255,0) 60%),
    linear-gradient(180deg, #1a2041 0%, #12162c 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 34px rgba(0,0,0,.24);
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  color:#fff;
}

.awf-shell-brand-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  max-width:230px;
}

.awf-shell-brand-copy strong{
  display:block;
  font-size:16px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff;
}

.awf-shell-brand-copy em{
  display:block;
  margin-top:3px;
  font-style:normal;
  font-size:10px;
  font-weight:600;
  line-height:1.4;
  color:var(--awf-shell-text-soft);
}

.awf-shell-primary-nav{
  min-width:0;
  overflow:visible;
}

.awf-shell-mainbar{
  position:relative;
  z-index:4;
}

.awf-shell-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.awf-shell-menu-primary{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:0;
  white-space:nowrap;
  overflow:visible;
  scrollbar-width:none;
}

.awf-shell-menu-primary::-webkit-scrollbar{
  display:none;
}

.awf-shell-menu-primary > li{
  position:relative;
  display:flex;
  align-items:center;
  z-index:2;
}

.awf-shell-menu-primary > li.awf-shell-submenu-open,
.awf-shell-menu-primary > li:hover,
.awf-shell-menu-primary > li:focus-within{
  z-index:40;
}

.awf-shell-menu-primary > li > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 11px;
  color:#edf2ff;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  border-radius:999px;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}

.awf-shell-menu-primary > li.current-menu-item > a,
.awf-shell-menu-primary > li.current_page_item > a,
.awf-shell-menu-primary > li > a:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}

.awf-shell-menu-primary > li.awf-shell-submenu-open > a,
.awf-shell-menu-primary > li.awf-shell-submenu-open > .awf-shell-submenu-toggle{
  background:rgba(255,255,255,.05);
  color:#fff;
}

.awf-shell-menu-primary > li.menu-item-has-children > a::after{
  display:none;
}

.awf-shell-submenu-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  margin-left:-4px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#edf2ff;
  cursor:pointer;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}

.awf-shell-submenu-toggle:hover,
.awf-shell-submenu-toggle:focus-visible{
  background:rgba(255,255,255,.06);
  color:#fff;
  outline:none;
}

.awf-shell-submenu-toggle::before{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  opacity:.9;
  transition:transform .18s ease;
}

li.awf-shell-submenu-open > .awf-shell-submenu-toggle::before{
  transform:rotate(-135deg) translate(-1px, -1px);
}

.awf-shell-menu-primary .sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  z-index:60;
  min-width:270px;
  padding:12px;
  background:rgba(9,12,19,.98);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  box-shadow:var(--awf-shell-shadow);
  display:grid;
  gap:6px;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.awf-shell-menu-primary > li:hover > .sub-menu,
.awf-shell-menu-primary > li:focus-within > .sub-menu,
.awf-shell-menu-primary > li.awf-shell-submenu-open > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.awf-shell-menu-primary .sub-menu li{
  position:relative;
  display:block;
}

.awf-shell-menu-primary .sub-menu a{
  display:block;
  padding:10px 12px;
  color:#eff4ff;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  border-radius:12px;
}

.awf-shell-menu-primary .sub-menu a:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}

.awf-shell-menu-primary .sub-menu .awf-shell-submenu-toggle{
  display:none;
}

.awf-shell-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.awf-shell-button,
.awf-shell-search-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  font-size:13px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.01em;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.awf-shell-button:hover,
.awf-shell-search-toggle:hover{
  transform:translateY(-1px);
}

.awf-shell-button-primary{
  color:#fff;
  background:linear-gradient(90deg, var(--awf-shell-accent-1) 0%, var(--awf-shell-accent-2) 100%);
  border-color:transparent;
  box-shadow:0 16px 34px rgba(68,121,255,.24);
}

.awf-shell-button-secondary{
  color:#fff;
  background:rgba(255,255,255,.03);
}

.awf-shell-button-ghost,
.awf-shell-search-toggle{
  color:#e5ecff;
  background:transparent;
}

.awf-shell-search-toggle{
  padding:0 14px;
  gap:8px;
  cursor:pointer;
}

.awf-shell-icon-search{
  position:relative;
  width:14px;
  height:14px;
  display:inline-block;
  border:2px solid currentColor;
  border-radius:50%;
}

.awf-shell-icon-search::after{
  content:"";
  position:absolute;
  width:7px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  right:-5px;
  bottom:-1px;
  transform:rotate(45deg);
}

.awf-shell-mobile-toggle{
  display:none;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:transparent;
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
}

.awf-shell-mobile-toggle-box{
  display:inline-flex;
  flex-direction:column;
  gap:3px;
}

.awf-shell-mobile-toggle-box span{
  display:block;
  width:16px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}

.awf-shell-quickbar{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.015);
}

.awf-shell-quickbar-inner{
  min-height:32px;
  display:flex;
  align-items:center;
}

.awf-shell-chip-list{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
  overflow-x:auto;
  scrollbar-width:none;
  width:100%;
}

.awf-shell-chip-list::-webkit-scrollbar{
  display:none;
}

.awf-shell-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  color:#ebf1ff;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.03);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.awf-shell-chip:hover{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#fff;
}

.awf-shell-search-panel{
  padding:16px 0 18px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}

.awf-shell-search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}

.awf-shell-search-form input{
  min-height:48px;
  padding:0 16px;
  color:#fff;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  box-shadow:none;
}

.awf-shell-search-form input::placeholder{
  color:#9ba6c4;
}

.awf-shell-search-form button{
  min-height:48px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(90deg, var(--awf-shell-accent-1) 0%, var(--awf-shell-accent-2) 100%);
  cursor:pointer;
}

.awf-shell-mobile-panel{
  position:fixed;
  inset:0;
  z-index:9999;
}

.awf-shell-mobile-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(4px);
}

.awf-shell-mobile-drawer{
  position:absolute;
  top:0;
  right:0;
  width:min(420px, 100%);
  height:100%;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg, rgba(5,7,11,.99) 0%, rgba(10,15,24,.98) 100%);
  border-left:1px solid rgba(255,255,255,.08);
  box-shadow:-16px 0 48px rgba(0,0,0,.34);
}

.awf-shell-mobile-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px 14px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.awf-shell-mobile-close{
  min-width:42px;
  min-height:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:transparent;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.awf-shell-mobile-search{
  padding:16px 18px 0;
}

.awf-shell-mobile-nav{
  padding:18px;
  overflow:auto;
}

.awf-shell-menu-mobile{
  display:grid;
  gap:8px;
}

.awf-shell-menu-mobile > li{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:start;
  gap:8px;
}

.awf-shell-menu-mobile > li > a{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  font-size:15px;
  font-weight:800;
  line-height:1.3;
}

.awf-shell-menu-mobile .sub-menu{
  grid-column:1 / -1;
  display:none;
  gap:6px;
  padding:6px 0 0 10px;
}

.awf-shell-menu-mobile .sub-menu li{
  display:block;
}

.awf-shell-menu-mobile .sub-menu a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:#e7edff;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.05);
  font-size:14px;
  font-weight:700;
  line-height:1.35;
}

.awf-shell-menu-mobile li.awf-shell-submenu-open > .sub-menu{
  display:grid;
}

.awf-shell-mobile-chips{
  padding:0 18px 18px;
}

.awf-shell-mobile-actions{
  display:grid;
  gap:10px;
  padding:0 18px 22px;
  margin-top:auto;
}

.awf-shell-mobile-actions .awf-shell-button{
  width:100%;
}

.awf-shell-footer{
  position:relative;
  z-index:10;
  margin-top:72px;
}

.awf-shell-footer-band{
  padding:32px 0;
  background:
    radial-gradient(520px 240px at 0% 0%, rgba(123,77,255,.18) 0%, rgba(123,77,255,0) 65%),
    radial-gradient(420px 220px at 100% 0%, rgba(57,199,255,.16) 0%, rgba(57,199,255,0) 65%),
    linear-gradient(180deg, #090d15 0%, #070a11 100%);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.awf-shell-footer-band-inner{
  display:grid;
  grid-template-columns:1.3fr auto;
  gap:24px;
  align-items:center;
}

.awf-shell-eyebrow{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#b7c2dd;
}

.awf-shell-footer-band-copy h2{
  margin:0 0 12px;
  font-size:clamp(1.5rem, 2vw, 2rem);
  line-height:1.1;
  color:#fff;
}

.awf-shell-footer-band-copy p{
  margin:0;
  max-width:720px;
  color:#c1cae0;
  font-size:15px;
  line-height:1.7;
}

.awf-shell-footer-band-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.awf-shell-footer-main{
  background:#05070b;
  padding:34px 0 20px;
}

.awf-shell-footer-grid{
  display:grid;
  grid-template-columns:minmax(260px, 1.2fr) repeat(4, minmax(160px, 1fr));
  gap:24px;
}

.awf-shell-footer-brand{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.awf-shell-footer-brand-copy{
  margin:0;
  color:#c1cae0;
  font-size:15px;
  line-height:1.75;
  max-width:360px;
}

.awf-shell-stat-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}

.awf-shell-stat-card{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  min-width:0;
}

.awf-shell-stat-card strong{
  flex:0 0 auto;
  color:#fff;
  font-size:20px;
  font-weight:900;
  line-height:1;
}

.awf-shell-stat-card span{
  min-width:0;
  color:#b4bfd8;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.awf-shell-footer-col h3{
  margin:0 0 14px;
  color:#fff;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.01em;
}

.awf-shell-footer-menu{
  display:grid;
  gap:8px;
  list-style:none;
  margin:0;
  padding:0;
}

.awf-shell-footer-menu li{
  margin:0;
}

.awf-shell-footer-menu a{
  color:#d7e0f3;
  font-size:14px;
  font-weight:700;
  line-height:1.55;
}

.awf-shell-footer-menu a:hover{
  color:#fff;
}

.awf-shell-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  margin-top:26px;
  border-top:1px solid rgba(255,255,255,.08);
}

.awf-shell-footer-bottom-copy{
  color:#9ca8c6;
  font-size:13px;
  line-height:1.6;
}

.awf-shell-footer-bottom-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.awf-shell-footer-bottom-links a{
  color:#dce4f7;
  font-size:13px;
  font-weight:700;
}

.awf-shell-footer-bottom-links a:hover{
  color:#fff;
}

.screen-reader-text{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
}

.skip-link:focus{
  left:10px;
  top:10px;
  z-index:10000;
  width:auto;
  height:auto;
  padding:10px 14px;
  border-radius:12px;
  clip:auto;
  background:#fff;
  color:#111827;
}

@media (max-width:1180px){
  .awf-shell-mainbar-inner{
    grid-template-columns:auto 1fr auto;
  }

  .awf-shell-actions{
    display:none;
  }

  .awf-shell-mobile-toggle{
    display:inline-flex;
  }
}

@media (max-width:980px){
  .awf-shell-primary-nav{
    display:none;
  }

  .awf-shell-mainbar-inner{
    grid-template-columns:auto 1fr auto;
  }

  .awf-shell-footer-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .awf-shell-footer-band-inner{
    grid-template-columns:1fr;
  }

  .awf-shell-footer-band-actions{
    justify-content:flex-start;
  }
}

@media (max-width:782px){
  .awf-shell-topline{
    display:none;
  }

  .awf-shell-mainbar-inner{
    min-height:58px;
    gap:12px;
  }

  .awf-shell-brand-copy em{
    display:none;
  }

  .awf-shell-brand-copy strong{
    font-size:14px;
  }

  .awf-shell-search-toggle .awf-shell-action-text{
    display:none;
  }

  .awf-shell-search-toggle{
    min-width:42px;
    padding:0;
  }
}

@media (max-width:640px){
  :root{
    --awf-shell-container:min(100% - 24px, calc(100% - 24px));
  }

  .awf-shell-footer-grid{
    grid-template-columns:1fr;
  }

  .awf-shell-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .awf-shell-search-form{
    grid-template-columns:1fr;
  }

  .awf-shell-chip-list{
    padding-bottom:4px;
  }

  .awf-shell-stat-grid{
    grid-template-columns:1fr;
  }
}
