﻿:root {
  --ix-primary: #8796DD;
  --ix-accent: #23B5AA;
  --ix-ink: #1F2937;
  --ix-muted: #6B7280;
  --ix-line: #E5E7EB;
  --ix-bg: #F7F8FA;
  --card-bg: #FFFFFF;
  --radius: 14px;
  --shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.hero {
    /* background: #E6E6E5; */
    /* background: linear-gradient(0deg, rgba(248, 249, 250, 1) 0%, rgba(230, 230, 230, 1) 41%); */
    /* background-size: cover;
    width: 100%;
    margin: auto;
    display: block;
    z-index: auto;
    position: relative; */
    display:none;
}


.body-container {
    flex: 1 1;
    overflow: inherit;
    /* margin-top: -23px !important; */
}


/* Body & Layout */
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ix-ink);
  background: var(--ix-bg);
  margin: 0;
}

.page-wrap {
  max-width: 980px;
  margin: auto;
  padding: 0px;
}

/* Header */
.header {
  margin: 14px auto 18px auto;
  border-radius: 4px;
  box-shadow: var(--shadow);
  padding: 0px;
  border: 1px solid var(--ix-line);
}

/* Search Row */
.search-row {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 0px;
}


.search-row input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ix-line);
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
}

/* Filters */
.filters {
  /* margin: 10px 10px 10px 0px; */
  position: sticky;
  top: 0;
  z-index: 5;
  /* margin-top: 18px; */
  /* padding: 8px 12px; */
  background: rgba(247, 248, 250, .9);
  backdrop-filter: saturate(1.2) blur(4px);
  border: 1px solid var(--ix-line);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--ix-line);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.chip[data-active="true"] {
  border-color: var(--ix-primary);
  box-shadow: 0 0 0 2px rgba(135, 150, 221, .15);
}

.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--ix-line);
  border-radius: 12px;
  padding: 10px 36px 10px 12px;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20" fill="none"><path d="M5 7l5 6 5-6" stroke="%236B7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
}

/* Release Notes List */
.list {
    margin: auto;
  display: grid;
  gap: 14px;
    /* width: 80%; */
}

.card {
  background: var(--card-bg);
  border: 1px solid var(--ix-line);
  border-radius: 4px;
  padding: 18px 18px 14px;
  box-shadow: var(--shadow);
}

.card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.date-pill {
  
  color: darkgray;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 12px 6px 0px;
  font-size: 13px;
  letter-spacing: .2px;
}

.meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(35, 181, 170, .12);
  color: #0F766E;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(35, 181, 170, .25);
}

.badge.neutral {
  background: #EEF2FF;
  color: #3730A3;
  border-color: #C7D2FE;
}

h2.title {
  margin: 10px 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.audience {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 6px;
}

/* .tag {
  display: inline-flex;
  align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 10px 6px 28px;
    border: 1px solid var(--ix-line);
    background: #F7F8FA;
    color: #374151;
	padding-left: 28px !important;
  	background-position: 8px 35%;
  	background-size: 14px 14px;
  	background-repeat: no-repeat;
}

.tag svg {
  width: 14px;
  height: 14px;
} */


/* Buyers (shopping cart) */
/* .audience-buyer .tag.audience-buyer{
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <g transform='translate(0 -1.2)'>\
    <circle cx='9' cy='21' r='1.4' fill='none' stroke='%23374151' stroke-width='1.8'/>\
    <circle cx='18' cy='21' r='1.4' fill='none' stroke='%23374151' stroke-width='1.8'/>\
    <path d='M3 4h2l2.2 11.2a2 2 0 002 1.6h7.8a2 2 0 002-1.6L20 9H7' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/>\
  </g>\
</svg>");
} */

/* DSPs (sliders) */
/* .audience-dsp {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path d='M6 5v14M12 5v14M18 5v14' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linecap='round'/>\
  <circle cx='6' cy='10' r='2.2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <circle cx='12' cy='15' r='2.2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <circle cx='18' cy='8' r='2.2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
</svg>");
} */

/* Marketplace Partners (storefront) */
/* .audience-marketplace {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path d='M4 9h16l-1.5-4H5.5z' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linejoin='round'/>\
  <rect x='4' y='9' width='16' height='10' rx='2' ry='2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <rect x='10' y='12' width='4' height='7' fill='none' stroke='%23374151' stroke-width='1.8'/>\
</svg>");
} */

/* Media Owners (screen/monitor) */
/* .audience-media {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <rect x='3' y='5' width='18' height='14' rx='2' ry='2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <rect x='6' y='8' width='6' height='6' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <path d='M14 9h4M14 12h4M6 16h12' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linecap='round'/>\
</svg>");
} */


/* Data Partner (database + node) */
/* .audience-data-partner{
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <g transform='translate(0 2)'>\
    <ellipse cx='12' cy='6' rx='7' ry='3.5' fill='none' stroke='%23374151' stroke-width='1.8'/>\
    <path d='M5 6v8c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5V6' fill='none' stroke='%23374151' stroke-width='1.8'/>\
    <path d='M5 10c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  </g>\
</svg>");
} */


/* Integration Partner (plug + cable) */
/* .audience-integration-partner{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <!-- prongs -->\
  <path d='M9 6v4M11 6v4' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linecap='round'/>\
  <!-- plug body -->\
  <rect x='7' y='10' width='8' height='6' rx='2' ry='2' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  <!-- cable -->\
  <path d='M15 13c3 0 6 1.5 6 4.5 0 1.9-1.4 3.5-4 3.5' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linecap='round'/>\
</svg>");
} */


/* Vendor (price tag / fee) */
.tag.audience-vendor {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <g transform='translate(12 12) scale(0.92) translate(-12 -12)'>\
    <!-- Tag outline (clipped corner) -->\
    <path d='M4 10V6a2 2 0 0 1 2-2h6l8 8-8 8-6-6a2 2 0 0 1-2-2z' fill='none' stroke='%23374151' stroke-width='1.8' stroke-linejoin='round'/>\
    <!-- Tag hole -->\
    <circle cx='8.2' cy='8.2' r='1.4' fill='none' stroke='%23374151' stroke-width='1.8'/>\
  </g>\
</svg>");
}

.summary {
  margin: 6px 0 8px;
  line-height: 1.55;
}

.ul {
  margin: 8px 0 2px 18px;
}

.summary a, a.inline,a.href,
a.MCXref.xref {
  color: #1262eb;
  text-decoration: none;
  /*border-bottom: 1px solid rgba(51,65,176,.2);*/
}

.summary  a, a.inline:hover,
a.MCXref.xref:hover {
  border-bottom-color: rgba(51,65,176,.45);
}

a.inline {
  color: #3341B0;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 65, 176, .2);
}

a.inline:hover {
  border-bottom-color: rgba(51, 65, 176, .45);
}

/* Disclosure */
.disclosure {
  margin-top: 8px;
}

.disclosure button {
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
}

.disclosure button:focus {
  outline: 2px solid var(--ix-primary);
  outline-offset: 2px;
  border-radius: 6px;
}

.disclosure [data-body] {
  display: none;
  margin-top: 6px;
}

.disclosure[aria-expanded="true"] [data-body] {
  display: block;
}

/* Utilities */
.hidden {
  display: none !important;
}

.small {
  font-size: 12px;
}