:root {
    --pb-purple-primary: #9A78A5;
    --pb-purple-primary-hover: #7F5E89;
    --pb-purple-primary-active: #7F5E89;
    --pb-purple-info: #B38FBE;
    --pb-purple-info-hover: #9A78A5;
    --pb-purple-info-active: #7F5E89;
    --pb-purple-secondary: #9A78A5;
    --pb-purple-secondary-hover: #7F5E89;
    --pb-purple-secondary-active: #7F5E89;
    --pb-menu-accent: #9D005B;
    --pb-lavender: #CBA6D6;
    --pb-custom-chrome-color: #CBA6D6;
    --pb-custom-chrome-color-rgb: 203, 166, 214;
    --pb-user-font-scale: 1;
    --ct-primary: var(--pb-purple-primary);
    --ct-primary-rgb: 154, 120, 165;
    --ct-primary-text-emphasis: #6f5277;
    --ct-primary-bg-subtle: rgba(154, 120, 165, 0.16);
    --ct-primary-border-subtle: rgba(154, 120, 165, 0.36);
    --ct-info: var(--pb-purple-info);
    --ct-info-rgb: 179, 143, 190;
    --ct-info-text-emphasis: #7d6485;
    --ct-info-bg-subtle: rgba(179, 143, 190, 0.18);
    --ct-info-border-subtle: rgba(179, 143, 190, 0.38);
    --ct-secondary: var(--pb-purple-secondary);
    --ct-secondary-rgb: 154, 120, 165;
    --ct-secondary-text-emphasis: #6f5277;
    --ct-secondary-bg-subtle: rgba(154, 120, 165, 0.16);
    --ct-secondary-border-subtle: rgba(154, 120, 165, 0.36);
    --ct-link-color: var(--pb-purple-primary);
    --ct-link-color-rgb: 154, 120, 165;
    --ct-link-hover-color: var(--pb-purple-primary-hover);
    --ct-link-hover-color-rgb: 127, 94, 137;
    --ct-body-font-size: calc(0.95rem * var(--pb-user-font-scale));
    --ct-menu-item-font-size: calc(1rem * var(--pb-user-font-scale));
    --ct-body-color: #000000;
    --ct-heading-color: #000000;
    --pb-table-font-size: calc(0.96rem * var(--pb-user-font-scale));
    --pb-table-head-bg: #B38FBE;
    --pb-table-head-color: #000000;
    --pb-table-stripe-bg: rgba(179, 143, 190, 0.32);
    --pb-table-hover-bg: rgba(179, 143, 190, 0.44);
    --pb-table-border: rgba(0, 0, 0, 0.34);
    --pb-table-head-border: rgba(0, 0, 0, 0.46);
    --pb-chart-label-bg: #ffffff;
    --pb-chart-label-text: #000000;
    --pb-chart-tooltip-bg: #ffffff;
    --pb-chart-tooltip-border: rgba(49, 58, 70, 0.24);
    --pb-chart-tooltip-text: #000000;
}

:root[data-text-scale="small"] {
    --pb-user-font-scale: 0.94;
}

:root[data-text-scale="large"] {
    --pb-user-font-scale: 1.12;
}

:root[data-text-scale="xlarge"] {
    --pb-user-font-scale: 1.24;
}

:root[data-menu-color="light"] {
    --ct-menu-item-color: #000000;
    --ct-menu-item-hover-color: var(--pb-menu-accent);
    --ct-menu-item-active-color: var(--pb-menu-accent);
}

:root[data-topbar-color="light"] {
    --ct-topbar-item-color: #000000;
    --ct-topbar-item-hover-color: var(--pb-purple-primary);
}

:root[data-topbar-color="lavender"] {
    --ct-topbar-bg: var(--pb-lavender);
    --ct-topbar-item-color: #000000;
    --ct-topbar-item-hover-color: #000000;
    --ct-topbar-search-bg: rgba(255, 255, 255, 0.45);
    --ct-topbar-user-bg: transparent;
    --ct-topbar-user-border: transparent;
}

:root[data-menu-color="lavender"] {
    --ct-menu-bg: var(--pb-lavender);
    --ct-menu-item-color: #000000;
    --ct-menu-item-hover-color: #000000;
    --ct-menu-item-hover-bg: rgba(154, 120, 165, 0.14);
    --ct-menu-item-active-color: #000000;
    --ct-menu-item-active-bg: rgba(154, 120, 165, 0.22);
    --ct-sidenav-user-bg: rgba(255, 255, 255, 0.35);
}

:root[data-topbar-color="custom"] {
    --ct-topbar-bg: var(--pb-custom-chrome-color);
    --ct-topbar-item-color: #000000;
    --ct-topbar-item-hover-color: #000000;
    --ct-topbar-search-bg: rgba(255, 255, 255, 0.45);
    --ct-topbar-user-bg: transparent;
    --ct-topbar-user-border: transparent;
}

:root[data-menu-color="custom"] {
    --ct-menu-bg: var(--pb-custom-chrome-color);
    --ct-menu-item-color: #000000;
    --ct-menu-item-hover-color: #000000;
    --ct-menu-item-hover-bg: rgba(154, 120, 165, 0.14);
    --ct-menu-item-active-color: #000000;
    --ct-menu-item-active-bg: rgba(154, 120, 165, 0.22);
    --ct-sidenav-user-bg: rgba(255, 255, 255, 0.35);
}

[data-bs-theme="dark"] {
    --ct-body-color: #f3f6f8;
    --ct-heading-color: #ffffff;
    --ct-primary-text-emphasis: #c7b7e2;
    --ct-primary-bg-subtle: rgba(107, 63, 160, 0.25);
    --ct-primary-border-subtle: rgba(152, 120, 199, 0.44);
    --ct-info-text-emphasis: #d0c3ea;
    --ct-info-bg-subtle: rgba(128, 96, 184, 0.24);
    --ct-info-border-subtle: rgba(170, 144, 214, 0.42);
    --ct-secondary-text-emphasis: #c7bddf;
    --ct-secondary-bg-subtle: rgba(95, 74, 147, 0.25);
    --ct-secondary-border-subtle: rgba(151, 134, 190, 0.42);
    --ct-link-color: #c7b7e2;
    --ct-link-color-rgb: 199, 183, 226;
    --ct-link-hover-color: #dccff0;
    --ct-link-hover-color-rgb: 220, 207, 240;
    --pb-table-head-bg: rgba(255, 255, 255, 0.105);
    --pb-table-head-color: #f3f6f8;
    --pb-table-stripe-bg: rgba(255, 255, 255, 0.035);
    --pb-table-hover-bg: rgba(255, 255, 255, 0.07);
    --pb-table-border: rgba(255, 255, 255, 0.12);
    --pb-table-head-border: rgba(255, 255, 255, 0.22);
    --pb-chart-label-bg: #1f2937;
    --pb-chart-label-text: #e5e7eb;
    --pb-chart-tooltip-bg: #111827;
    --pb-chart-tooltip-border: rgba(255, 255, 255, 0.22);
    --pb-chart-tooltip-text: #f3f4f6;
}

:root[data-bs-theme="dark"][data-topbar-color="light"],
:root[data-bs-theme="dark"][data-topbar-color="lavender"],
:root[data-bs-theme="dark"][data-topbar-color="custom"] {
    --ct-topbar-item-color: #f3f6f8;
    --ct-topbar-item-hover-color: #ffffff;
}

:root[data-bs-theme="dark"][data-menu-color="light"],
:root[data-bs-theme="dark"][data-menu-color="lavender"],
:root[data-bs-theme="dark"][data-menu-color="custom"] {
    --ct-menu-item-color: #f3f6f8;
    --ct-menu-item-hover-color: #ffffff;
    --ct-menu-item-hover-bg: rgba(255, 255, 255, 0.12);
    --ct-menu-item-active-color: #ffffff;
    --ct-menu-item-active-bg: rgba(255, 255, 255, 0.18);
}

body,
.page-content,
.page-container,
.card,
.table,
.form-control,
.form-select {
    color: var(--ct-body-color);
}

.page-title,
.card-title,
.header-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ct-heading-color);
}

[data-bs-theme="light"] .text-muted {
    color: #000000 !important;
}

.side-nav .side-nav-link,
.side-nav .side-nav-title {
    color: var(--ct-menu-item-color);
    font-size: var(--ct-menu-item-font-size);
}

.pb-text-scale-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    min-width: 1.35rem;
    text-align: center;
}

.table:not(.table-borderless) > :not(caption) > * > * {
    border-bottom-color: var(--pb-table-border);
    border-color: var(--pb-table-border);
    border-width: 2px;
    color: var(--ct-body-color);
    font-size: var(--pb-table-font-size);
}

.table:not(.table-borderless) > thead > tr > * {
    background-color: var(--pb-table-head-bg);
    border-bottom-color: var(--pb-table-head-border);
    color: var(--pb-table-head-color);
    font-weight: 700;
}

.table:not(.table-borderless) > tbody > tr:nth-of-type(even):not(.table-active):not(.table-success):not(.table-danger):not(.table-warning):not(.table-info):not(.table-secondary) > * {
    background-color: var(--pb-table-stripe-bg);
}

.table:not(.table-borderless).table-hover > tbody > tr:hover > * {
    background-color: var(--pb-table-hover-bg);
}

.form-select[multiple] option:checked {
    background-color: var(--ct-primary);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.form-select[multiple] option:checked:hover,
.form-select[multiple] option:checked:focus {
    background-color: var(--ct-primary);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.btn-primary {
    --ct-btn-color: #ffffff;
    --ct-btn-bg: var(--pb-purple-primary);
    --ct-btn-border-color: var(--pb-purple-primary);
    --ct-btn-hover-color: #ffffff;
    --ct-btn-hover-bg: var(--pb-purple-primary-hover);
    --ct-btn-hover-border-color: var(--pb-purple-primary-hover);
    --ct-btn-focus-shadow-rgb: 134, 96, 184;
    --ct-btn-active-color: #ffffff;
    --ct-btn-active-bg: var(--pb-purple-primary-active);
    --ct-btn-active-border-color: var(--pb-purple-primary-active);
    --ct-btn-disabled-color: #ffffff;
    --ct-btn-disabled-bg: var(--pb-purple-primary);
    --ct-btn-disabled-border-color: var(--pb-purple-primary);
}

.btn-info {
    --ct-btn-color: #ffffff;
    --ct-btn-bg: var(--pb-purple-info);
    --ct-btn-border-color: var(--pb-purple-info);
    --ct-btn-hover-color: #ffffff;
    --ct-btn-hover-bg: var(--pb-purple-info-hover);
    --ct-btn-hover-border-color: var(--pb-purple-info-hover);
    --ct-btn-focus-shadow-rgb: 154, 127, 204;
    --ct-btn-active-color: #ffffff;
    --ct-btn-active-bg: var(--pb-purple-info-active);
    --ct-btn-active-border-color: var(--pb-purple-info-active);
    --ct-btn-disabled-color: #ffffff;
    --ct-btn-disabled-bg: var(--pb-purple-info);
    --ct-btn-disabled-border-color: var(--pb-purple-info);
}

.btn-secondary {
    --ct-btn-color: #ffffff;
    --ct-btn-bg: var(--pb-purple-secondary);
    --ct-btn-border-color: var(--pb-purple-secondary);
    --ct-btn-hover-color: #ffffff;
    --ct-btn-hover-bg: var(--pb-purple-secondary-hover);
    --ct-btn-hover-border-color: var(--pb-purple-secondary-hover);
    --ct-btn-focus-shadow-rgb: 127, 107, 175;
    --ct-btn-active-color: #ffffff;
    --ct-btn-active-bg: var(--pb-purple-secondary-active);
    --ct-btn-active-border-color: var(--pb-purple-secondary-active);
    --ct-btn-disabled-color: #ffffff;
    --ct-btn-disabled-bg: var(--pb-purple-secondary);
    --ct-btn-disabled-border-color: var(--pb-purple-secondary);
}

.form-check-input:checked {
    background-color: var(--ct-primary);
    border-color: var(--ct-primary);
}

.form-check-input:checked[type="checkbox"] {
    background-color: var(--ct-primary);
    border-color: var(--ct-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-check-input:checked[type="checkbox"]:hover,
.form-check-input:checked[type="checkbox"]:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.pb-sortable-heading {
    white-space: nowrap;
}

.pb-table-sort-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: inherit;
    gap: 0.35rem;
    padding: 0;
    text-align: inherit;
}

.pb-table-sort-button::after {
    color: currentColor;
    content: "↕";
    font-size: 0.78rem;
    opacity: 0.58;
}

th[aria-sort="ascending"] .pb-table-sort-button::after {
    content: "↑";
    opacity: 0.9;
}

th[aria-sort="descending"] .pb-table-sort-button::after {
    content: "↓";
    opacity: 0.9;
}

.pb-dashboard-chart-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

.pb-public-site {
    background:
        linear-gradient(180deg, rgba(203, 166, 214, 0.22), rgba(255, 255, 255, 0) 28rem),
        var(--ct-body-bg);
    color: var(--ct-body-color);
    min-height: 100vh;
}

.pb-public-nav {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 1rem 1.25rem;
}

.pb-public-brand {
    align-items: center;
    color: var(--ct-heading-color);
    display: inline-flex;
    font-weight: 800;
    gap: 0.65rem;
}

.pb-public-brand:hover,
.pb-public-brand:focus {
    color: var(--ct-heading-color);
}

.pb-public-brand img {
    height: 2.45rem;
    object-fit: contain;
    width: auto;
}

.pb-public-nav-links {
    align-items: center;
    display: flex;
    gap: 0.85rem;
}

.pb-public-nav-links a:not(.btn) {
    color: var(--ct-body-color);
    font-weight: 700;
}

.pb-public-hero {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: calc(100vh - 12rem);
    padding: 3rem 1.25rem 4rem;
}

.pb-public-kicker {
    color: var(--pb-menu-accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.pb-public-hero h1 {
    font-size: clamp(3rem, 7vw, 5.75rem);
    line-height: 0.98;
    margin-bottom: 1.15rem;
}

.pb-public-lead {
    font-size: 1.24rem;
    line-height: 1.55;
    max-width: 42rem;
}

.pb-public-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 2rem 0 1rem;
}

.pb-public-note,
.pb-public-form-note {
    color: var(--ct-secondary-color);
    font-size: 0.95rem;
    margin: 0;
    max-width: 40rem;
}

.pb-public-product {
    background: var(--ct-body-bg);
    border: 1px solid var(--pb-table-border);
    border-radius: 0.5rem;
    box-shadow: 0 1.4rem 3.2rem rgba(39, 49, 63, 0.18);
    overflow: hidden;
}

.pb-public-product-header {
    align-items: center;
    background: var(--pb-lavender);
    color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.pb-public-product-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
}

.pb-public-product-grid div {
    background: var(--pb-table-stripe-bg);
    border: 1px solid var(--pb-table-border);
    border-radius: 0.4rem;
    padding: 1rem;
}

.pb-public-product-grid span,
.pb-public-product-header span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.pb-public-product-grid strong {
    color: var(--ct-heading-color);
    font-size: 1.25rem;
}

.pb-public-product-bars {
    display: grid;
    gap: 0.45rem;
    padding: 0 1rem 1rem;
}

.pb-public-product-bars span {
    background: var(--pb-purple-primary);
    border-radius: 999px;
    display: block;
    height: 0.7rem;
}

.pb-public-product-bars span:nth-child(2) {
    background: #2f8f83;
    width: 76%;
}

.pb-public-product-bars span:nth-child(3) {
    background: var(--pb-purple-info);
    width: 58%;
}

.pb-public-product-bars span:nth-child(4) {
    background: #d29b36;
    width: 42%;
}

.pb-public-section,
.pb-public-form-shell {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    margin: 0 auto;
    max-width: 1180px;
    padding: 4rem 1.25rem;
}

.pb-public-feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-public-feature-grid article,
.pb-public-form {
    background: var(--ct-body-bg);
    border: 1px solid var(--pb-table-border);
    border-radius: 0.5rem;
    box-shadow: 0 0.8rem 2rem rgba(39, 49, 63, 0.1);
    padding: 1.25rem;
}

.pb-public-feature-grid h3 {
    font-size: 1.05rem;
}

.pb-public-feature-grid p,
.pb-public-beta p,
.pb-public-form-copy p {
    line-height: 1.55;
}

.pb-public-beta {
    align-items: center;
    background: rgba(47, 143, 131, 0.08);
    border: 1px solid rgba(47, 143, 131, 0.22);
    border-radius: 0.5rem;
    margin-bottom: 4rem;
    padding: 2rem;
}

.pb-public-form-shell {
    align-items: start;
    min-height: calc(100vh - 10rem);
}

.pb-public-form {
    max-width: 30rem;
    width: 100%;
}

.pb-public-footer {
    align-items: center;
    border-top: 1px solid var(--pb-table-border);
    color: var(--ct-secondary-color);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 1.25rem;
}

.pb-boekie-widget {
    bottom: 1.25rem;
    position: fixed;
    right: 1.25rem;
    z-index: 1060;
}

.pb-boekie-button {
    align-items: center;
    background: var(--pb-purple-primary);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0.75rem 1.8rem rgba(39, 49, 63, 0.24);
    display: flex;
    height: 4rem;
    justify-content: center;
    padding: 0.2rem;
    width: 4rem;
}

.pb-boekie-button img {
    border-radius: 999px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pb-boekie-panel {
    background: var(--ct-body-bg);
    border: 1px solid var(--pb-table-border);
    border-radius: 0.5rem;
    bottom: 5rem;
    box-shadow: 0 1rem 2.5rem rgba(39, 49, 63, 0.22);
    display: flex;
    flex-direction: column;
    max-height: min(34rem, calc(100vh - 7rem));
    overflow: hidden;
    position: absolute;
    right: 0;
    width: min(24rem, calc(100vw - 2rem));
}

.pb-boekie-header {
    align-items: center;
    border-bottom: 1px solid var(--pb-table-border);
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
}

.pb-boekie-title {
    align-items: center;
    display: flex;
    font-weight: 700;
    gap: 0.5rem;
}

.pb-boekie-title img {
    border-radius: 0.35rem;
    height: 2rem;
    object-fit: cover;
    width: 2rem;
}

.pb-boekie-actions {
    align-items: center;
    display: flex;
    gap: 0.35rem;
}

.pb-boekie-clear {
    background: transparent;
    border: 1px solid var(--pb-table-border);
    border-radius: 0.35rem;
    color: inherit;
    font-size: 0.78rem;
    line-height: 1.2;
    padding: 0.28rem 0.45rem;
}

.pb-boekie-clear:hover,
.pb-boekie-clear:focus {
    background: var(--pb-table-stripe-bg);
    outline: none;
}

.pb-boekie-close {
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 1.25rem;
}

.pb-boekie-messages {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 12rem;
    overflow-y: auto;
    padding: 0.75rem;
}

.pb-boekie-message {
    border-radius: 0.45rem;
    max-width: 90%;
    padding: 0.55rem 0.7rem;
    white-space: pre-wrap;
}

.pb-boekie-message-user {
    align-self: flex-end;
    background: var(--ct-primary-bg-subtle);
}

.pb-boekie-message-assistant {
    align-self: flex-start;
    background: var(--pb-table-stripe-bg);
    white-space: normal;
}

.pb-boekie-message-assistant p {
    margin-bottom: 0.55rem;
}

.pb-boekie-message-assistant p:last-child,
.pb-boekie-message-assistant ul:last-child,
.pb-boekie-message-assistant ol:last-child {
    margin-bottom: 0;
}

.pb-boekie-message-assistant ul,
.pb-boekie-message-assistant ol {
    margin-bottom: 0.65rem;
    padding-left: 1.15rem;
}

.pb-boekie-message-assistant li + li {
    margin-top: 0.3rem;
}

.pb-boekie-message-assistant code {
    background: rgba(var(--ct-primary-rgb), 0.12);
    border-radius: 0.25rem;
    padding: 0.05rem 0.25rem;
}

.pb-boekie-message-pending {
    align-items: center;
    display: inline-flex;
    gap: 0.3rem;
    min-height: 2rem;
    width: fit-content;
}

.pb-boekie-typing-dot {
    animation: pb-boekie-typing 1s ease-in-out infinite;
    background: var(--ct-primary);
    border-radius: 999px;
    display: inline-block;
    height: 0.4rem;
    opacity: 0.35;
    width: 0.4rem;
}

.pb-boekie-typing-dot:nth-child(2) {
    animation-delay: 0.15s;
}

.pb-boekie-typing-dot:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes pb-boekie-typing {
    0%,
    80%,
    100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-0.16rem);
    }
}

.pb-boekie-form {
    border-top: 1px solid var(--pb-table-border);
    display: grid;
    gap: 0.5rem;
    padding: 0.75rem;
}

.pb-boekie-input {
    background: var(--ct-body-bg);
    border: 1px solid var(--pb-table-border);
    border-radius: 0.35rem;
    color: inherit;
    min-height: 4rem;
    padding: 0.55rem 0.65rem;
    resize: vertical;
}

.pb-saldo-chart {
    min-height: 220px;
    position: relative;
}

.pb-saldo-chart-layout {
    align-items: stretch;
    display: flex;
    gap: 1rem;
}

.pb-saldo-chart-scroll {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.pb-saldo-chart-svg {
    display: block;
    min-width: 420px;
    width: 100%;
}

.pb-saldo-grid {
    stroke: var(--pb-table-border);
    stroke-width: 1;
}

.pb-saldo-axis {
    stroke: var(--pb-table-head-border);
    stroke-width: 1.4;
}

.pb-saldo-axis-label {
    fill: var(--pb-chart-label-text);
    font-size: 12px;
}

.pb-saldo-axis-label-group {
    pointer-events: none;
}

.pb-saldo-axis-label-bg {
    fill: var(--pb-chart-label-bg);
    opacity: 1;
    stroke: var(--pb-chart-label-bg);
    stroke-width: 3;
}

.pb-saldo-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
    transition: opacity 0.14s ease, stroke-width 0.14s ease;
}

.pb-saldo-has-highlight .pb-saldo-line {
    opacity: 0.16;
}

.pb-saldo-has-highlight .pb-saldo-line.is-highlighted {
    opacity: 1;
    stroke-width: 2.6;
}

.pb-saldo-change-point {
    cursor: pointer;
    stroke: var(--bs-body-bg);
    stroke-width: 1.8;
    transition: opacity 0.14s ease, stroke-width 0.14s ease;
}

.pb-saldo-has-highlight .pb-saldo-change-point {
    opacity: 0.18;
}

.pb-saldo-has-highlight .pb-saldo-change-point.is-highlighted {
    opacity: 1;
    stroke-width: 2.6;
}

.pb-saldo-change-point:hover,
.pb-saldo-change-point:focus {
    outline: none;
    r: 6;
    stroke-width: 2.4;
}

.pb-saldo-legend-panel {
    border-left: 1px solid var(--pb-table-border);
    display: grid;
    flex: 0 0 170px;
    gap: 0.25rem;
    max-height: 280px;
    overflow-y: auto;
    padding-left: 0.9rem;
}

.pb-saldo-legend-item {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--bs-body-color);
    display: grid;
    font-size: 0.78rem;
    gap: 0 0.4rem;
    grid-template-columns: 0.75rem minmax(0, 1fr);
    line-height: 1.2;
    min-width: 0;
    padding: 0.15rem 0;
    text-align: left;
}

.pb-saldo-legend-item:hover,
.pb-saldo-legend-item:focus,
.pb-saldo-legend-item.is-highlighted {
    color: var(--bs-body-color);
    outline: none;
}

.pb-saldo-legend-swatch-svg {
    grid-row: 1 / span 2;
    height: 0.75rem;
    width: 0.75rem;
}

.pb-saldo-legend-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-saldo-legend-value {
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
}

.pb-saldo-tooltip {
    background-color: var(--pb-chart-tooltip-bg);
    border: 1px solid var(--pb-chart-tooltip-border);
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    color: var(--pb-chart-tooltip-text);
    font-size: 0.8rem;
    max-width: calc(100vw - 2rem);
    padding: 0.35rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -100%);
    white-space: nowrap;
    z-index: 5;
}

.pb-fixed-mutation-pies {
    border-top: 1px solid var(--pb-table-border);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 1rem;
    padding-top: 1rem;
}

.pb-fixed-mutation-pie-card {
    min-width: 0;
    position: relative;
}

.pb-fixed-mutation-pie-title {
    color: var(--bs-body-color);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

.pb-fixed-mutation-pie-figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    width: min(100%, 220px);
}

.pb-fixed-mutation-pie-svg {
    display: block;
    height: auto;
    overflow: visible;
    width: 100%;
}

.pb-fixed-mutation-pie-slice {
    cursor: pointer;
    stroke: var(--bs-body-bg);
    stroke-width: 2;
    transform-box: fill-box;
    transform-origin: center;
    transition: opacity 0.14s ease, stroke-width 0.14s ease, transform 0.14s ease;
}

.pb-fixed-mutation-pie-has-highlight .pb-fixed-mutation-pie-slice {
    opacity: 0.24;
}

.pb-fixed-mutation-pie-has-highlight .pb-fixed-mutation-pie-slice.is-highlighted {
    opacity: 1;
    stroke-width: 3;
    transform: scale(1.035);
}

.pb-fixed-mutation-pie-slice:hover,
.pb-fixed-mutation-pie-slice:focus {
    outline: none;
}

.pb-fixed-mutation-pie-legend {
    border-top: 1px solid var(--pb-table-border);
    display: grid;
    gap: 0.2rem;
    margin-top: 0.75rem;
    max-height: 160px;
    overflow-y: auto;
    padding-top: 0.65rem;
}

.pb-fixed-mutation-pie-legend-item {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--bs-body-color);
    display: grid;
    font-size: 0.78rem;
    gap: 0 0.4rem;
    grid-template-columns: 0.75rem minmax(0, 1fr);
    line-height: 1.2;
    min-width: 0;
    padding: 0.12rem 0;
    text-align: left;
}

.pb-fixed-mutation-pie-legend-item:hover,
.pb-fixed-mutation-pie-legend-item:focus,
.pb-fixed-mutation-pie-legend-item.is-highlighted {
    color: var(--bs-body-color);
    outline: none;
}

.pb-fixed-mutation-pie-swatch {
    grid-row: 1 / span 2;
    height: 0.75rem;
    width: 0.75rem;
}

.pb-fixed-mutation-pie-legend-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-fixed-mutation-pie-legend-value {
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
}

.pb-fixed-mutation-pie-tooltip {
    background-color: var(--pb-chart-tooltip-bg);
    border: 1px solid var(--pb-chart-tooltip-border);
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    color: var(--pb-chart-tooltip-text);
    font-size: 0.8rem;
    max-width: min(16rem, calc(100vw - 2rem));
    padding: 0.35rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 5;
}

@media (max-width: 1199.98px) {
    .pb-dashboard-chart-card {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .pb-public-hero,
    .pb-public-section,
    .pb-public-form-shell {
        grid-template-columns: 1fr;
    }

    .pb-public-hero {
        min-height: auto;
        padding-top: 2rem;
    }

    .pb-public-feature-grid {
        grid-template-columns: 1fr;
    }

    .pb-public-form {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .pb-public-nav,
    .pb-public-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .pb-public-nav-links {
        align-items: stretch;
        width: 100%;
    }

    .pb-public-nav-links .btn {
        text-align: center;
    }

    .pb-public-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pb-public-product-grid {
        grid-template-columns: 1fr;
    }

    .pb-saldo-chart-layout {
        flex-direction: column;
    }

    .pb-saldo-legend-panel {
        border-left: 0;
        border-top: 1px solid var(--pb-table-border);
        flex-basis: auto;
        max-height: 160px;
        padding-left: 0;
        padding-top: 0.75rem;
    }
}
