/* Shared desktop navigation geometry for the home and Agent Cli pages. */
@media (min-width: 981px) {
  .unified-site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 64px;
    border-bottom: 1px solid rgba(104, 92, 170, 0.1) !important;
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: 0 8px 28px rgba(81, 85, 139, 0.05);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    backdrop-filter: blur(20px) saturate(1.3);
  }

  .unified-site-header .unified-nav-shell {
    width: 100% !important;
    max-width: 1280px !important;
    height: 64px;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .unified-site-header .unified-nav-logo {
    width: 107px;
    height: 36px;
    min-width: 107px;
    padding: 6px 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: none;
  }

  .unified-site-header .unified-nav-logo img {
    width: 83px !important;
    height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
  }

  .unified-site-header .unified-nav-links {
    display: flex !important;
    align-items: center;
    gap: 32px !important;
    margin: 0;
    color: #596378;
    font-size: 14px !important;
    line-height: 20px;
  }

  .unified-site-header .unified-nav-links > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .unified-site-header .unified-nav-links a {
    position: relative;
    color: #596378 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
  }

  .unified-site-header .unified-nav-links a:hover,
  .unified-site-header .unified-nav-links a[aria-current="page"] {
    color: #7437ed !important;
  }

  .unified-site-header .unified-nav-links a[aria-current="page"] {
    font-weight: 600;
  }

  .unified-site-header .unified-nav-links a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    content: '';
    background: linear-gradient(90deg, #5d46ff, #9346f4);
  }

  .unified-site-header .nav-actions {
    min-width: 96px;
    justify-content: flex-end;
  }

  .unified-site-header .unified-nav-cta {
    width: 96px;
    min-width: 96px;
    height: 36px;
    min-height: 36px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(91, 42, 201, 0.18) !important;
    border-radius: 999px;
    background: linear-gradient(135deg, #8d47f3 0%, #6328d6 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(105, 49, 220, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
