/* Gabaritaqui U10 — identidade visual compartilhada da home aprovada. */
:root{
  --gq-font:"Poppins",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --gq-navy:#061b3a;
  --gq-green:#00b96f;
  --gq-soft:#edf9f5;
  --gq-line:#dbe9e5;
  --gq-muted:#5c7085;
}
html,body,button,input,select,textarea,
body *:not(code):not(pre):not(kbd):not(samp){
  font-family:var(--gq-font)!important;
}
h1,h2,h3,h4,h5,h6,.logo,.brand,.section-title,.page-title,.card-title{
  font-family:var(--gq-font)!important;
}
img{max-width:100%}

/* Cabeçalho de segurança para telas que originalmente não tinham navegação. */
.core-injected-topbar{
  position:relative;
  z-index:80;
  width:100%;
  padding:0!important;
  border-bottom:1px solid var(--gq-line);
  background:rgba(255,255,255,.98);
  box-shadow:0 8px 28px rgba(6,27,58,.06);
}
.core-injected-topbar .nav{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:18px;
}
.core-injected-topbar .logo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  color:var(--gq-navy);
  font-weight:800;
  text-decoration:none;
}
.core-injected-topbar .logo-mark{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
}
.core-injected-topbar .logo-mark img{width:100%;height:100%;object-fit:contain}
.core-injected-topbar .logo em{color:var(--gq-green);font-style:normal}
.core-injected-topbar .main-nav,
.topbar .main-nav.core-primary-nav{
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-width:0;
  flex:1 1 auto;
}
.core-injected-topbar .main-nav a,
.topbar .main-nav.core-primary-nav a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 11px;
  border-radius:12px;
  color:var(--gq-navy);
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  text-decoration:none;
}
.core-injected-topbar .main-nav a:hover,
.core-injected-topbar .main-nav a[aria-current="page"],
.topbar .main-nav.core-primary-nav a:hover,
.topbar .main-nav.core-primary-nav a[aria-current="page"]{
  color:#007d4b;
  background:#e9fff6;
}
.core-injected-topbar .main-nav svg,
.topbar .main-nav.core-primary-nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}
.core-injected-topbar .portal-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.core-injected-topbar .button{min-height:40px;display:inline-flex;align-items:center;padding:8px 13px;border:1px solid var(--gq-line);border-radius:999px;text-decoration:none;font-size:12px;font-weight:700}
.core-injected-topbar .button.primary{color:#fff;border-color:var(--gq-green);background:var(--gq-green)}
.core-injected-topbar .mobile-button{display:none;width:44px;height:44px;padding:0;border:1px solid var(--gq-line);border-radius:12px;color:var(--gq-navy);background:#fff}
.core-injected-topbar .mobile-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}
.core-injected-topbar>.portal-mobile-nav{display:none;padding:10px 18px 16px;border-top:1px solid var(--gq-line);background:#fff}
.core-injected-topbar>.portal-mobile-nav.open{display:grid;gap:3px}
.core-injected-topbar>.portal-mobile-nav a{min-height:46px;display:flex;align-items:center;padding:8px 12px;border-radius:10px;color:var(--gq-navy);font-size:12px;font-weight:750;text-decoration:none}
.core-injected-topbar>.portal-mobile-nav a:hover,.core-injected-topbar>.portal-mobile-nav a:focus-visible{background:#e9fff6}
.core-mobile-account-actions{display:none;padding:0 18px 16px;border-top:0;background:#fff}
.mobile-nav.open+.core-mobile-account-actions,
.portal-mobile-nav.open+.core-mobile-account-actions{display:block}
.core-mobile-account-actions .button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:var(--gq-green);font-size:12px;font-weight:800;text-decoration:none}

/* Controles autenticados: sino e perfil continuam visíveis na home. */
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.login-link,
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.btn,
html[data-gabaritaqui-authenticated="true"] .portal-header .portal-actions>[data-public-account-action],
html[data-gabaritaqui-authenticated="true"] .portal-header .portal-actions>[data-public-secondary-action]{display:none!important}
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.core-notification-bell,
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.profile,
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.menu-toggle{visibility:visible}
html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.core-notification-bell,
html[data-gabaritaqui-authenticated="true"] .portal-header .portal-actions>.core-notification-bell{display:inline-grid!important}
@media(max-width:980px){html[data-gabaritaqui-authenticated="true"] .site-header .nav-actions>.menu-toggle{display:grid!important}}

/* U16R4: estado visual antecipado do menu durante a troca de página.
   A pista vem do cache local apenas para evitar flicker; /api/bootstrap continua
   sendo a fonte de autorização. */
html[data-gabaritaqui-auth-hint="authenticated"] body>header .core-public-actions,
html[data-gabaritaqui-auth-hint="authenticated"] body>header.site-header .nav-actions>.login-link,
html[data-gabaritaqui-auth-hint="authenticated"] body>header.site-header .nav-actions>a[href*="#planos"],
html[data-gabaritaqui-auth-hint="authenticated"] body>.mobile-menu .mobile-account-actions{
  visibility:hidden!important;pointer-events:none!important
}
html[data-gabaritaqui-auth-hint="anonymous"] body>header .profile,
html[data-gabaritaqui-auth-hint="anonymous"] body>header .core-notification-bell,
html[data-gabaritaqui-auth-hint="anonymous"] body>header .v17-bell{
  visibility:hidden!important;pointer-events:none!important
}
.core-notification-bell,.v17-bell{
  position:relative;
  width:42px;
  height:42px;
  display:inline-grid!important;
  place-items:center;
  flex:0 0 42px;
  border:1px solid var(--gq-line);
  border-radius:50%;
  color:var(--gq-navy);
  background:#fff;
  box-shadow:0 4px 14px rgba(5,38,77,.06);
  text-decoration:none;
}
.core-notification-bell:hover,.core-notification-bell:focus-visible,.v17-bell:hover,.v17-bell:focus-visible{color:#008c68;border-color:#90cfb0;background:#e7fbf1}
.core-notification-bell svg,.v17-bell svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.core-notification-count,.v17-bell>span{position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;color:#fff;background:#c73546;font-size:9px;font-weight:800}
.core-notification-count[hidden],.v17-bell>span[hidden]{display:none!important}
.core-profile{position:relative;flex:0 0 auto}
.core-profile .profile-button{min-height:46px;display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border:1px solid var(--gq-line);border-radius:999px;color:var(--gq-navy);background:#fff;box-shadow:0 5px 16px rgba(5,38,77,.07);cursor:pointer}
.core-profile .avatar{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#0d405f,#05264d);font-size:12px;font-weight:800}
.core-profile .profile-copy{display:block;text-align:left}
.core-profile .profile-copy strong{display:block;font-size:12px}
.core-profile .profile-copy span{display:block;margin-top:1px;color:#008c68;font-size:9px;font-weight:800;text-transform:uppercase}
.core-profile .profile-chevron{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;transition:transform .18s}
.core-profile .profile-button[aria-expanded="true"] .profile-chevron{transform:rotate(180deg)}
.profile .core-profile-menu{display:none;position:absolute;top:54px;right:0;z-index:120;width:min(448px,calc(100vw - 24px));max-height:calc(100dvh - 80px);padding:10px;border:1px solid var(--gq-line);border-radius:22px;background:#fff;box-shadow:0 22px 60px rgba(5,38,77,.18);overflow:hidden;text-align:left}
.profile .core-profile-menu.open{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.core-profile-menu .profile-summary{margin-bottom:7px;padding:14px 15px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#05264d,#0c4964)}
.core-profile-menu .profile-summary span,.core-profile-menu .profile-summary small{display:block;color:#cde3da;font-size:10px;font-weight:700}
.core-profile-menu .profile-summary strong{display:block;margin-top:4px;font-size:12px}
.profile-menu-content{min-height:0;display:grid;gap:8px;overflow:auto}
.account-menu-heading{margin:0;padding:6px 10px 4px;color:#71857d;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.account-menu-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}
.profile-menu .account-menu-link{min-height:42px;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;gap:9px;padding:8px 10px;border-radius:10px;color:var(--gq-muted);background:transparent;font-size:11px;font-weight:700;text-decoration:none}
.profile-menu .account-menu-link:hover,.profile-menu .account-menu-link:focus-visible,.profile-menu .account-menu-link.active{color:var(--gq-navy);background:#e7fbf1}
.profile-menu .account-menu-link>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.profile-menu .account-menu-logout{grid-column:1/-1;margin-top:5px;border-top:1px solid var(--gq-line);color:#a33e3e}
.account-menu-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:9px -10px -10px;padding:11px 14px;border-top:1px solid var(--gq-line);background:linear-gradient(135deg,#f5fbf8,#eef8f5)}
.profile-menu .account-menu-brand{display:inline-flex;align-items:center;gap:7px;color:var(--gq-navy);font-size:14px;font-weight:800;text-decoration:none}
.account-menu-brand img{width:29px;height:29px;object-fit:contain}.account-menu-brand em{color:#008c68;font-style:normal}
.account-socials{display:flex;gap:5px}.profile-menu .account-socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(5,38,77,.1);border-radius:50%;color:var(--gq-navy);background:#fff}.account-socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9}

/* Rodapé aprovado da nova home, compartilhado sem variações entre páginas. */
.site-footer{
  margin-top:clamp(48px,7vw,88px)!important;
  padding:58px 0 24px!important;
  color:var(--gq-muted)!important;
  border-top:1px solid rgba(6,27,58,.08)!important;
  background:radial-gradient(circle at 12% 0%,rgba(8,200,121,.10),transparent 30%),linear-gradient(180deg,#f7fffc 0%,#edf9f5 100%)!important;
}
.site-footer>.container{width:min(calc(100% - 40px),1180px)!important;margin-inline:auto!important}
.site-footer .footer-grid{display:grid!important;grid-template-columns:1.4fr repeat(3,1fr)!important;gap:44px!important;padding-bottom:45px!important}
.site-footer .footer-brand{max-width:340px!important}
.site-footer .footer-mark{display:block!important;width:min(100%,238px)!important;margin-bottom:17px!important}
.site-footer .footer-logo{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}
.site-footer .footer-brand p{margin:0!important;color:var(--gq-muted)!important;font-size:.77rem!important;line-height:1.65!important}
.site-footer .footer-col h3{margin:0 0 15px!important;color:var(--gq-navy)!important;font-size:.76rem!important;font-weight:800!important;text-transform:uppercase!important}
.site-footer .footer-col a{display:block!important;margin:9px 0!important;color:#587084!important;font-size:.72rem!important;text-decoration:none!important}
.site-footer .footer-col a:hover,.site-footer .footer-legal a:hover{color:#00a965!important}
.site-footer .footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;padding-top:20px!important;border-top:1px solid rgba(6,27,58,.10)!important;color:#6d8293!important;font-size:.65rem!important}
.site-footer .footer-legal{display:flex!important;flex-wrap:wrap!important;gap:16px!important}

@media(max-width:1180px){
  .topbar .nav.core-primary-header{min-height:unset!important;flex-wrap:wrap!important;padding-top:9px!important;padding-bottom:9px!important}
  .topbar .main-nav.core-primary-nav{order:3!important;width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;overscroll-behavior-inline:contain;scrollbar-width:thin}
  .topbar .main-nav.core-primary-nav a{flex:0 0 auto}
  .study-timer-panel,.hall-study-timer{top:132px!important}
  .core-injected-topbar .main-nav.core-public-nav{display:none!important}
  .core-injected-topbar .core-public-header>.mobile-button{display:grid!important;place-items:center}
}
@media(max-width:980px){
  html[data-gabaritaqui-authenticated="true"] .site-header .nav{flex-wrap:wrap!important;padding-bottom:8px!important}
  html[data-gabaritaqui-authenticated="true"] .site-header .nav-links.core-primary-nav{
    order:4!important;
    width:100%!important;
    display:flex!important;
    flex:1 0 100%!important;
    justify-content:flex-start!important;
    gap:2px!important;
    margin-top:6px!important;
    padding:5px 0 3px!important;
    border-top:1px solid var(--gq-line)!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin
  }
  html[data-gabaritaqui-authenticated="true"] .site-header .nav-links.core-primary-nav a{min-width:152px;min-height:44px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
  html[data-gabaritaqui-authenticated="true"] .site-header .menu-toggle,
  html[data-gabaritaqui-authenticated="true"] body>.mobile-menu{display:none!important}
}
@media(max-width:840px){
  .site-footer>.container{width:min(calc(100% - 28px),1180px)!important}
  .site-footer .footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:30px!important}
  .site-footer .footer-brand{grid-column:1/-1!important}
  .site-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important}
  .core-profile .profile-copy,.core-profile .profile-chevron{display:none!important}
  .core-profile .profile-button{width:46px!important;min-width:46px!important;padding:4px!important}
  .account-menu-links{grid-template-columns:1fr}
  .profile-menu .account-menu-logout{grid-column:auto}
}
@media(max-width:520px){
  .site-footer .footer-grid{grid-template-columns:1fr!important}
  .site-footer .footer-brand{grid-column:auto!important}
  .site-footer .footer-legal{gap:10px!important}
  .profile .core-profile-menu{position:fixed;top:76px;right:8px;left:8px;width:auto;max-height:calc(100dvh - 84px)}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* U16 — cabeçalho canônico: espelha o shell usado em gabaritaqui-questoes.html.
   Tudo fica escopado ao #v17Header para que CSS específico de cada página não o altere. */
#v17Header.core-global-topbar{
  position:sticky!important;top:0!important;z-index:70!important;width:100%!important;
  margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid var(--line,var(--gq-line,#dbe9e3))!important;
  background:rgba(255,255,255,.94)!important;box-shadow:none!important;
  backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important
}
#v17Header.core-global-topbar .core-header-anchor{position:absolute!important;inset:0 auto auto 0!important;width:1px!important;height:1px!important;overflow:hidden!important}
#v17Header.core-global-topbar>.wrap.nav{
  width:min(var(--max,1220px),calc(100% - 44px))!important;min-height:72px!important;height:auto!important;
  margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;gap:18px!important
}
#v17Header.core-global-topbar .logo{
  min-width:max-content!important;display:inline-flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;
  margin:0!important;padding:0!important;color:var(--ink,var(--gq-navy,#05264d))!important;background:transparent!important;
  font-family:var(--gq-font,"Poppins",ui-sans-serif,system-ui,sans-serif)!important;font-size:21px!important;font-weight:700!important;
  line-height:1!important;letter-spacing:-.05em!important;text-decoration:none!important
}
#v17Header.core-global-topbar .logo-mark{position:relative!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;flex:0 0 40px!important;overflow:visible!important}
#v17Header.core-global-topbar .logo-mark img{position:static!important;inset:auto!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;transform:none!important}
#v17Header.core-global-topbar .logo em{color:var(--green,var(--gq-green,#00b96f))!important;font-style:normal!important}
#v17Header.core-global-topbar .main-nav.core-primary-nav{
  min-width:0!important;max-width:780px!important;flex:1 1 710px!important;align-self:stretch!important;
  display:grid!important;grid-template-columns:minmax(88px,.9fr) minmax(108px,1fr) minmax(84px,.85fr) minmax(176px,1.35fr) minmax(86px,.9fr)!important;
  align-items:stretch!important;gap:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important
}
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item{
  position:relative!important;width:100%!important;min-width:0!important;min-height:44px!important;height:100%!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  margin:0!important;padding:0 9px!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  color:#526761!important;background:transparent!important;font-size:12px!important;font-weight:800!important;line-height:1!important;
  white-space:nowrap!important;text-decoration:none!important;transform:none!important
}
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item:hover,
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item:focus-visible,
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item.active,
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item[aria-current="page"]{color:var(--ink,var(--gq-navy,#05264d))!important;background:transparent!important;box-shadow:none!important;transform:none!important}
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item::after{content:none!important}
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item.active::after,
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item[aria-current="page"]::after{
  content:""!important;position:absolute!important;right:6px!important;bottom:-1px!important;left:6px!important;height:3px!important;
  border-radius:3px 3px 0 0!important;background:var(--green,var(--gq-green,#00b96f))!important
}
#v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item>svg{width:17px!important;height:17px!important;display:block!important;flex:0 0 17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
#v17Header.core-global-topbar .nav-spacer{min-width:0!important;flex:1 1 auto!important}
#v17Header.core-global-topbar .core-public-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;margin:0!important;padding:0!important}
#v17Header.core-global-topbar .core-public-actions .button{min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 15px!important;border:1px solid var(--line,var(--gq-line,#dbe9e3))!important;border-radius:12px!important;box-shadow:none!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;white-space:nowrap!important;transform:none!important}
#v17Header.core-global-topbar .core-public-actions .button.ghost{color:var(--ink,var(--gq-navy,#05264d))!important;background:#fff!important}
#v17Header.core-global-topbar .core-public-actions .button.primary{color:#fff!important;border-color:var(--green,var(--gq-green,#00b96f))!important;background:var(--green,var(--gq-green,#00b96f))!important}
#v17Header.core-global-topbar .v17-bell{position:relative!important;width:42px!important;height:42px!important;display:inline-grid!important;place-items:center!important;flex:0 0 42px!important;margin:0!important;padding:0!important;border:1px solid var(--line,var(--gq-line,#dbe9e3))!important;border-radius:50%!important;color:var(--ink,var(--gq-navy,#05264d))!important;background:#fff!important;box-shadow:0 4px 14px rgba(5,38,77,.05)!important;text-decoration:none!important}
#v17Header.core-global-topbar .v17-bell:hover,#v17Header.core-global-topbar .v17-bell:focus-visible{color:var(--green-dark,#008c68)!important;border-color:#90cfb0!important;background:var(--green-soft,#e7fbf1)!important}
#v17Header.core-global-topbar .v17-bell svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
#v17Header.core-global-topbar .v17-bell>span{position:absolute!important;top:-4px!important;right:-4px!important;min-width:19px!important;height:19px!important;display:grid!important;place-items:center!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;color:#fff!important;background:#c73546!important;font-size:9px!important;font-weight:900!important;line-height:1!important}
#v17Header.core-global-topbar .v17-bell>span[hidden]{display:none!important}
#v17Header.core-global-topbar .profile{position:relative!important;min-width:0!important;flex:0 0 auto!important;margin:0!important;padding:0!important}
#v17Header.core-global-topbar .core-profile .profile-button{width:auto!important;max-width:196px!important;min-height:46px!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:4px 10px 4px 4px!important;border:1px solid var(--line,var(--gq-line,#dbe9e3))!important;border-radius:999px!important;color:var(--ink,var(--gq-navy,#05264d))!important;background:#fff!important;box-shadow:0 5px 16px rgba(5,38,77,.07)!important;cursor:pointer!important;transform:none!important}
#v17Header.core-global-topbar .core-profile .profile-button:hover,#v17Header.core-global-topbar .core-profile .profile-button[aria-expanded="true"]{border-color:#b7d5c7!important;box-shadow:0 7px 20px rgba(5,38,77,.1)!important}
#v17Header.core-global-topbar .core-profile .avatar{position:relative!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;flex:0 0 36px!important;border-radius:50%!important;color:#fff!important;background:linear-gradient(145deg,#0d405f,var(--ink,var(--gq-navy,#05264d)))!important;font-size:12px!important;font-weight:800!important;overflow:hidden!important}
#v17Header.core-global-topbar .core-profile .profile-copy{min-width:0!important;display:block!important;text-align:left!important;line-height:1.25!important}
#v17Header.core-global-topbar .core-profile .profile-copy strong{display:block!important;overflow:hidden!important;color:var(--ink,var(--gq-navy,#05264d))!important;font-size:12px!important;font-weight:800!important;text-overflow:ellipsis!important;white-space:nowrap!important}
#v17Header.core-global-topbar .core-profile .profile-copy span{display:block!important;margin-top:1px!important;overflow:hidden!important;color:var(--green-dark,#008c68)!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important;text-overflow:ellipsis!important;white-space:nowrap!important}
#v17Header.core-global-topbar .core-profile .profile-chevron{width:17px!important;height:17px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;transition:transform .18s!important}
#v17Header.core-global-topbar .core-profile .profile-button[aria-expanded="true"] .profile-chevron{transform:rotate(180deg)!important}
#v17Header.core-global-topbar .profile-menu.core-profile-menu{display:none!important;position:absolute!important;top:54px!important;right:0!important;left:auto!important;z-index:120!important;width:min(448px,calc(100vw - 24px))!important;max-height:calc(100dvh - 80px)!important;margin:0!important;padding:10px!important;border:1px solid var(--line,var(--gq-line,#dbe9e3))!important;border-radius:22px!important;background:#fff!important;box-shadow:0 22px 60px rgba(5,38,77,.18)!important;overflow:hidden!important;text-align:left!important}
#v17Header.core-global-topbar .profile-menu.core-profile-menu.open{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important}
#v17Header.core-global-topbar .mobile-button{display:none!important;width:42px!important;height:42px!important;place-items:center!important;flex:0 0 42px!important;margin:0!important;padding:0!important;border:1px solid var(--line,var(--gq-line,#dbe9e3))!important;border-radius:12px!important;color:var(--ink,var(--gq-navy,#05264d))!important;background:#fff!important;box-shadow:none!important}
#v17Header.core-global-topbar .mobile-button svg{width:20px!important;height:20px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
#v17Header.core-global-topbar>.mobile-nav{display:none!important;margin:0!important;padding:8px 18px 16px!important;border-top:1px solid var(--line,var(--gq-line,#dbe9e3))!important;background:#fff!important}
#v17Header.core-global-topbar>.mobile-nav.open{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important}
#v17Header.core-global-topbar>.mobile-nav a{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:10px!important;border:0!important;border-radius:10px!important;color:var(--muted,var(--gq-muted,#52677a))!important;background:transparent!important;font-size:12px!important;font-weight:800!important;text-align:left!important;text-decoration:none!important}
#v17Header.core-global-topbar>.mobile-nav a[aria-current="page"],#v17Header.core-global-topbar>.mobile-nav a:hover,#v17Header.core-global-topbar>.mobile-nav a:focus-visible{color:var(--ink,var(--gq-navy,#05264d))!important;background:var(--green-soft,#e7fbf1)!important}
#v17Header.core-global-topbar .core-legacy-home-menu-toggle{display:none!important}

@media(max-width:1180px){
  #v17Header.core-global-topbar>.wrap.nav{height:auto!important;flex-wrap:wrap!important;row-gap:0!important;padding-top:8px!important;padding-bottom:7px!important}
  #v17Header.core-global-topbar .main-nav.core-primary-nav{order:4!important;width:100%!important;max-width:none!important;min-height:51px!important;flex:1 0 100%!important;display:grid!important;grid-template-columns:none!important;grid-template-rows:1fr!important;grid-auto-flow:column!important;grid-auto-columns:minmax(168px,1fr)!important;justify-content:start!important;margin-top:7px!important;padding:3px 0 4px!important;border-top:1px solid var(--line,var(--gq-line,#dbe9e3))!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:inline proximity!important;scrollbar-width:thin!important}
  #v17Header.core-global-topbar .main-nav.core-primary-nav .nav-item{scroll-snap-align:start!important}
}
@media(max-width:760px){
  #v17Header.core-global-topbar>.wrap.nav{width:min(100% - 28px,var(--max,1220px))!important;gap:12px!important}
  #v17Header.core-global-topbar .logo-mark{width:38px!important;height:38px!important;flex-basis:38px!important}
  #v17Header.core-global-topbar .core-profile .profile-copy,#v17Header.core-global-topbar .core-profile .profile-chevron{display:none!important}
  #v17Header.core-global-topbar .core-profile .profile-button{width:46px!important;min-width:46px!important;padding:4px!important}
  #v17Header.core-global-topbar .core-public-actions .button.ghost{display:none!important}
}
@media(max-width:520px){
  #v17Header.core-global-topbar .profile-menu.core-profile-menu{position:fixed!important;top:76px!important;right:8px!important;left:8px!important;width:auto!important;max-height:calc(100dvh - 84px)!important}
  #v17Header.core-global-topbar>.mobile-nav.open{grid-template-columns:1fr!important}
}
