/* account data apple glass final layer start */
body[data-main-view="accountData"] {
  --account-glass: rgba(255,255,255,.68);
  --account-glass-strong: rgba(255,255,255,.86);
  --account-border: rgba(164,184,198,.34);
  --account-border-strong: rgba(134,163,181,.48);
  --account-ink: #172434;
  --account-muted: #6d7c8c;
  --account-accent: #315f73;
  --account-accent-soft: rgba(78,128,148,.13);
  --account-shadow: 0 22px 54px rgba(45,70,87,.09), inset 0 1px 0 rgba(255,255,255,.82);
  --account-radius: 22px;
  --account-control-height: 44px;
  background: radial-gradient(circle at 8% 3%, rgba(220,241,245,.64), transparent 34%), radial-gradient(circle at 93% 12%, rgba(244,228,223,.52), transparent 28%), #f5f8fa;
}

#accountDataSection.account-data-panel {
  min-height: calc(100vh - 32px);
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--account-ink);
  overflow: clip;
}

#accountDataSection,
#accountDataSection * { box-sizing: border-box; }

#accountDataSection .account-data-root {
  width: min(100%, 1760px);
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 34px);
  display: grid;
  gap: 18px;
  color: var(--account-ink);
  font-family: Inter, "SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
}

#accountDataSection button,
#accountDataSection input {
  font: inherit !important;
  font-family: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

#accountDataSection button {
  min-width: 0;
  border: 1px solid var(--account-border);
  border-radius: 14px;
  background: rgba(255,255,255,.62);
  color: var(--account-ink) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  overflow: visible;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease, opacity .16s ease;
}

#accountDataSection button::before,
#accountDataSection button::after { content: none !important; display: none !important; }
#accountDataSection button:hover:not(:disabled) { border-color: var(--account-border-strong); background: rgba(255,255,255,.84); }
#accountDataSection button:focus-visible,
#accountDataSection input:focus-visible { outline: 3px solid rgba(67,121,145,.2) !important; outline-offset: 2px; }
#accountDataSection button:disabled { opacity: .43 !important; color: var(--account-ink) !important; cursor: not-allowed; }

#accountDataSection .account-data-header,
#accountDataSection .account-data-card > header,
#accountDataSection .account-data-table-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#accountDataSection .account-data-header { min-height: 78px; }
#accountDataSection .account-data-header h1 { margin: 3px 0 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
#accountDataSection .account-data-header p { margin: 8px 0 0; color: var(--account-muted); font-size: 14px; }
#accountDataSection .account-data-eyebrow { color: var(--account-accent); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
#accountDataSection .account-data-header-actions { display: flex; align-items: center; gap: 12px; }
#accountDataSection .account-data-header-actions > span { max-width: 190px; color: var(--account-muted); font-size: 12px; text-align: right; }
#accountDataSection .account-data-refresh-status { min-width: 76px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-refresh-status i { width: 12px; height: 12px; flex: 0 0 auto; border: 2px solid rgba(78,125,145,.22); border-top-color: #4e7d91; border-radius: 50%; animation: account-spin .8s linear infinite; }
#accountDataSection .account-data-primary-action { width: 106px; height: 44px; padding: 0 18px; background: #263f4d; border-color: #263f4d; color: #fff !important; box-shadow: 0 10px 24px rgba(38,63,77,.18); }
#accountDataSection .account-data-primary-action:hover:not(:disabled) { background: #315567; border-color: #315567; transform: translateY(-1px); }
#accountDataSection .account-data-primary-action span { display: inline-block; width: 68px; text-align: center; }

#accountDataSection .account-data-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border: 1px solid var(--account-border);
  border-radius: 20px;
  background: rgba(248,252,253,.66);
  box-shadow: var(--account-shadow);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  backdrop-filter: blur(22px) saturate(1.15);
  overflow: visible;
}

#accountDataSection .account-data-control {
  min-width: 142px;
  height: var(--account-control-height);
  padding: 5px 13px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  text-align: left;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76);
}
#accountDataSection .account-data-control > span { color: var(--account-muted); font-size: 9px; font-weight: 750; line-height: 1; text-transform: uppercase; }
#accountDataSection .account-data-control > strong { max-width: 210px; overflow: hidden; color: var(--account-ink); font-size: 12px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
#accountDataSection .account-data-control > i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--account-muted); font-size: 15px; font-style: normal; }
#accountDataSection .account-data-account-trigger { min-width: 154px; }
#accountDataSection .account-data-date-trigger { min-width: 218px; }
#accountDataSection .account-data-status-trigger { min-width: 132px; }

#accountDataSection .account-data-segmented,
#accountDataSection .account-data-presets {
  min-height: var(--account-control-height);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--account-border);
  border-radius: 15px;
  background: rgba(231,240,244,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
}
#accountDataSection .account-data-segmented button,
#accountDataSection .account-data-presets button {
  height: 34px;
  min-width: 76px;
  padding: 0 12px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #516274 !important;
  white-space: nowrap;
}
#accountDataSection .account-data-presets button { min-width: 62px; }
#accountDataSection .account-data-segmented button.is-active,
#accountDataSection .account-data-presets button.is-active { background: rgba(255,255,255,.9); color: #203b4b !important; box-shadow: 0 5px 15px rgba(43,70,88,.1), inset 0 1px 0 #fff; }

#accountDataSection .account-data-switch {
  min-height: var(--account-control-height);
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
#accountDataSection .account-data-switch > i { position: relative; width: 32px; height: 19px; flex: 0 0 auto; border-radius: 999px; background: #c9d3d9; transition: background .16s ease; }
#accountDataSection .account-data-switch > i::after { content: ""; position: absolute; width: 15px; height: 15px; top: 2px; left: 2px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(24,39,49,.2); transition: transform .16s ease; }
#accountDataSection .account-data-switch.is-active > i { background: #4f8297; }
#accountDataSection .account-data-switch.is-active > i::after { transform: translateX(13px); }

#accountDataSection .account-data-primary-metrics { display: grid; grid-template-columns: repeat(6,minmax(138px,1fr)); gap: 10px; }
#accountDataSection .account-data-secondary-metrics {
  display: grid;
  grid-template-columns: repeat(6,minmax(120px,1fr));
  border: 1px solid var(--account-border);
  border-radius: 18px;
  background: rgba(255,255,255,.47);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  overflow: hidden;
}
#accountDataSection .account-data-metric {
  min-width: 0;
  min-height: 132px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 7px;
  border: 1px solid var(--account-border);
  border-radius: 18px;
  background: var(--account-glass);
  box-shadow: var(--account-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
}
#accountDataSection .account-data-metric > span { color: var(--account-muted); font-size: 12px; }
#accountDataSection .account-data-metric > strong { min-width: 0; overflow: hidden; color: var(--account-ink); font-size: clamp(18px,1.6vw,25px); font-variant-numeric: tabular-nums; text-overflow: ellipsis; white-space: nowrap; }
#accountDataSection .account-data-metric > small { color: #8a684d; font-size: 10px; }
#accountDataSection .account-data-metric-comparison { min-height: 20px; display: flex; align-items: flex-end; color: #687985; font-size: 13px; font-weight: 650; line-height: 1.35; }
#accountDataSection .account-data-metric-comparison.is-up > span { color: #497763; }
#accountDataSection .account-data-metric-comparison.is-down > span { color: #a25f5b; }
#accountDataSection .account-data-coverage { margin-left: 6px; padding: 2px 5px; display: inline-flex; border-radius: 999px; background: rgba(82,128,148,.1); color: #6d7f89; font-size: 9px; font-style: normal; font-weight: 650; vertical-align: 1px; }
#accountDataSection .account-data-selection-notice { margin: 0 0 10px; padding: 9px 12px; border-radius: 12px; background: rgba(213,228,235,.42); color: #5f727d; font-size: 11px; }
#accountDataSection .account-data-secondary-metrics .account-data-metric { min-height: 126px; padding: 13px 16px; border-width: 0 1px 0 0; border-radius: 0; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
#accountDataSection .account-data-secondary-metrics .account-data-metric:last-child { border-right: 0; }
#accountDataSection .account-data-secondary-metrics .account-data-metric strong { font-size: 18px; }

#accountDataSection .account-data-card,
#accountDataSection .account-data-identity,
#accountDataSection .account-data-realtime-summary article,
#accountDataSection .account-data-live-card {
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius);
  background: var(--account-glass);
  box-shadow: var(--account-shadow);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}
#accountDataSection .account-data-card { min-width: 0; padding: clamp(17px,2vw,24px); overflow: hidden; }
#accountDataSection .account-data-card h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
#accountDataSection .account-data-card header span { display: block; margin-top: 4px; color: var(--account-muted); font-size: 12px; }
#accountDataSection .account-data-card header > strong { color: var(--account-muted); font-size: 12px; font-weight: 650; }

#accountDataSection .account-data-trend { position: relative; width: 100%; min-height: 260px; margin-top: 8px; overflow: hidden; }
#accountDataSection .account-data-trend svg { width: 100%; height: auto; min-height: 260px; display: block; overflow: hidden; }
#accountDataSection .account-data-trend-grid { fill: none; stroke: rgba(112,137,152,.17); stroke-width: 1; }
#accountDataSection .account-data-trend-axis { fill: #7c8b96; font-size: 10px; }
#accountDataSection .account-data-trend-area { fill: url(#accountTrendFill); }
#accountDataSection .account-data-trend-line { fill: none; stroke: #4d7e93; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
#accountDataSection .account-data-trend-point { outline: none; }
#accountDataSection .account-data-trend-point:focus circle { stroke: #204d61; stroke-width: 5; }
#accountDataSection .account-data-trend-point circle { fill: #fff; stroke: #4d7e93; stroke-width: 3; pointer-events: none; }
#accountDataSection .account-data-trend-point text { fill: #72808e; font-size: 11px; }
#accountDataSection [data-trend-overlay] { cursor: crosshair; touch-action: pan-y; }
#accountDataSection .account-data-trend-guide { opacity: 0; stroke: rgba(52,84,100,.45); stroke-width: 1; stroke-dasharray: 4 4; pointer-events: none; }
#accountDataSection .account-data-trend-active { opacity: 0; fill: #fff; stroke: #315f73; stroke-width: 4; pointer-events: none; }
#accountDataSection .account-data-trend.has-active-point .account-data-trend-guide,
#accountDataSection .account-data-trend.has-active-point .account-data-trend-active { opacity: 1; }
#accountDataSection .account-data-trend-tooltip { position: absolute; z-index: 3; top: 16px; padding: 12px 14px; display: none; gap: 5px; border: 1px solid rgba(118,148,164,.35); border-radius: 13px; background: rgba(250,253,254,.94); box-shadow: 0 12px 30px rgba(43,67,80,.17); color: #526471; font-size: 12px; line-height: 1.45; font-variant-numeric: tabular-nums; pointer-events: none; backdrop-filter: blur(14px); }
#accountDataSection .account-data-trend-tooltip.is-visible { display: grid; }
#accountDataSection .account-data-trend-tooltip strong { color: #203f4f; font-size: 14px; line-height: 1.4; }
#accountDataSection .account-data-trend-tooltip span { line-height: 1.45; }
#accountDataSection .account-data-trend-tooltip small { margin-top: 4px; color: #6f7f89; font-size: 12px; line-height: 1.45; }

#accountDataSection .account-data-identity { display: flex; align-items: center; gap: 12px; padding: 14px 18px; }
#accountDataSection .account-data-identity > div { display: grid; gap: 4px; }
#accountDataSection .account-data-identity > div:last-child { margin-left: auto; text-align: right; }
#accountDataSection .account-data-identity span { color: var(--account-muted); font-size: 12px; }

#accountDataSection .account-data-avatar { position: relative; width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(145deg,#dbe9ed,#edf3f5); box-shadow: 0 5px 14px rgba(47,74,88,.13); color: #35596b; font-size: 14px; font-weight: 760; }
#accountDataSection .account-data-avatar-small { width: 32px; height: 32px; font-size: 12px; }
#accountDataSection .account-data-avatar-large { width: 50px; height: 50px; font-size: 17px; }
#accountDataSection .account-data-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .16s ease; }
#accountDataSection .account-data-avatar.is-loaded img { opacity: 1; }
#accountDataSection .account-data-avatar.is-error img { display: none; }

#accountDataSection .account-data-account-cell { min-width: 170px; display: flex; align-items: center; gap: 10px; }
#accountDataSection .account-data-account-cell > div { min-width: 0; display: grid; gap: 3px; }
#accountDataSection .account-data-account-cell strong { overflow: hidden; color: var(--account-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
#accountDataSection .account-data-account-cell span { color: var(--account-muted); font-size: 10px; }

#accountDataSection .account-data-comparison-card { padding-bottom: 15px; }
#accountDataSection .account-data-comparison-table-wrap { width: 100%; margin-top: 15px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; border: 1px solid rgba(150,176,192,.25); border-radius: 16px; background: rgba(255,255,255,.4); }
#accountDataSection .account-data-comparison-table { width: max(100%, 1180px); border-collapse: separate; border-spacing: 0; table-layout: fixed; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-comparison-table th,
#accountDataSection .account-data-comparison-table td { height: 54px; padding: 10px 13px; border-bottom: 1px solid rgba(157,178,191,.18); color: #344657; font-size: 12px; text-align: right; white-space: nowrap; }
#accountDataSection .account-data-comparison-table th { height: 42px; background: rgba(225,236,241,.58); color: #73808c; font-size: 10px; font-weight: 760; letter-spacing: .02em; }
#accountDataSection .account-data-comparison-table th:first-child,
#accountDataSection .account-data-comparison-table td:first-child { position: sticky; left: 0; z-index: 3; width: 58px; text-align: center; background: rgba(246,250,251,.96); }
#accountDataSection .account-data-comparison-table th:nth-child(2),
#accountDataSection .account-data-comparison-table td:nth-child(2) { position: sticky; left: 58px; z-index: 2; width: 205px; text-align: left; background: rgba(246,250,251,.96); box-shadow: 8px 0 16px rgba(45,70,87,.035); }
#accountDataSection .account-data-comparison-table tbody tr:hover td { background-color: rgba(226,239,243,.42); }
#accountDataSection .account-data-rank { width: 25px; height: 25px; display: inline-grid; place-items: center; border-radius: 9px; background: #edf2f4; color: #687887; font-size: 11px; font-weight: 800; }
#accountDataSection .account-data-rank.is-top-1 { background: #e8dfc8; color: #715c2f; }
#accountDataSection .account-data-rank.is-top-2 { background: #e1e8eb; color: #52636d; }
#accountDataSection .account-data-rank.is-top-3 { background: #eee1d8; color: #765642; }
#accountDataSection .account-data-comparison-range { margin: 10px 2px 0; color: var(--account-muted); font-size: 10px; }

#accountDataSection .account-data-table-card > header { margin-bottom: 14px; }
#accountDataSection .account-data-table-card > header > div:last-child { display: flex; align-items: center; gap: 8px; }
#accountDataSection .account-data-search { height: 44px; min-width: 220px; padding: 0 12px; display: flex; align-items: center; gap: 7px; border: 1px solid var(--account-border); border-radius: 14px; background: rgba(255,255,255,.55); }
#accountDataSection .account-data-search > span { margin: 0; color: var(--account-muted); font-size: 17px; }
#accountDataSection .account-data-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--account-ink); font-size: 13px; }
#accountDataSection .account-data-table-wrap { width: 100%; overflow-x: auto; border: 1px solid rgba(150,176,192,.24); border-radius: 16px; }
#accountDataSection .account-data-table-card table { width: 100%; min-width: 1220px; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-table-card th,
#accountDataSection .account-data-table-card td { height: 56px; padding: 10px 12px; border-bottom: 1px solid rgba(157,178,191,.18); color: #344657; font-size: 12px; text-align: right; vertical-align: middle; white-space: nowrap; }
#accountDataSection .account-data-table-card th { height: 42px; background: rgba(225,236,241,.58); color: #73808c; font-size: 10px; font-weight: 760; }
#accountDataSection .account-data-table-card th:first-child,
#accountDataSection .account-data-table-card td:first-child { text-align: left; }
#accountDataSection .account-data-table-card th:nth-child(2),
#accountDataSection .account-data-table-card td:nth-child(2),
#accountDataSection .account-data-table-card th:nth-child(10),
#accountDataSection .account-data-table-card td:nth-child(10) { text-align: center; }
#accountDataSection .account-data-table-card td.account-data-number-cell { text-align: right !important; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-table-card th[data-sort] { cursor: pointer; }
#accountDataSection .account-data-table-card tbody tr { cursor: pointer; transition: background .14s ease; }
#accountDataSection .account-data-table-card tbody tr:hover { background: rgba(218,235,241,.32); }
#accountDataSection .account-data-status { display: inline-flex; align-items: center; gap: 6px; color: #627281; font-style: normal; }
#accountDataSection .account-data-status.is-live { color: #b34145; }
#accountDataSection .account-data-status i { width: 7px; height: 7px; border-radius: 50%; background: #d75156; box-shadow: 0 0 0 4px rgba(215,81,86,.1); }
#accountDataSection .account-data-row-action,
#accountDataSection .account-data-row-action:hover,
#accountDataSection .account-data-row-action:focus,
#accountDataSection .account-data-row-action:active { width: 76px; height: 32px; margin: 0; padding: 0 10px; border: 1px solid rgba(92,126,145,.32) !important; border-radius: 10px; background: rgba(238,245,248,.76) !important; color: #3d5668 !important; box-shadow: none !important; text-shadow: none !important; font-size: 10px !important; }
#accountDataSection .account-data-row-action:hover,
#accountDataSection .account-data-row-action:focus-visible { border-color: rgba(75,111,132,.5) !important; background: rgba(221,235,241,.9) !important; }

#accountDataSection .account-data-pagination { justify-content: center; margin-top: 15px; }
#accountDataSection .account-data-pagination button { min-width: 116px; height: 38px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
#accountDataSection .account-data-pagination span { min-width: 105px; color: var(--account-muted); font-size: 12px; text-align: center; font-variant-numeric: tabular-nums; }

#accountDataSection .account-data-overlay-backdrop { position: fixed; inset: 0; z-index: 2147483300; padding: clamp(70px,11vh,130px) 16px 24px; display: grid; align-items: start; justify-items: center; background: rgba(29,43,51,.14); -webkit-backdrop-filter: blur(7px) saturate(.92); backdrop-filter: blur(7px) saturate(.92); }
#accountDataSection .account-data-overlay { width: min(390px,calc(100vw - 28px)); max-height: min(690px,calc(100vh - 110px)); display: grid; gap: 14px; padding: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(246,251,252,.93); box-shadow: 0 28px 80px rgba(34,53,64,.23), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(28px) saturate(1.16); backdrop-filter: blur(28px) saturate(1.16); }
#accountDataSection .account-data-overlay.is-account { grid-template-rows: auto auto auto minmax(0,1fr) auto; }
#accountDataSection .account-data-overlay.is-wide { width: min(560px,calc(100vw - 28px)); }
#accountDataSection .account-data-overlay > header,
#accountDataSection .account-data-overlay > footer { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
#accountDataSection .account-data-overlay > header > strong { font-size: 17px; }
#accountDataSection .account-data-overlay > header > button { width: 34px; height: 34px; padding: 0; font-size: 20px !important; }
#accountDataSection .account-data-overlay > footer > span:empty { flex: 1; }
#accountDataSection .account-data-overlay .is-primary { min-width: 82px; height: 38px; padding: 0 15px; background: #315567; border-color: #315567; color: white !important; }
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm] {
  background: #315567 !important;
  border-color: #315567 !important;
  color: #fff !important;
}
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:hover:not(:disabled) {
  background: #3b6476 !important;
  border-color: #3b6476 !important;
  color: #fff !important;
}
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:focus,
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:focus-visible {
  background: #315567 !important;
  border-color: #315567 !important;
  color: #fff !important;
}
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:focus-visible {
  outline: 3px solid rgba(67,121,145,.24) !important;
  outline-offset: 2px;
}
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:active:not(:disabled) {
  background: #274957 !important;
  border-color: #274957 !important;
  color: #fff !important;
}
#accountDataSection .account-data-overlay.is-account [data-account-selection-confirm]:disabled {
  background: #d7e1e5 !important;
  border-color: #b8c8cf !important;
  color: #415b69 !important;
  opacity: 1 !important;
}

#accountDataSection .account-data-account-search { display: flex; gap: 8px; }
#accountDataSection .account-data-account-search input { min-width: 0; flex: 1; height: 42px; padding: 0 13px; border: 1px solid var(--account-border); border-radius: 13px; background: rgba(255,255,255,.72); color: var(--account-ink); }
#accountDataSection .account-data-account-search button { min-width: 70px; }
#accountDataSection .account-data-summary-option { min-height: 56px; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; border-radius: 14px; text-align: left; }
#accountDataSection .account-data-summary-option > span { display: grid; gap: 2px; }
#accountDataSection .account-data-summary-option small { color: var(--account-muted); font-size: 11px; }
#accountDataSection .account-data-summary-option i { opacity: 0; color: var(--account-accent); font-style: normal; }
#accountDataSection .account-data-summary-option.is-selected { background: var(--account-accent-soft); border-color: rgba(82,128,148,.35); }
#accountDataSection .account-data-summary-option.is-selected i { opacity: 1; }
#accountDataSection .account-data-account-options { min-height: 0; display: grid; align-content: start; gap: 5px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; -ms-overflow-style: none; }
#accountDataSection .account-data-account-options::-webkit-scrollbar { width: 0; height: 0; display: none; }
#accountDataSection .account-data-account-option { min-height: 54px; padding: 7px 10px; display: flex; align-items: center; gap: 10px; border-radius: 14px; cursor: pointer; }
#accountDataSection .account-data-account-option:hover { background: rgba(220,235,240,.48); }
#accountDataSection .account-data-account-option input { position: absolute; opacity: 0; }
#accountDataSection .account-data-checkbox { width: 18px; height: 18px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #aabac3; border-radius: 6px; background: rgba(255,255,255,.8); pointer-events: none; }
#accountDataSection .account-data-account-option input:checked + .account-data-checkbox { border-color: #4e7d91; background: #4e7d91; }
#accountDataSection .account-data-account-option input:checked + .account-data-checkbox::after { content: "✓"; color: #fff; font-size: 11px; font-weight: 800; }
#accountDataSection .account-data-account-option strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

body.account-data-modal-open,
body.account-data-drawer-open { overflow: hidden !important; }

#accountDataSection .account-data-option-list { display: grid; gap: 5px; }
#accountDataSection .account-data-option-list button { min-height: 46px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; text-align: left; }
#accountDataSection .account-data-option-list button i { opacity: 0; color: var(--account-accent); font-style: normal; }
#accountDataSection .account-data-option-list button.is-selected { background: var(--account-accent-soft); border-color: rgba(82,128,148,.35); }
#accountDataSection .account-data-option-list button.is-selected i { opacity: 1; }

#accountDataSection .account-data-date-summary { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
#accountDataSection .account-data-date-summary > span { padding: 10px 12px; display: grid; gap: 4px; border: 1px solid var(--account-border); border-radius: 13px; background: rgba(255,255,255,.58); }
#accountDataSection .account-data-date-summary small { color: var(--account-muted); font-size: 9px; }
#accountDataSection .account-data-date-summary strong { font-size: 13px; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-date-summary > i { color: var(--account-muted); font-style: normal; }
#accountDataSection .account-data-date-presets { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
#accountDataSection .account-data-date-presets button {
  min-width: 0;
  height: 36px;
  padding: 0 5px;
  border-color: var(--account-border) !important;
  background: rgba(78,125,145,.07) !important;
  box-shadow: none !important;
  color: var(--account-ink) !important;
  text-shadow: none !important;
  transform: none !important;
  white-space: nowrap;
  transition: background-color .14s ease, border-color .14s ease, color .14s ease, opacity .14s ease;
}
#accountDataSection .account-data-date-presets button:hover,
#accountDataSection .account-data-date-presets button:focus,
#accountDataSection .account-data-date-presets button:focus-visible,
#accountDataSection .account-data-date-presets button:active {
  border-color: var(--account-border-strong) !important;
  background: var(--account-accent-soft) !important;
  box-shadow: none !important;
  color: var(--account-accent) !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-date-presets button:disabled {
  background: rgba(78,125,145,.045) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-calendar { padding: 10px; border: 1px solid var(--account-border); border-radius: 17px; background: rgba(255,255,255,.52); }
#accountDataSection .account-data-calendar > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
#accountDataSection .account-data-calendar > header button { width: 34px; height: 34px; padding: 0; font-size: 19px !important; }
#accountDataSection .account-data-calendar-week,
#accountDataSection .account-data-calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
#accountDataSection .account-data-calendar-week span { padding: 5px 0; color: var(--account-muted); font-size: 10px; text-align: center; }
#accountDataSection .account-data-calendar-grid button,
#accountDataSection .account-data-calendar-grid .is-spacer {
  aspect-ratio: 1;
  min-width: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
}
#accountDataSection .account-data-calendar-grid button {
  border-color: var(--account-border) !important;
  background: rgba(78,125,145,.065) !important;
  box-shadow: none !important;
  color: var(--account-ink) !important;
  text-shadow: none !important;
  transform: none !important;
  transition: background-color .14s ease, border-color .14s ease, color .14s ease, opacity .14s ease;
}
#accountDataSection .account-data-calendar-grid button:hover,
#accountDataSection .account-data-calendar-grid button:focus,
#accountDataSection .account-data-calendar-grid button:focus-visible,
#accountDataSection .account-data-calendar-grid button:active {
  border-color: var(--account-border-strong) !important;
  background: var(--account-accent-soft) !important;
  box-shadow: none !important;
  color: var(--account-accent) !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-calendar-grid button:disabled {
  border-color: transparent !important;
  background: rgba(78,125,145,.035) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-calendar-grid button.is-in-range {
  border-color: rgba(78,125,145,.08) !important;
  border-radius: 7px;
  background: var(--account-accent-soft) !important;
  box-shadow: none !important;
  color: var(--account-ink) !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-calendar-grid button.is-start,
#accountDataSection .account-data-calendar-grid button.is-end {
  border-color: var(--account-accent) !important;
  background: var(--account-accent) !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: none !important;
  transform: none !important;
}
#accountDataSection .account-data-calendar-grid button.is-start:hover,
#accountDataSection .account-data-calendar-grid button.is-start:focus,
#accountDataSection .account-data-calendar-grid button.is-start:focus-visible,
#accountDataSection .account-data-calendar-grid button.is-start:active,
#accountDataSection .account-data-calendar-grid button.is-end:hover,
#accountDataSection .account-data-calendar-grid button.is-end:focus,
#accountDataSection .account-data-calendar-grid button.is-end:focus-visible,
#accountDataSection .account-data-calendar-grid button.is-end:active {
  border-color: var(--account-accent) !important;
  background: var(--account-accent) !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: none !important;
  transform: none !important;
}

#accountDataSection .account-data-realtime-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
#accountDataSection .account-data-realtime-summary article { padding: 18px; display: grid; gap: 3px; }
#accountDataSection .account-data-realtime-summary strong { font-size: 27px; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-realtime-summary span { color: var(--account-muted); font-size: 12px; }
#accountDataSection .account-data-live-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
#accountDataSection .account-data-live-card { min-width: 0; padding: 18px; }
#accountDataSection .account-data-live-card > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#accountDataSection .account-data-live-card > header > em { display: flex; align-items: center; gap: 6px; color: #b34145; font-size: 11px; font-style: normal; }
#accountDataSection .account-data-live-card > header > em i { width: 7px; height: 7px; border-radius: 50%; background: #d75156; }
#accountDataSection .account-data-live-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 14px 0; }
#accountDataSection .account-data-live-metrics .account-data-metric { min-height: 76px; padding: 10px; }
#accountDataSection .account-data-live-metrics .account-data-metric strong { font-size: 15px; }
#accountDataSection .account-data-live-card > p { color: var(--account-muted); font-size: 11px; }
#accountDataSection .account-data-live-card > button { height: 38px; padding: 0 13px; }
#accountDataSection .account-data-live-card > button,
#accountDataSection .account-data-live-card > button:hover:not(:disabled),
#accountDataSection .account-data-live-card > button:active,
#accountDataSection .account-data-live-card > button:focus,
#accountDataSection .account-data-live-card > button:focus-visible { box-shadow: none !important; }

#accountDataSection .account-data-drawer { position: fixed; z-index: 2147483200; right: 0; top: 0; width: min(900px,72vw); min-width: 760px; height: 100vh; padding: 0; display: flex; overflow: hidden; border-left: 1px solid rgba(255,255,255,.8); background: rgba(247,251,252,.94); box-shadow: -24px 0 70px rgba(31,48,59,.2); -webkit-backdrop-filter: blur(28px) saturate(1.14); backdrop-filter: blur(28px) saturate(1.14); }
#accountDataSection .account-data-drawer[hidden] { display: none; }
#accountDataSection .account-data-detail { width: 100%; min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; }
#accountDataSection .account-data-detail-header { flex: 0 0 auto; padding: 22px 24px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(157,178,191,.16); }
#accountDataSection .account-data-detail-header > button { width: 38px; height: 38px; flex: 0 0 auto; padding: 0; font-size: 22px !important; box-shadow: none !important; }
#accountDataSection .account-data-detail-identity { min-width: 0; display: flex; align-items: center; gap: 12px; }
#accountDataSection .account-data-detail-identity > div { min-width: 0; }
#accountDataSection .account-data-detail-identity > div > span { color: var(--account-accent); font-size: 10px; font-weight: 760; }
#accountDataSection .account-data-detail h2 { margin: 2px 0 4px; overflow: hidden; font-size: 24px; text-overflow: ellipsis; white-space: nowrap; }
#accountDataSection .account-data-detail p { margin: 0; color: var(--account-muted); font-size: 12px; }
#accountDataSection .account-data-detail-tabs { flex: 0 0 auto; padding: 10px 24px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid rgba(157,178,191,.16); }
#accountDataSection .account-data-detail-tabs button { min-width: 92px; height: 38px; padding: 0 14px; white-space: nowrap; box-shadow: none !important; }
#accountDataSection .account-data-detail-tabs button.is-active { border-color: rgba(76,122,141,.45); background: var(--account-accent-soft); color: #264b5c !important; }
#accountDataSection .account-data-detail-scroll { min-height: 0; flex: 1 1 auto; padding: 20px 24px 30px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
#accountDataSection .account-data-detail-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 18px; }
#accountDataSection .account-data-detail table { width: 100%; border-collapse: collapse; }
#accountDataSection .account-data-detail th,
#accountDataSection .account-data-detail td { padding: 10px; border-bottom: 1px solid rgba(157,178,191,.2); font-size: 12px; text-align: left; }
#accountDataSection .account-data-detail th { color: var(--account-muted); font-size: 10px; font-weight: 650; white-space: nowrap; }
#accountDataSection .account-data-detail-table-wrap { overflow-x: auto; border: 1px solid var(--account-border); border-radius: 14px; }
#accountDataSection .account-data-traffic-table { min-width: 720px; font-variant-numeric: tabular-nums; }
#accountDataSection .account-data-traffic-table th:not(:first-child),
#accountDataSection .account-data-traffic-table td:not(:first-child) { text-align: right; }
#accountDataSection .account-data-detail-note { padding: 10px 12px; }
#accountDataSection .account-data-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
#accountDataSection .account-data-product-card { min-width: 0; padding: 12px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--account-border); border-radius: 15px; background: rgba(255,255,255,.58); }
#accountDataSection .account-data-product-image { width: 72px; height: 72px; flex: 0 0 72px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(130,157,172,.2); border-radius: 13px; background: rgba(220,232,238,.72); color: #78909d; font-size: 10px; }
#accountDataSection .account-data-product-image img { grid-area: 1/1; width: 100%; height: 100%; object-fit: cover; }
#accountDataSection .account-data-product-image b { grid-area: 1/1; font-size: 10px; }
#accountDataSection .account-data-product-image.has-image b,
#accountDataSection .account-data-product-image.is-error img { display: none; }
#accountDataSection .account-data-product-image.is-error b { display: block; }
#accountDataSection .account-data-product-content { min-width: 0; flex: 1; }
#accountDataSection .account-data-product-grid header { min-width: 0; display: grid; gap: 3px; }
#accountDataSection .account-data-product-grid header strong { display: -webkit-box; overflow: hidden; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
#accountDataSection .account-data-product-grid header span { overflow: hidden; color: var(--account-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
#accountDataSection .account-data-product-grid dl { margin: 12px 0 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
#accountDataSection .account-data-product-grid dl div { display: grid; gap: 2px; }
#accountDataSection .account-data-product-grid dt { color: var(--account-muted); font-size: 9px; }
#accountDataSection .account-data-product-grid dd { margin: 0; color: var(--account-ink); font-size: 12px; font-weight: 700; }
#accountDataSection .account-data-audience-segments { margin-bottom: 14px; display: flex; gap: 8px; overflow-x: auto; }
#accountDataSection .account-data-audience-segments button { min-width: 120px; height: 38px; padding: 0 13px; white-space: nowrap; box-shadow: none !important; }
#accountDataSection .account-data-audience-segments button.is-active { border-color: rgba(76,122,141,.45); background: var(--account-accent-soft); color: #264b5c !important; }
#accountDataSection .account-data-audience-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 12px; }
#accountDataSection .account-data-audience-groups section { padding: 14px; border: 1px solid var(--account-border); border-radius: 15px; background: rgba(255,255,255,.54); }
#accountDataSection .account-data-audience-groups section > header { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
#accountDataSection .account-data-audience-groups header span { color: var(--account-muted); font-size: 10px; }
#accountDataSection .account-data-audience-row { display: grid; grid-template-columns: minmax(70px,auto) 1fr 58px; align-items: center; gap: 9px; margin: 5px 0; font-size: 11px; }
#accountDataSection .account-data-audience-row > i { height: 7px; overflow: hidden; border-radius: 99px; background: rgba(86,126,146,.12); }
#accountDataSection .account-data-audience-row > i b { height: 100%; display: block; border-radius: inherit; background: #6e9bad; }
#accountDataSection .account-data-audience-row > strong { color: #526672; font-size: 10px; text-align: right; }
#accountDataSection .account-data-audience-expand { width: 100%; height: 30px; margin-top: 8px; padding: 0 10px; color: #466678 !important; box-shadow: none !important; }
#accountDataSection .account-data-audience-diagnostic { margin-top: 12px; text-align: right; }

#accountDataSection .account-data-empty { min-height: 130px; padding: 22px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; color: var(--account-muted); text-align: center; }
#accountDataSection .account-data-empty strong { color: #425666; font-size: 14px; }
#accountDataSection .account-data-empty-large { min-height: 340px; border: 1px dashed var(--account-border-strong); border-radius: var(--account-radius); background: rgba(255,255,255,.4); }
#accountDataSection .account-data-error { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(190,84,84,.2); border-radius: 15px; background: rgba(255,241,240,.72); color: #a53f43; }
@keyframes account-spin { to { transform: rotate(360deg); } }

@media (max-width: 1320px) {
  #accountDataSection .account-data-primary-metrics { grid-template-columns: repeat(3,1fr); }
  #accountDataSection .account-data-secondary-metrics { grid-template-columns: repeat(3,1fr); }
  #accountDataSection .account-data-secondary-metrics .account-data-metric:nth-child(3) { border-right: 0; }
  #accountDataSection .account-data-secondary-metrics .account-data-metric:nth-child(-n+3) { border-bottom: 1px solid var(--account-border); }
  #accountDataSection .account-data-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1100px) {
  #accountDataSection .account-data-drawer { width: min(760px,88vw); min-width: min(760px,88vw); }
}

@media (max-width: 768px) {
  #accountDataSection .account-data-drawer { width: 100vw; min-width: 0; }
}

@media (max-width: 900px) {
  #accountDataSection .account-data-root { padding: 14px; }
  #accountDataSection .account-data-header { align-items: flex-start; flex-direction: column; }
  #accountDataSection .account-data-header-actions { width: 100%; justify-content: space-between; }
  #accountDataSection .account-data-toolbar > * { flex: 1 1 auto; }
  #accountDataSection .account-data-control { min-width: min(210px,100%); }
  #accountDataSection .account-data-date-trigger { flex-basis: 230px; }
  #accountDataSection .account-data-live-grid { grid-template-columns: 1fr; }
  #accountDataSection .account-data-table-card > header { align-items: flex-start; flex-direction: column; }
  #accountDataSection .account-data-table-card > header > div:last-child { width: 100%; flex-wrap: wrap; }
  #accountDataSection .account-data-search { flex: 1; }
}

@media (max-width: 560px) {
  #accountDataSection .account-data-root { gap: 13px; padding: 10px; }
  #accountDataSection .account-data-header h1 { font-size: 29px; }
  #accountDataSection .account-data-toolbar { display: grid; grid-template-columns: 1fr; border-radius: 18px; }
  #accountDataSection .account-data-toolbar > * { width: 100%; }
  #accountDataSection .account-data-segmented button,
  #accountDataSection .account-data-presets button { flex: 1; min-width: 0; padding: 0 5px; }
  #accountDataSection .account-data-primary-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #accountDataSection .account-data-secondary-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #accountDataSection .account-data-secondary-metrics .account-data-metric { border-right: 1px solid var(--account-border); border-bottom: 1px solid var(--account-border); }
  #accountDataSection .account-data-secondary-metrics .account-data-metric:nth-child(2n) { border-right: 0; }
  #accountDataSection .account-data-secondary-metrics .account-data-metric:nth-last-child(-n+2) { border-bottom: 0; }
  #accountDataSection .account-data-metric { min-height: 112px; padding: 14px; }
  #accountDataSection .account-data-metric > strong { font-size: 19px; }
  #accountDataSection .account-data-card { padding: 14px; border-radius: 18px; }
  #accountDataSection .account-data-realtime-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }
  #accountDataSection .account-data-realtime-summary article { padding: 12px 8px; text-align: center; }
  #accountDataSection .account-data-live-metrics { grid-template-columns: repeat(2,1fr); }
  #accountDataSection .account-data-product-grid { grid-template-columns: 1fr; }
  #accountDataSection .account-data-detail-header { padding: 16px 14px 12px; }
  #accountDataSection .account-data-detail-tabs { padding: 8px 12px; }
  #accountDataSection .account-data-detail-tabs button { min-width: 78px; padding: 0 9px; }
  #accountDataSection .account-data-detail-scroll { padding: 14px 12px 24px; }
  #accountDataSection .account-data-audience-groups { grid-template-columns: 1fr; }
  #accountDataSection .account-data-date-summary { grid-template-columns: 1fr; }
  #accountDataSection .account-data-date-summary > i { display: none; }
  #accountDataSection .account-data-pagination { gap: 7px; }
  #accountDataSection .account-data-pagination button { min-width: 96px; padding: 0 9px; }
  #accountDataSection .account-data-pagination span { min-width: 80px; }
}
/* account data apple glass final layer end */
