/* Existing MockAllies shell, scoped to keep imported page content untouched. */
.ma-shared-shell{font-family:Geist,Arial,Helvetica,sans-serif;font-size:13px;line-height:1.5;letter-spacing:normal;text-align:left;color:#111;isolation:isolate}
.ma-shared-shell *{box-sizing:border-box}
.ma-shared-shell a{color:inherit;text-decoration:none}
.ma-shared-shell a:focus-visible,.ma-shared-shell button:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.ma-shared-header{position:relative;z-index:1000;width:100%;height:64px}
.ma-shared-shell .topbar{position:relative;inset:auto;display:flex;align-items:center;justify-content:space-between;width:100%;height:64px;margin:0;padding:0 16px;background:transparent;color:inherit;letter-spacing:-.015em;z-index:1}
.dark-page .ma-shared-header,body.bg-background .ma-shared-header{color:#fff}
.ma-shared-shell .topbar .brand{flex:none;font-size:20px;font-weight:400;letter-spacing:-.055em;color:inherit}
.ma-shared-shell .brand sup{font-size:10px;margin-left:2px;vertical-align:top;position:static;line-height:1.5}
.ma-shared-shell .topbar nav{display:flex;align-items:center;gap:clamp(12px,1.8vw,26px);font-size:13px;white-space:nowrap}
.ma-shared-shell .topbar nav>a,.ma-shared-shell .nav-item>a{display:block;padding:8px 0;color:inherit}
.ma-shared-shell .topbar a:hover{opacity:.75}
.ma-shared-shell .topbar .nav-login,.ma-shared-shell .topbar .nav-app{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border-radius:999px;line-height:1;border:1px solid #202023}
.ma-shared-shell .topbar .nav-app{margin-left:-14px;background:#fff;color:#111;border-color:#ddd}
.ma-shared-shell .topbar .nav-login{background:#202023;color:#fff;margin-left:2px}
.ma-shared-shell .sub{position:absolute;left:0;right:0;top:100%;display:flex;align-items:center;flex-direction:column;padding:32px 20px 40px;background:#0a0a0a;color:#fff;visibility:hidden;opacity:0;white-space:normal;z-index:2}
.ma-shared-shell .sub a{display:block;padding:7px 0;font-weight:500;color:#fff}
.ma-shared-shell .sub p{margin:14px 0 2px;font-size:14px;color:#8d8c86}
.ma-shared-shell .sub .sub-title{margin:0 0 14px}
.ma-shared-shell .sub small{font-size:11px;font-weight:400;margin-left:8px;opacity:.6}
.ma-shared-shell .nav-item>a:after{content:'';position:absolute;height:32px;width:130px;transform:translate(-100%,22px)}
.ma-shared-shell .nav-item:hover>.sub,.ma-shared-shell .nav-item:focus-within>.sub{visibility:visible;opacity:1}
.ma-shared-shell .topbar:has(.nav-item:hover),.ma-shared-shell .topbar:has(.nav-item:focus-within){background:#0a0a0a;color:#fff}
.ma-shared-shell .menu-toggle{display:none;font:inherit;color:inherit;border:0;background:none;padding:8px;cursor:pointer}
.ma-shared-footer{background:#080808;color:#fff;padding:1px 0 0;position:relative;z-index:1;clear:both}
.ma-shared-shell .big-footer{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;max-width:1180px;margin:60px auto 0;padding:44px 32px;border-top:1px solid #ffffff29;text-align:left}
.ma-shared-shell .bf-col{display:flex;flex-direction:column;gap:11px;font-size:12px}
.ma-shared-shell .bf-title{margin:0 0 3px;opacity:.5}
.ma-shared-shell .bf-col a{opacity:.8}
.ma-shared-shell .bf-col a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.ma-shared-shell .legal{display:flex;flex-wrap:wrap;gap:10px 22px;max-width:1180px;margin:auto;padding:24px 32px 36px;font-size:12px}
@media(max-width:1180px){
.ma-shared-shell .menu-toggle{display:block}
.ma-shared-shell .topbar nav{display:none;position:fixed;inset:0;padding:84px 24px 40px;background:#080808;color:#fff;flex-direction:column;align-items:flex-start;gap:4px;overflow:auto;font-size:20px;white-space:normal;z-index:3}
.ma-shared-shell .topbar.nav-open nav{display:flex}
.ma-shared-shell .nav-open .brand,.ma-shared-shell .nav-open .menu-toggle{position:relative;z-index:4;color:#fff}
.ma-shared-shell .topbar .sub{position:static;visibility:visible;opacity:1;align-items:flex-start;padding:0 0 10px 14px;background:none;font-size:16px}
.ma-shared-shell .sub .sub-title{display:none}
.ma-shared-shell .nav-item>a:after{display:none}
.ma-shared-shell .topbar .nav-login,.ma-shared-shell .topbar .nav-app{margin:12px 0 0;min-height:40px}
}
@media(max-width:760px){.ma-shared-shell .big-footer{grid-template-columns:repeat(2,minmax(0,1fr));padding:36px 20px}.ma-shared-shell .legal{padding:20px}}

/* Grouped mobile navigation with the subpage links visible. */
@media(max-width:1180px){
.ma-shared-shell .topbar.nav-open{background:#080808}
.ma-shared-shell .topbar nav{top:64px;align-items:stretch;gap:0;padding:22px 22px max(28px,env(safe-area-inset-bottom));background:#080808;color:#fff;overscroll-behavior:contain}
.ma-shared-shell .topbar nav::before{content:"Explore MockAllies";display:block;width:100%;max-width:640px;margin:0 auto 4px;color:#aaa;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.ma-shared-shell .topbar nav>.nav-item,.ma-shared-shell .topbar nav>a{width:100%;max-width:640px;margin-left:auto;margin-right:auto}
.ma-shared-shell .topbar nav>.nav-item,.ma-shared-shell .topbar nav>a:not(.nav-login):not(.nav-app){border-bottom:1px solid #353535}
.ma-shared-shell .topbar nav>.nav-item{padding:17px 0 18px}
.ma-shared-shell .topbar .nav-item>a,.ma-shared-shell .topbar nav>a:not(.nav-login):not(.nav-app){display:block;padding:0;color:#fff;font-size:clamp(21px,5.7vw,26px);font-weight:400;line-height:1.2;letter-spacing:-.04em}
.ma-shared-shell .topbar nav>a:not(.nav-login):not(.nav-app){padding:16px 0}
.ma-shared-shell .topbar .nav-item>.sub{display:flex;visibility:visible;opacity:1;align-items:stretch;gap:0;margin:12px 0 0 2px;padding:0 0 0 14px;border-left:1px solid #444;background:none;color:#fff}
.ma-shared-shell .topbar .sub a{display:block;padding:7px 0;color:#c9c9c9;font-size:15px;line-height:1.35}
.ma-shared-shell .topbar .sub a[aria-current="page"]{color:#fff;font-weight:600}
.ma-shared-shell .topbar .sub .sub-group{margin:14px 0 2px;color:#a8a8a8;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.ma-shared-shell .topbar .nav-login,.ma-shared-shell .topbar .nav-app{width:100%;max-width:640px;min-height:48px;margin:18px auto 0;border-radius:999px;font-size:15px}
.ma-shared-shell .topbar .nav-app{margin-top:10px}
.ma-shared-shell .topbar.nav-open .brand,.ma-shared-shell .topbar.nav-open .menu-toggle{color:#fff}
}
/* In-text links to guides. */
main p a[href^="/guide-"]{text-decoration:underline;text-decoration-color:#9a9a9a;text-underline-offset:3px}
