:root{
  --az-deep-navy:#0b2a43;
  --az-deep-blue:#0f5ea8;
  --az-signal-blue:#1576c9;
  --az-action-teal:#10a391;
  --az-action-teal-bright:#38d6c4;
  --az-ink:#13203a;
  --az-copy:#334766;
  --az-muted:#5a6b86;
  --az-subtle:#8595ad;
  --az-border:#e3e8f0;
  --az-frost:#f4f8fc;
  --az-primary-soft:#e8f1fb;
  --az-glass:rgba(255,255,255,.76);
  --az-glass-strong:rgba(255,255,255,.88);
  --az-glass-border:rgba(255,255,255,.68);
  --az-shadow:0 18px 46px rgba(11,42,67,.10);
}

.az-brand-wordmark{display:block;width:auto;max-width:100%;height:38px}
.az-brand-wordmark--compact{height:32px}
.az-logo-mark{display:block;width:38px;height:38px;flex:none}

.az-app-shell{
  background:
    radial-gradient(circle at 13% 8%,rgba(21,118,201,.13),transparent 28%),
    radial-gradient(circle at 88% 80%,rgba(16,163,145,.11),transparent 31%),
    #f2f6fb!important;
}
.az-app-sidebar,.az-app-topbar,.az-app-assistant{
  background:var(--az-glass-strong)!important;
  border-color:rgba(160,181,207,.42)!important;
  -webkit-backdrop-filter:blur(22px) saturate(135%);
  backdrop-filter:blur(22px) saturate(135%);
}
.az-glass-card,
.az-app-shell main [style*="background:#fff;border:1px solid #e3e8f0;border-radius:8px"]{
  box-sizing:border-box;
  min-width:0;
  background:var(--az-glass)!important;
  border-color:var(--az-glass-border)!important;
  box-shadow:0 8px 26px rgba(11,42,67,.07)!important;
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  backdrop-filter:blur(18px) saturate(125%);
}
.az-app-shell main [style*="background:#fff;border:1px solid #cbd8e8"]{
  background:var(--az-glass-strong)!important;
}
.az-site-shell{background:#f4f7fb!important}
.az-site-nav{
  background:rgba(7,20,37,.86)!important;
  -webkit-backdrop-filter:blur(18px) saturate(130%)!important;
  backdrop-filter:blur(18px) saturate(130%)!important;
}
.az-login-panel{
  background:
    radial-gradient(circle at 18% 12%,rgba(21,118,201,.20),transparent 35%),
    radial-gradient(circle at 82% 86%,rgba(16,163,145,.16),transparent 32%),
    #071421!important;
}
.az-auth-card{
  background:rgba(255,255,255,.82)!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:var(--az-shadow)!important;
  -webkit-backdrop-filter:blur(24px) saturate(130%);
  backdrop-filter:blur(24px) saturate(130%);
}

@media (prefers-reduced-transparency:reduce){
  .az-app-sidebar,.az-app-topbar,.az-app-assistant,.az-auth-card{background:#fff!important;backdrop-filter:none!important}
  .az-glass-card,.az-app-shell main [style*="background:#fff;border:1px solid #e3e8f0;border-radius:8px"]{background:#fff!important;backdrop-filter:none!important}
}

@media (max-width:860px){
  .az-onboarding-grid{grid-template-columns:1fr!important}
  .az-mail-grid{grid-template-columns:1fr!important}
  .az-app-topbar>div:first-child{width:100%;max-width:100%}
  .az-app-topbar>div:last-child{width:100%;max-width:100%;min-width:0;margin-left:0!important;justify-content:flex-start!important;overflow-x:auto;contain:inline-size}
  .az-page-subtitle{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .az-glass-card{width:100%;max-width:100%;min-width:0!important;overflow-x:auto!important;contain:inline-size}
  .az-glass-card table{min-width:580px}
  .az-app-assistant{width:100%!important;height:auto!important;min-height:480px;border-left:0!important;border-top:1px solid var(--az-border)!important}
}
