/* Authenticated Adlo navigation shell. Keep these selectors prefixed so page UI is untouched. */
.account-global-header{
  min-height:58px!important;height:58px!important;background:#fff!important;border-bottom:1px solid #e5e3dc!important;
  display:flex!important;align-items:center!important;gap:14px!important;padding:0 22px!important;position:sticky!important;
  top:0!important;z-index:1000!important;color:#0f1117!important;font-family:"DM Sans",sans-serif!important;
}
.account-header-logo{display:flex;align-items:center;flex:none;text-decoration:none}.account-header-logo img{display:block;width:auto;height:25px}
.account-header-separator{width:1px;height:22px;background:#e5e3dc;flex:none}
.account-breadcrumb{display:flex;align-items:center;gap:4px;color:#777f8b;font-size:13px;line-height:1;white-space:nowrap}
.account-breadcrumb a{color:inherit;text-decoration:none}.account-breadcrumb a:hover{color:#1a56db}
.account-header-action{margin-left:8px;display:flex;align-items:center}
.account-new-campaign,.account-settings-logout,.account-builder-state{display:inline-flex;align-items:center;justify-content:center;height:34px;border:0;border-radius:999px;padding:0 17px;font:600 13px/1 "DM Sans",sans-serif;text-decoration:none;white-space:nowrap;cursor:pointer}
.account-new-campaign{background:#075bd8;color:#fff}.account-new-campaign:hover{background:#064db8;color:#fff}
.account-settings-logout{background:#eb0000;color:#fff}.account-settings-logout:hover{background:#c90000}
.account-builder-state{background:#ff8a00;color:#fff;cursor:default;text-transform:none}
.account-profile-wrap{position:relative;margin-left:auto;display:flex;align-items:center}
.account-profile-trigger{border:0;background:transparent;display:flex;align-items:center;gap:8px;padding:3px 0 3px 8px;font:500 13px/1 "DM Sans",sans-serif;color:#626873;cursor:pointer}
.account-profile-company{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-profile-avatar{width:38px;height:38px;border-radius:50%;background:#d6d6d6;position:relative;display:block;overflow:hidden;flex:none}
.account-profile-avatar::before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:6px;left:12px}
.account-profile-avatar::after{content:"";position:absolute;width:27px;height:18px;border-radius:50% 50% 42% 42%;background:#fff;left:5.5px;bottom:-4px}
.account-profile-menu{position:absolute;right:0;top:48px;width:168px;background:#075bd8;color:#fff;border-radius:0 0 10px 10px;box-shadow:0 12px 24px rgba(15,17,23,.24);padding:0 0 12px;z-index:1100;overflow:hidden}
.account-profile-menu[hidden]{display:none!important}.account-profile-title{font-size:13px;font-weight:700;padding:13px 12px 11px;border-bottom:1px solid rgba(255,255,255,.24)}
.account-profile-link{display:block;color:#fff;text-decoration:none;padding:5px 12px;font-size:12px;line-height:1.15}.account-profile-link:hover,.account-profile-link:focus-visible{background:rgba(255,255,255,.15);outline:0}
.account-profile-logout{display:block;margin:6px 12px 0;width:calc(100% - 24px);height:25px;border:0;border-radius:999px;background:#fff;color:#075bd8;font:600 12px/1 "DM Sans",sans-serif;cursor:pointer}

.account-global-sidebar{background:#fff!important;border-right:1px solid #e5e3dc!important;padding:18px 12px!important;display:flex!important;flex-direction:column!important;gap:2px!important;font-family:"DM Sans",sans-serif!important;overflow-y:auto!important}
.account-sidebar-section{font-size:10px;font-weight:500;color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin:16px 8px 6px}.account-sidebar-section:first-child{margin-top:0}
.account-sidebar-link{display:flex;align-items:center;padding:8px 10px;border-radius:8px;color:#4b5563;text-decoration:none;font-size:13px;line-height:1.2}.account-sidebar-link:hover{background:#f7f6f3;color:#0f1117}.account-sidebar-link.active{background:#eff4ff;color:#1a56db;font-weight:600}
.account-sidebar-logout{align-self:flex-start;margin:8px 10px 0;border:0;border-radius:999px;background:#075bd8;color:#fff;height:28px;padding:0 13px;font:600 12px/1 "DM Sans",sans-serif;cursor:pointer}
.account-relocated-exports{display:flex;gap:8px;align-items:center;margin-left:auto}
.account-shell-mounted .app{grid-template-rows:58px 1fr}

@media(max-width:760px){
  .account-global-header{padding:0 14px!important;gap:10px!important}.account-header-separator,.account-breadcrumb{display:none!important}.account-header-action{margin-left:0}.account-profile-company{display:none}.account-profile-trigger{padding-left:0}.account-global-sidebar{display:none!important}
  .account-new-campaign,.account-settings-logout,.account-builder-state{height:32px;padding:0 13px;font-size:12px}.account-profile-menu{position:fixed;right:12px;top:58px}
}
