#bostic-app-content.theme-original-keywords-page,
#bostic-app-content.theme-original-keywords-page * {
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page {
  max-width: 100%;
}

#bostic-app-content.theme-original-keywords-page [hidden],
.keywords-theme-modal[hidden] {
  display: none !important;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0.5rem;
}

body[data-pc-theme="light"] #bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav {
  background: #fff;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--bs-secondary-color);
  display: flex;
  gap: 0.75rem;
  min-height: 4.25rem;
  padding: 0.75rem;
  text-decoration: none;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a:hover,
#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a:focus-visible {
  background: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a.is-active {
  background: color-mix(in srgb, var(--bs-primary) 10%, var(--bs-body-bg));
  border-color: color-mix(in srgb, var(--bs-primary) 34%, var(--bs-border-color));
  color: var(--bs-emphasis-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav i {
  color: var(--bs-primary);
  flex: 0 0 auto;
  font-size: 1.45rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav span,
#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav strong,
#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav small {
  display: block;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav small {
  color: var(--bs-secondary-color);
  margin-top: 0.15rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics > div {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  padding: 0.75rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics span,
#bostic-app-content.theme-original-keywords-page .keywords-live-metrics strong,
#bostic-app-content.theme-original-keywords-page .keywords-live-metrics small {
  display: block;
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics strong {
  color: var(--bs-emphasis-color);
  font-size: 1.35rem;
  margin: 0.25rem 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics small,
#bostic-app-content.theme-original-keywords-page .keywords-live-metrics span {
  color: var(--bs-secondary-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-live-metrics .is-up { color: var(--bs-success); }
#bostic-app-content.theme-original-keywords-page .keywords-live-metrics .is-down { color: var(--bs-danger); }

#bostic-app-content.theme-original-keywords-page .keywords-insights-chart,
#bostic-app-content.theme-original-keywords-page .keywords-insights-empty {
  min-height: 15.625rem;
  width: 100%;
}

#bostic-app-content.theme-original-keywords-page .keywords-insights-empty {
  align-items: center;
  color: var(--bs-secondary-color);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
  text-align: center;
}

#bostic-app-content.theme-original-keywords-page .keywords-insights-empty i {
  color: var(--bs-primary);
  font-size: 2.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-mark {
  align-items: center;
  background: var(--bostic-surface-primary-soft);
  border-radius: 50%;
  color: var(--bs-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-table td,
#bostic-app-content.theme-original-keywords-page .keywords-theme-table th {
  vertical-align: middle;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword {
  max-width: 24rem;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-main {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-copy {
  display: block;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-group-marker {
  background: var(--keywords-group-color, var(--bs-primary));
  border: 2px solid color-mix(in srgb, var(--keywords-group-color, var(--bs-primary)) 72%, var(--bs-body-bg));
  border-radius: 4px;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--keywords-group-color, var(--bs-primary)) 14%, transparent);
  cursor: help;
  display: inline-flex;
  flex: 0 0 0.85rem;
  height: 0.85rem;
  margin-top: 0.3rem;
  width: 0.85rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-group-marker.is-unassigned {
  background: transparent;
  border-color: var(--bs-secondary-color);
  box-shadow: none;
  opacity: 0.72;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-group-marker:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 3px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword a {
  color: var(--bs-emphasis-color);
  font-weight: 700;
  text-decoration: none;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword a:hover {
  color: var(--bs-primary);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-actions {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
  min-width: 10rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-actions {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  flex-wrap: nowrap;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.2rem;
  white-space: nowrap;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--bs-secondary-color);
  display: inline-flex;
  flex: 0 0 2rem;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action:hover,
#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action:focus-visible {
  background: var(--bs-tertiary-bg);
  color: var(--bs-emphasis-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-primary {
  color: var(--bs-primary);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-success {
  color: var(--bs-success);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-warning {
  color: var(--bs-warning-text-emphasis, var(--bs-warning));
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-danger {
  color: var(--bs-danger);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-danger:hover,
#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action.is-danger:focus-visible {
  background: color-mix(in srgb, var(--bs-danger) 12%, var(--bs-body-bg));
  color: var(--bs-danger);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action::after {
  background: var(--bs-emphasis-color);
  border-radius: 4px;
  bottom: calc(100% + 0.45rem);
  color: var(--bs-body-bg);
  content: attr(data-tooltip);
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0;
  padding: 0.35rem 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: start;
  transform: translateY(0.2rem);
  transition: opacity 120ms ease, transform 120ms ease;
  visibility: hidden;
  white-space: normal;
  width: max-content;
  max-width: min(15rem, 70vw);
  z-index: 6;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action:hover::after,
#bostic-app-content.theme-original-keywords-page .keywords-theme-row-action:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity {
  align-items: center;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-inline-start: 0.25rem solid var(--bs-primary);
  border-radius: var(--bs-border-radius);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  padding: 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity strong,
#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity span {
  display: block;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity[data-state="blocked"],
#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity[data-state="unconfirmed"] {
  border-inline-start-color: var(--bs-warning);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-capacity[data-state="ready"] {
  border-inline-start-color: var(--bs-success);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-actions,
#bostic-app-content.theme-original-keywords-page .keywords-theme-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-pagination {
  justify-content: space-between;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-pagination .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-side-stack,
#bostic-app-content.theme-original-keywords-page .keywords-theme-group-list,
#bostic-app-content.theme-original-keywords-page .keywords-theme-placeholder-list,
#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-item,
#bostic-app-content.theme-original-keywords-page .keywords-theme-placeholder-list li,
#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list div,
#bostic-app-content.theme-original-keywords-page .keywords-theme-archive-name {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-tertiary-bg);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-item,
#bostic-app-content.theme-original-keywords-page .keywords-theme-placeholder-list li {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  padding: 0.85rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-chip {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-chip strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-dot {
  background: var(--keywords-group-color, var(--bs-primary));
  border-radius: 999px;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-meta,
#bostic-app-content.theme-original-keywords-page .keywords-theme-group-actions {
  align-items: center;
  display: inline-flex;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-meta {
  gap: 0.65rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-count {
  align-items: baseline;
  color: var(--bs-secondary-color);
  display: inline-flex;
  gap: 0.25rem;
  white-space: nowrap;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-count strong {
  color: var(--bs-emphasis-color);
  font-size: 0.85rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-count small {
  font-size: 0.7rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-actions {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  flex-wrap: nowrap;
  gap: 0.2rem;
  padding: 0.2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--bs-secondary-color);
  display: inline-flex;
  flex: 0 0 2rem;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action:hover,
#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action:focus-visible {
  background: var(--bs-tertiary-bg);
  color: var(--bs-emphasis-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action.is-delete:hover,
#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action.is-delete:focus-visible {
  background: color-mix(in srgb, var(--bs-danger) 12%, var(--bs-body-bg));
  color: var(--bs-danger);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action::after {
  background: var(--bs-emphasis-color);
  border-radius: 4px;
  bottom: calc(100% + 0.5rem);
  color: var(--bs-body-bg);
  content: attr(data-tooltip);
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0;
  padding: 0.35rem 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: start;
  transform: translateY(0.2rem);
  transition: opacity 120ms ease, transform 120ms ease;
  visibility: hidden;
  white-space: normal;
  width: max-content;
  max-width: min(15rem, 70vw);
  z-index: 5;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action:hover::after,
#bostic-app-content.theme-original-keywords-page .keywords-theme-group-action:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-control {
  align-items: stretch;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 3.25rem minmax(0, 1fr);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-picker {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  min-height: 2.7rem;
  padding: 0.3rem;
  width: 3.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-picker::-webkit-color-swatch {
  border: 0;
  border-radius: 4px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-picker::-moz-color-swatch {
  border: 0;
  border-radius: 4px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-picker:focus-visible,
#bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette button:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-hex {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette {
  align-items: center;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.65rem;
  padding: 0.65rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette button {
  background: var(--keywords-swatch);
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--keywords-swatch) 55%, var(--bs-border-color));
  cursor: pointer;
  height: 1.75rem;
  padding: 0;
  position: relative;
  width: 1.75rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette button:hover {
  transform: translateY(-1px);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette button.is-selected {
  border-color: var(--bs-body-bg);
  box-shadow: 0 0 0 2px var(--keywords-swatch);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-placeholder-list {
  list-style: none;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-placeholder-list strong,
#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list dd {
  color: var(--bs-emphasis-color);
  font-weight: 700;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list dt {
  color: var(--bs-secondary-color);
  font-weight: 700;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list dd {
  margin: 0;
  text-align: right;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-metric-card .card-body {
  align-content: start;
  display: grid;
  gap: 0.7rem;
  min-height: 7.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-metric-label {
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-metric-value {
  align-items: center;
  color: var(--bs-emphasis-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.05rem;
  gap: 0.55rem;
  line-height: 1.35;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status,
#bostic-app-content.theme-original-keywords-page .keywords-detail-icon-value,
#bostic-app-content.theme-original-keywords-page .keywords-detail-market-token {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status {
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 0.42rem 0.68rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status.is-active {
  background: color-mix(in srgb, var(--bs-success) 14%, var(--bs-body-bg));
  border-color: color-mix(in srgb, var(--bs-success) 38%, transparent);
  color: var(--bs-success-text-emphasis, #146c43);
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status.is-paused {
  background: color-mix(in srgb, var(--bs-warning) 16%, var(--bs-body-bg));
  border-color: color-mix(in srgb, var(--bs-warning) 40%, transparent);
  color: var(--bs-warning-text-emphasis, #664d03);
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status.is-archived {
  background: color-mix(in srgb, var(--bs-danger) 12%, var(--bs-body-bg));
  border-color: color-mix(in srgb, var(--bs-danger) 34%, transparent);
  color: var(--bs-danger-text-emphasis, #842029);
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-status.is-neutral {
  background: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-secondary-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-icon-value i,
#bostic-app-content.theme-original-keywords-page .keywords-detail-market-token i {
  align-items: center;
  background: color-mix(in srgb, var(--bs-primary) 12%, var(--bs-body-bg));
  border: 1px solid color-mix(in srgb, var(--bs-primary) 24%, var(--bs-border-color));
  border-radius: 6px;
  color: var(--bs-primary);
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-market {
  flex-wrap: nowrap;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-market-token {
  border-radius: 6px;
  cursor: help;
  outline: none;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-market-token:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bs-primary) 28%, transparent);
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

#bostic-app-content.theme-original-keywords-page .keywords-detail-market-divider {
  color: var(--bs-border-color);
  font-weight: 500;
}

#bostic-app-content.theme-original-keywords-page .keywords-placeholder-card {
  border-style: dashed;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-header,
#bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-body {
  background: #fff;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-header .btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-state {
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #dfe5eb;
  border-radius: 7px;
  color: #667483;
  background: #f7f9fb;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-state > i {
  color: #70869b;
  font-size: 2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-state strong,
#bostic-app-content.theme-original-keywords-page .keywords-volume-state span {
  display: block;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-state strong {
  color: #26313d;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-state div > span {
  margin-top: 3px;
  font-size: .78rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics article {
  min-width: 0;
  min-height: 108px;
  padding: 15px 16px;
  border: 1px solid #dfe5eb;
  border-radius: 7px;
  background: #f8fafb;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics span,
#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics small {
  display: block;
  color: #687687;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics span {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics strong {
  display: block;
  margin: 9px 0 4px;
  color: #202734;
  font-size: 1.25rem;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-metrics small {
  font-size: .7rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-chart-wrap {
  margin-top: 14px;
  padding: 16px 17px 4px;
  border: 1px solid #dfe5eb;
  border-radius: 7px;
  background: #fff;
}

#bostic-app-content.theme-original-keywords-page .keywords-volume-chart {
  min-height: 290px;
}

[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-header,
[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-body,
[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-chart-wrap {
  border-color: #394553;
  background: #202731;
}

[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-state,
[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-metrics article {
  border-color: #394553;
  color: #bdc7d1;
  background: #29333e;
}

[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-state strong,
[data-pc-theme="dark"] #bostic-app-content.theme-original-keywords-page .keywords-volume-metrics strong {
  color: #f1f4f7;
}

@media (max-width: 991px) {
  #bostic-app-content.theme-original-keywords-page .keywords-volume-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #bostic-app-content.theme-original-keywords-page .keywords-volume-card .card-header .btn {
    width: 100%;
    min-height: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-volume-metrics {
    grid-template-columns: 1fr;
  }
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-chart {
  width: 100%;
  min-height: 20rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-rank-chart-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 650;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-url {
  max-width: 24rem;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-metrics {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-metric {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.9rem 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-metric span,
#bostic-app-content.theme-original-keywords-page .keywords-serp-metric strong {
  display: block;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-metric span {
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-metric strong {
  color: var(--bs-emphasis-color);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-features .badge {
  font-size: 0.76rem;
  padding: 0.48rem 0.62rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-table-wrap {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

#bostic-app-content.theme-original-keywords-page .keywords-serp-position {
  align-items: center;
  background: var(--bostic-surface-primary-soft);
  border-radius: 50%;
  color: var(--bs-primary);
  display: inline-flex;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

#bostic-app-content.theme-original-keywords-page [data-keyword-serp-domains] a {
  color: var(--bs-emphasis-color);
  font-weight: 700;
  text-decoration: none;
}

#bostic-app-content.theme-original-keywords-page [data-keyword-serp-domains] a:hover {
  color: var(--bs-primary);
}

.keywords-theme-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 1300;
}

#bostic-app-content.theme-original-keywords-page .keywords-insight-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-insight-value,
#bostic-app-content.theme-original-keywords-page .keywords-movement-values {
  color: var(--bs-emphasis-color);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

#bostic-app-content.theme-original-keywords-page .keywords-movement-values {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-distribution {
  display: grid;
  gap: 0.35rem;
  margin-block: 0.15rem 0.3rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-distribution-row {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 3.25rem minmax(0, 1fr) 1.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-distribution-row i {
  background: color-mix(in srgb, var(--bs-secondary-bg) 80%, transparent);
  border-radius: 999px;
  display: block;
  height: 0.42rem;
  overflow: hidden;
}

#bostic-app-content.theme-original-keywords-page .keywords-distribution-row b {
  background: var(--bs-primary);
  border-radius: inherit;
  display: block;
  height: 100%;
}

#bostic-app-content.theme-original-keywords-page .keywords-distribution-row i.is-top b { background: var(--bs-success); }
#bostic-app-content.theme-original-keywords-page .keywords-distribution-row i.is-good b { background: var(--bs-primary); }
#bostic-app-content.theme-original-keywords-page .keywords-distribution-row i.is-mid b { background: var(--bs-warning); }
#bostic-app-content.theme-original-keywords-page .keywords-distribution-row i.is-low b { background: var(--bs-secondary); }

#bostic-app-content.theme-original-keywords-page .keywords-view-switch {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  display: inline-flex;
  padding: 0.2rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-view-switch button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--bs-secondary-color);
  display: inline-flex;
  font-weight: 700;
  gap: 0.4rem;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-view-switch button.is-active {
  background: var(--bs-body-bg);
  box-shadow: 0 1px 3px color-mix(in srgb, var(--bs-dark) 12%, transparent);
  color: var(--bs-emphasis-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-view-switch button:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

.keywords-theme-backdrop {
  background: color-mix(in srgb, var(--bs-dark) 48%, transparent);
  inset: 0;
  position: absolute;
}

.keywords-theme-dialog {
  max-height: min(44rem, calc(100vh - 2rem));
  max-width: min(44rem, 100%);
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.keywords-theme-keyword-dialog {
  max-height: min(50rem, calc(100vh - 2rem));
  max-width: min(54rem, 100%);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-dialog > .card-body {
  background: var(--bs-secondary-bg);
  padding: 1.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header {
  align-items: center;
  background: var(--bs-body-bg);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-modal-heading {
  flex: 1 1 auto;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header-actions,
#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper {
  align-items: center;
  display: flex;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header-actions {
  gap: 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper {
  color: var(--bs-secondary-color);
  gap: 0.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper span {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.4rem;
  white-space: nowrap;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper span b {
  align-items: center;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.72rem;
  height: 1.65rem;
  justify-content: center;
  width: 1.65rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper span.is-active {
  color: var(--bs-emphasis-color);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper span.is-active b {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-stepper i {
  background: var(--bs-border-color);
  height: 1px;
  width: 1.5rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-form .form-control,
#bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-form .form-select {
  background-color: var(--bs-body-bg);
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review {
  display: grid;
  gap: 1.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-intro {
  align-items: center;
  display: flex;
  gap: 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-icon {
  align-items: center;
  background: color-mix(in srgb, var(--bs-primary) 13%, var(--bs-body-bg));
  border: 1px solid color-mix(in srgb, var(--bs-primary) 32%, var(--bs-border-color));
  border-radius: 6px;
  color: var(--bs-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.5rem;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid > div {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  min-width: 0;
  padding: 0.9rem 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid .keywords-theme-review-primary,
#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid .keywords-theme-review-notes {
  grid-column: 1 / -1;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid dt {
  color: var(--bs-secondary-color);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid dd {
  color: var(--bs-emphasis-color);
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-primary dd {
  font-size: 1.15rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-notice {
  align-items: center;
  background: color-mix(in srgb, var(--bs-success) 9%, var(--bs-body-bg));
  border-left: 3px solid var(--bs-success);
  color: var(--bs-emphasis-color);
  display: flex;
  gap: 0.65rem;
  padding: 0.8rem 1rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-notice i {
  color: var(--bs-success);
  font-size: 1.25rem;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-review-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

#bostic-app-content.theme-original-keywords-page .keywords-theme-archive-name {
  color: var(--bs-emphasis-color);
  font-weight: 700;
  padding: 0.85rem;
}

@media (max-width: 991.98px) {
  #bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav,
  #bostic-app-content.theme-original-keywords-page .keywords-live-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-workspace-nav a {
    min-height: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-serp-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-capacity,
  #bostic-app-content.theme-original-keywords-page .keywords-theme-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-pagination .btn,
  #bostic-app-content.theme-original-keywords-page [data-keyword-open],
  #bostic-app-content.theme-original-keywords-page [data-keywords-refresh] {
    min-height: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-group-action {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-color-palette button {
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-row-action {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header,
  #bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header-actions {
    gap: 0.75rem;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-stepper {
    justify-content: space-between;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-stepper i {
    flex: 1 1 auto;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid .keywords-theme-review-primary,
  #bostic-app-content.theme-original-keywords-page .keywords-theme-review-grid .keywords-theme-review-notes {
    grid-column: auto;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-review-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-review-actions .btn,
  #bostic-app-content.theme-original-keywords-page .keywords-theme-keyword-form > .col-12:last-child .btn,
  #bostic-app-content.theme-original-keywords-page .keywords-theme-modal-header-actions > .btn {
    justify-content: center;
    min-height: 44px;
    width: 100%;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-view-switch,
  #bostic-app-content.theme-original-keywords-page .keywords-view-switch button {
    width: 100%;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-view-switch button {
    justify-content: center;
    min-height: 44px;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-pagination .btn {
    justify-content: center;
    width: 100%;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-pagination [data-keywords-page-status] {
    text-align: center;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list div {
    display: block;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-definition-list dd {
    margin-top: 0.25rem;
    text-align: left;
  }

  #bostic-app-content.theme-original-keywords-page .keywords-theme-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 389.98px) {
  #bostic-app-content.theme-original-keywords-page .keywords-serp-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bostic-app-content.theme-original-keywords-page .keywords-theme-row-action::after {
    transition: none;
  }
}
