html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --fpc-body: #f9f9fa;
  --fpc-white: #ffffff;
  --fpc-blue: #2c4255;
  --fpc-blue-soft: #718b9d;
  --fpc-blue-deep: #213543;
  --fpc-orange: #d24316;
  --fpc-orange-soft: #fcf1dd;
  --fpc-orange-bright: #ec671a;
  --fpc-green: #007c37;
  --fpc-green-deep: #004a22;
  --fpc-ink: #18232d;
  --fpc-muted: #5f7281;
  --fpc-border: #d8e0e5;
  --fpc-shadow: 0 1.25rem 3rem rgba(44, 66, 85, 0.12);
  --fpc-shadow-soft: 0 0.75rem 1.75rem rgba(44, 66, 85, 0.08);
  --bs-primary: #d24316;
  --bs-primary-rgb: 210, 67, 22;
  --bs-link-color: #2c4255;
  --bs-link-color-rgb: 44, 66, 85;
  --bs-link-hover-color: #d24316;
  --bs-link-hover-color-rgb: 210, 67, 22;
  --bs-body-bg: #f9f9fa;
  --bs-body-color: #18232d;
  --bs-border-color: #d8e0e5;
  --bs-heading-color: #2c4255;
  --bs-secondary-color: #5f7281;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--fpc-ink);
  background:
    radial-gradient(circle at top left, rgba(236, 103, 26, 0.11), transparent 22rem),
    radial-gradient(circle at bottom right, rgba(0, 124, 55, 0.08), transparent 20rem),
    linear-gradient(180deg, #fcfbf7 0%, #f5f6f8 52%, #eef2f4 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.fpc-page-title,
.fpc-auth-story-title,
.fpc-auth-card-title,
.fpc-hero-title,
.fpc-grid-title,
.fpc-callout-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.02em;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.9), 0 0 0 0.25rem rgba(210, 67, 22, 0.22);
}

.fpc-auth-shell {
  background:
    radial-gradient(circle at top left, rgba(210, 67, 22, 0.12), transparent 22rem),
    radial-gradient(circle at bottom right, rgba(0, 124, 55, 0.09), transparent 18rem),
    linear-gradient(135deg, #f5efe9 0%, #f7f8fa 44%, #eef2f6 100%);
}

.fpc-auth-stage {
  min-height: 100vh;
  padding: 2rem 1.5rem;
}

.fpc-auth-story,
.fpc-auth-card,
.fpc-hero-card,
.fpc-callout-card,
.fpc-metric-card,
.fpc-grid-card,
.fpc-user-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(44, 66, 85, 0.08);
  box-shadow: var(--fpc-shadow);
}

.fpc-auth-story {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background:
    linear-gradient(160deg, rgba(44, 66, 85, 0.98) 0%, rgba(61, 88, 108, 0.96) 52%, rgba(0, 74, 34, 0.92) 100%);
  color: var(--fpc-white);
}

.fpc-auth-story::after {
  content: "";
  position: absolute;
  inset: auto -5rem -6rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: rgba(252, 241, 221, 0.13);
  filter: blur(4px);
}

.fpc-auth-story-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  min-height: 100%;
  padding: 2.3rem;
}

.fpc-auth-story-mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.fpc-auth-story-logo {
  display: block;
  width: clamp(5rem, 16vw, 6.5rem);
  max-width: 100%;
  height: auto;
}

.fpc-auth-story-kicker,
.fpc-grid-eyebrow,
.fpc-user-eyebrow,
.fpc-header-kicker,
.fpc-callout-label,
.fpc-metric-label,
.fpc-hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
}

.fpc-auth-story-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.fpc-auth-story-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.02;
}

.fpc-auth-story-copy {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 1.02rem;
    line-height: 1.7;
}

.fpc-auth-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fpc-auth-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.fpc-auth-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  padding: 2rem;
}

.fpc-auth-card-header {
  margin-bottom: 1.5rem;
}

.fpc-auth-card-kicker {
  color: var(--fpc-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fpc-auth-card-title {
  margin: 0.45rem 0 0.55rem;
  color: var(--fpc-blue);
  font-size: 2.1rem;
}

.fpc-auth-card-copy {
  margin: 0;
  color: var(--fpc-muted);
  line-height: 1.65;
}

.fpc-auth-form {
  display: grid;
  gap: 1.25rem;
}

.fpc-field-group {
  display: grid;
  gap: 0.45rem;
}

.fpc-auth-actions {
  padding-top: 0.5rem;
}

.fpc-auth-actions-tight {
  padding-top: 0;
}

.fpc-auth-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.4rem 0 1.15rem;
  color: var(--fpc-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fpc-auth-divider::before,
.fpc-auth-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(44, 66, 85, 0.12);
}

.fpc-auth-divider::before {
  margin-right: 0.85rem;
}

.fpc-auth-divider::after {
  margin-left: 0.85rem;
}

.fpc-shell {
  display: block;
  min-height: 100vh;
}

.fpc-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 320px;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(44, 66, 85, 0.99) 0%, rgba(39, 60, 77, 0.98) 55%, rgba(0, 74, 34, 0.96) 100%);
  color: var(--fpc-white);
}

.fpc-sidebar-top,
.fpc-sidebar-bottom {
  flex: 0 0 auto;
}

.fpc-sidebar-middle {
  flex: 1 1 auto;
}

.fpc-brand-block {
  padding-bottom: 0.5rem;
}

.fpc-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--fpc-white);
}

.fpc-brand:hover {
  color: var(--fpc-white);
}

.fpc-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
}

.fpc-brand-logo {
  display: block;
  width: 100%;
  max-width: 3.7rem;
  height: auto;
}

.fpc-brand-copy {
  display: grid;
  gap: 0.12rem;
}

.fpc-brand-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.fpc-brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fpc-nav {
  display: grid;
  gap: 0.45rem;
  width: 100%;
}

.fpc-nav-link {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.fpc-nav-link:hover,
.fpc-nav-link:focus-visible {
  color: var(--fpc-white);
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.fpc-nav-link.active {
  background: linear-gradient(135deg, rgba(210, 67, 22, 0.85), rgba(236, 103, 26, 0.88));
  color: var(--fpc-white);
  box-shadow: 0 0.9rem 1.8rem rgba(210, 67, 22, 0.2);
}

.fpc-nav-link.is-placeholder {
  opacity: 0.65;
  cursor: default;
}

.fpc-user-card {
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.fpc-user-name {
  margin-top: 0.3rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.fpc-user-meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.fpc-content {
  min-width: 0;
  min-height: 100vh;
  width: auto;
  margin-left: 320px;
  display: flex;
  flex-direction: column;
}

.fpc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 2rem 0;
}

.fpc-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}

.fpc-header-kicker {
  color: var(--fpc-orange);
}

.fpc-page-title {
  margin: 0.0rem 0 0;
  color: var(--fpc-blue);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.fpc-header-note {
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: rgba(44, 66, 85, 0.08);
  color: var(--fpc-blue);
  font-size: 0.9rem;
  font-weight: 600;
}

.fpc-user-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.3rem 0.55rem 0.3rem 0.3rem;
  border: 1px solid rgba(44, 66, 85, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--fpc-shadow-soft);
  color: var(--fpc-blue);
}

.fpc-user-menu-toggle:hover,
.fpc-user-menu-toggle:focus-visible,
.fpc-user-menu-toggle.show {
  border-color: rgba(44, 66, 85, 0.2);
  background: rgba(255, 255, 255, 0.98);
  color: var(--fpc-blue-deep);
}

.fpc-user-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: rgba(44, 66, 85, 0.08);
  color: var(--fpc-blue);
}

.fpc-user-menu-avatar-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.fpc-user-menu-caret {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.05rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg) translateY(-1px);
}

.fpc-user-menu {
  min-width: 18rem;
  max-width: calc(100vw - 2rem);
  padding: 0.55rem 0;
  border: 1px solid rgba(44, 66, 85, 0.1);
  border-radius: 1rem;
  box-shadow: var(--fpc-shadow);
}

.fpc-user-menu-header {
  display: grid;
  gap: 0.16rem;
  padding: 0.2rem 1rem 0.5rem;
}

.fpc-user-menu-label {
  color: var(--fpc-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fpc-user-menu-label--section {
  display: block;
  padding: 0.15rem 1rem 0.35rem;
}

.fpc-user-menu-name {
  color: var(--fpc-blue);
  font-size: 1rem;
  font-weight: 700;
}

.fpc-user-menu-meta {
  color: var(--fpc-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.fpc-user-menu-item {
  padding: 0.7rem 1rem;
  color: var(--fpc-blue);
  font-weight: 600;
}

.fpc-user-menu-item:hover,
.fpc-user-menu-item:focus-visible {
  background: rgba(44, 66, 85, 0.06);
  color: var(--fpc-blue-deep);
}

.fpc-user-menu-form {
  margin: 0;
}

.fpc-user-menu-signout {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--fpc-orange);
}

.fpc-user-menu-signout:hover,
.fpc-user-menu-signout:focus-visible {
  color: var(--fpc-orange);
  background: rgba(210, 67, 22, 0.08);
}

.fpc-main {
  flex: 1;
  padding: 1.5rem 2rem 2rem;
}

.fpc-hero-card,
.fpc-callout-card,
.fpc-metric-card {
  height: 100%;
}

.fpc-hero-card,
.fpc-callout-card,
.fpc-metric-card,
.fpc-grid-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  padding: 1.7rem;
}

.fpc-hero-card,
.fpc-metric-card {
  background:
    radial-gradient(circle at top right, rgba(236, 103, 26, 0.12), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 241, 221, 0.78));
}

.fpc-hero-kicker,
.fpc-grid-eyebrow,
.fpc-metric-label {
  color: var(--fpc-orange);
}

.fpc-hero-title,
.fpc-callout-title,
.fpc-grid-title {
  margin: 0.45rem 0 0.75rem;
  color: var(--fpc-blue);
}

.fpc-hero-copy,
.fpc-callout-card p,
.fpc-metric-note {
  margin: 0;
  color: var(--fpc-muted);
  line-height: 1.65;
}

.fpc-callout-card {
  background:
    linear-gradient(180deg, rgba(44, 66, 85, 0.96), rgba(33, 53, 67, 0.98));
  color: var(--fpc-white);
}

.fpc-callout-label {
  color: rgba(255, 255, 255, 0.7);
}

.fpc-callout-title {
  color: var(--fpc-white);
}

.fpc-metric-card {
  min-height: 100%;
}

.fpc-metric-value {
  margin-top: 0.55rem;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--fpc-blue);
  line-height: 1;
}

.fpc-grid-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fpc-compare-sticky-header {
  position: sticky;
  top: 0.75rem;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(44, 66, 85, 0.96);
  box-shadow: 0 12px 30px rgba(33, 53, 67, 0.2);
  color: var(--fpc-white);
  backdrop-filter: blur(14px);
}

.fpc-compare-sticky-fund {
  min-width: 0;
  padding: 0 1rem;
}

.fpc-compare-sticky-fund + .fpc-compare-sticky-fund {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fpc-compare-sticky-label,
.fpc-compare-sticky-isin {
  display: block;
  font-size: 0.75rem;
}

.fpc-compare-sticky-label {
  margin-bottom: 0.15rem;
  color: #f5a56f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fpc-compare-sticky-fund strong {
  display: block;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.fpc-compare-sticky-isin {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.72);
}

.fpc-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.fpc-status-pill--neutral {
  background: rgba(95, 114, 129, 0.12);
  color: var(--fpc-blue);
}

.fpc-status-pill--info {
  background: rgba(44, 66, 85, 0.12);
  color: var(--fpc-blue);
}

.fpc-status-pill--success {
  background: rgba(0, 124, 55, 0.13);
  color: var(--fpc-green-deep);
}

.fpc-status-pill--warning {
  background: rgba(236, 103, 26, 0.14);
  color: #8a3b0d;
}

.fpc-status-pill--danger {
  background: rgba(210, 67, 22, 0.12);
  color: #8d2300;
}

.fpc-filter-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fpc-filter-strip .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  font-weight: 700;
}

.fpc-filter-count {
  display: inline-flex;
  min-width: 1.7rem;
  justify-content: center;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
}

.btn-outline-secondary .fpc-filter-count {
  background: rgba(44, 66, 85, 0.08);
}

.fpc-inline-state {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
}

.fpc-inline-state--neutral {
  background: rgba(95, 114, 129, 0.08);
}

.fpc-inline-state--info {
  background: rgba(44, 66, 85, 0.08);
}

.fpc-inline-state--success {
  background: rgba(0, 124, 55, 0.11);
}

.fpc-inline-state--warning {
  background: rgba(236, 103, 26, 0.12);
}

.fpc-inline-state--danger {
  background: rgba(210, 67, 22, 0.12);
}

.fpc-designer-summary {
  margin-bottom: 1.5rem;
}

.fpc-mini-metric-card {
  height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(44, 66, 85, 0.08);
  border-radius: 1.1rem;
  background: rgba(249, 249, 250, 0.72);
}

.fpc-mini-metric-label {
  color: var(--fpc-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fpc-mini-metric-value {
  margin-top: 0.45rem;
  color: var(--fpc-blue);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.7rem;
  line-height: 1.05;
}

.fpc-lock-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(236, 103, 26, 0.2);
  background: rgba(252, 241, 221, 0.85);
}

.fpc-section-note {
  margin-bottom: 0.9rem;
  color: var(--fpc-muted);
  font-size: 0.92rem;
}

.fpc-form-actions {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(44, 66, 85, 0.08);
}

.fpc-tab-nav {
  border-bottom-color: rgba(44, 66, 85, 0.08);
}

.fpc-tab-nav .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--fpc-muted);
  font-weight: 700;
}

.fpc-tab-nav .nav-link.active {
  color: var(--fpc-orange);
  background: transparent;
  border-bottom-color: var(--fpc-orange);
}

.fpc-tab-content {
  min-height: 14rem;
}

.fpc-fund-chart {
  height: 24rem;
}

.fpc-fund-range-label {
  margin-top: 0.75rem;
  color: var(--fpc-muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.fpc-fund-range-selector {
  height: 8rem;
}

.fpc-timeline {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fpc-timeline-item {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(44, 66, 85, 0.08);
  border-radius: 1rem;
  background: rgba(249, 249, 250, 0.72);
}

.fpc-primary-action .dx-button-content {
  font-weight: 700;
}

.fpc-secondary-action .dx-button-content {
  font-weight: 700;
}

.dx-button.fpc-primary-action,
.dx-button.fpc-secondary-action {
  border-radius: 1rem;
}

.fpc-ghost-button {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.38);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.1);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.5);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(255, 255, 255, 0.16);
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.55);
}

.dx-button.dx-button-mode-contained,
.dx-button.dx-button-default.dx-button-mode-contained {
  border-radius: 1rem;
  background-color: var(--fpc-orange) !important;
  border-color: var(--fpc-orange) !important;
  box-shadow: 0 0.9rem 1.8rem rgba(210, 67, 22, 0.18);
}

.dx-button.dx-button-mode-contained.dx-state-hover,
.dx-button.dx-button-mode-contained.dx-state-focused,
.dx-button.dx-button-mode-contained.dx-state-active,
.dx-button.dx-button-default.dx-button-mode-contained.dx-state-hover,
.dx-button.dx-button-default.dx-button-mode-contained.dx-state-focused,
.dx-button.dx-button-default.dx-button-mode-contained.dx-state-active {
  background-color: var(--fpc-orange-bright) !important;
  border-color: var(--fpc-orange-bright) !important;
}

.dx-texteditor,
.dx-dropdowneditor,
.dx-datagrid,
.dx-overlay-content {
  border-radius: 1rem;
}

.dx-texteditor.dx-editor-filled,
.dx-texteditor.dx-editor-outlined,
.dx-dropdowneditor.dx-editor-filled,
.dx-dropdowneditor.dx-editor-outlined {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(44, 66, 85, 0.12);
  box-shadow: 0 0.55rem 1.4rem rgba(44, 66, 85, 0.05);
}

.dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-dropdowneditor.dx-state-focused.dx-editor-filled,
.dx-dropdowneditor.dx-state-focused.dx-editor-outlined {
  border-color: rgba(210, 67, 22, 0.4);
  box-shadow: 0 0 0 0.25rem rgba(210, 67, 22, 0.12);
}

.dx-datagrid {
  overflow: hidden;
  border: 1px solid rgba(44, 66, 85, 0.08);
  box-shadow: 0 0.8rem 2rem rgba(44, 66, 85, 0.08);
}

.dx-datagrid-search-panel {
  width: min(100%, 22rem) !important;
  min-height: 3rem;
}

.dx-datagrid-search-panel .dx-texteditor-input {
  min-height: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 1rem;
}

.dx-datagrid-headers {
  background: linear-gradient(180deg, rgba(252, 241, 221, 0.76), rgba(255, 255, 255, 0.96));
}

.dx-datagrid-headers .dx-datagrid-text-content {
  color: var(--fpc-blue);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dx-datagrid-rowsview .dx-row-alt > td {
  background: rgba(249, 249, 250, 0.9);
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row.dx-selection > td {
  background-color: var(--fpc-blue) !important;
  color: var(--fpc-white) !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
  background-color: var(--fpc-green);
  border-color: var(--fpc-green);
}

.fpc-grid-details-button {
  border-color: var(--fpc-green);
  color: var(--fpc-green-deep);
  background: rgba(0, 124, 55, 0.06);
  font-weight: 700;
}

.fpc-grid-details-button:hover,
.fpc-grid-details-button:focus-visible {
  border-color: var(--fpc-green);
  color: var(--fpc-white);
  background: var(--fpc-green);
}

.fpc-model-target-table {
  min-width: 1320px;
}

.fpc-model-target-table th:first-child,
.fpc-model-target-table td:first-child,
.fpc-model-target-table th:nth-child(8),
.fpc-model-target-table td:nth-child(8) {
  min-width: 16rem;
}

.fpc-model-target-table th:nth-child(2),
.fpc-model-target-table td:nth-child(2),
.fpc-model-target-table th:nth-child(3),
.fpc-model-target-table td:nth-child(3),
.fpc-model-target-table th:nth-child(4),
.fpc-model-target-table td:nth-child(4),
.fpc-model-target-table th:nth-child(5),
.fpc-model-target-table td:nth-child(5) {
  min-width: 7.5rem;
}

.fpc-model-target-table th:nth-child(9),
.fpc-model-target-table td:nth-child(9) {
  min-width: 12rem;
}

@media (max-width: 1199.98px) {
  .fpc-sidebar {
    width: 280px;
  }

  .fpc-content {
    width: auto;
    margin-left: 280px;
  }
}

@media (max-width: 991.98px) {
  .fpc-shell {
    display: block;
  }

  .fpc-sidebar {
    position: static;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: visible;
  }

  .fpc-content {
    width: 100%;
    margin-left: 0;
  }

  .fpc-header {
    flex-wrap: wrap;
    padding-top: 1.35rem;
  }

  .fpc-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .fpc-main {
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .fpc-auth-stage {
    padding-inline: 0.75rem;
  }

  .fpc-auth-story-shell,
  .fpc-auth-card,
  .fpc-hero-card,
  .fpc-callout-card,
  .fpc-metric-card,
  .fpc-grid-card {
    padding: 1.35rem;
  }

  .fpc-header,
  .fpc-main {
    padding-inline: 1rem;
  }

  .fpc-compare-sticky-header {
    top: 0.5rem;
    padding: 0.7rem 0.4rem;
    border-radius: 14px;
  }

  .fpc-compare-sticky-fund {
    padding: 0 0.65rem;
  }

  .fpc-compare-sticky-fund strong {
    font-size: 0.82rem;
  }

  .fpc-compare-sticky-isin {
    font-size: 0.68rem;
  }
}
