@import url("./site-navigation-themes.css?v=20260728-navigation-themes-v1");

.site-account-menu { position:relative; flex:0 0 auto; }
.site-account-menu .site-account-button { padding:0; cursor:pointer; }
.site-account-popover { position:absolute; z-index:90; top:calc(100% + 12px); right:0; width:180px; padding:8px; visibility:hidden; opacity:0; background:var(--white); border:1px solid var(--line); border-radius:10px; box-shadow:0 18px 45px rgba(8,42,52,.18); transform:translateY(-7px); transition:opacity .18s,transform .18s,visibility .18s; pointer-events:none; }
.site-account-popover::before { content:""; position:absolute; right:14px; bottom:100%; border:7px solid transparent; border-bottom-color:var(--white); }
.site-account-popover::after { content:""; position:absolute; right:0; bottom:100%; width:100%; height:14px; }
.site-account-popover a,.site-account-popover button { width:100%; min-height:40px; display:flex; align-items:center; padding:9px 12px; color:var(--ink); background:transparent; border:0; border-radius:7px; font-family:var(--font-interface); font-size:12px; font-weight:700; text-align:left; cursor:pointer; }
.site-account-popover form { margin:0; padding-top:4px; border-top:1px solid var(--line); }
.site-account-popover a:hover,.site-account-popover a:focus-visible,.site-account-popover button:hover,.site-account-popover button:focus-visible { color:var(--white); background:var(--teal-900); outline:none; }
.site-account-menu:hover .site-account-popover,.site-account-menu:focus-within .site-account-popover,.site-account-menu.is-open .site-account-popover { visibility:visible; opacity:1; transform:translateY(0); pointer-events:auto; }

.study-account-page .site-header { position:sticky; z-index:70; top:0; height:85px; }
.study-account-page .site-header .utility-bar { display:none; }
.study-account-page .site-header .nav-shell { height:100%; box-shadow:0 8px 28px rgba(39,51,52,.06); }
.study-account-page .site-header .navbar { width:min(1440px,calc(100% - 48px)); height:100%; min-height:0; }

@media (max-width:860px) {
  .study-account-page .site-header { height:72px; }
  .study-account-page .site-header .navbar { width:min(100% - 32px,720px); }
  .study-account-page .site-header .primary-nav { max-height:calc(100dvh - 72px); overflow-y:auto; }
  .site-account-popover { top:calc(100% + 9px); }
}
