:root {
    --bf-primary: #2e6fd5;
    --bf-primary-dark: #1f4d9f;
    --bf-primary-soft: #edf4ff;
    --bf-success: #37b56b;
    --bf-warning: #ffc658;
    --bf-danger: #f16570;
    --bf-text: #1f2a44;
    --bf-muted: #6a7591;
    --bf-panel-border: rgba(34, 63, 112, 0.12);
    --bf-shadow: 0 18px 40px rgba(37, 74, 138, 0.12);
}

body {
    color: var(--bf-text);
}

.baluflow-brand-text {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    line-height: 1;
    letter-spacing: -0.04em;
}

.baluflow-brand-balu {
    color: #0c63ce;
}

.baluflow-brand-flow {
    color: #ff8800;
}

.baluflow-brand-text.is-darkbg {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    font-weight: 900;
}

.baluflow-brand-text.is-darkbg .baluflow-brand-balu {
    color: #5CF5FF;
    font-weight: 900;
}

.baluflow-brand-text.is-darkbg .baluflow-brand-flow {
    font-weight: 700;
}

.baluflow-landing-body {
    background:
        radial-gradient(circle at top right, rgba(84, 135, 220, 0.16), transparent 26%),
        linear-gradient(180deg, #eff5ff 0%, #f7faff 24%, #ffffff 100%);
}

.baluflow-landing-main {
    width: 100%;
}

.baluflow-landing {
    min-height: 100vh;
}

.baluflow-site-header {
    padding: 1.1rem 0 0;
}

.baluflow-site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(43, 86, 154, 0.08);
    box-shadow: 0 18px 38px rgba(30, 67, 129, 0.08);
    backdrop-filter: blur(14px);
}

.baluflow-site-brand {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    color: var(--bf-text);
    text-decoration: none;
}

.baluflow-site-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.baluflow-site-brand span {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.baluflow-site-brand strong {
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.baluflow-site-brand strong .baluflow-brand-text {
    font-size: inherit;
}

.baluflow-site-brand small {
    font-size: 0.88rem;
    color: var(--bf-muted);
}

.baluflow-site-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.baluflow-site-link {
    color: var(--bf-text);
    text-decoration: none;
    font-weight: 600;
}

.baluflow-site-cta {
    min-width: 144px;
    border-radius: 0.95rem;
    padding-inline: 1.2rem;
    font-weight: 700;
}

.baluflow-site-footer {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(34, 63, 112, 0.08);
}

.baluflow-site-footer small {
    display: block;
    line-height: 1.5;
}

.baluflow-site-footer-links {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.baluflow-site-footer-link {
    color: #2b569a;
    font-weight: 700;
    text-decoration: none;
}

.baluflow-site-footer-link:hover,
.baluflow-site-footer-link:focus {
    color: #1f4d9f;
    text-decoration: underline;
}

.baluflow-legal-section {
    padding-top: 1.25rem;
    padding-bottom: 2.4rem;
}

.baluflow-legal-title {
    margin-top: 0.45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.baluflow-legal-intro {
    max-width: 72ch;
    color: var(--bf-muted);
    line-height: 1.75;
}

.baluflow-legal-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(34, 63, 112, 0.09);
    border-radius: 1.35rem;
    box-shadow: 0 16px 34px rgba(25, 58, 117, 0.08);
    padding: 1.55rem;
}

.baluflow-legal-card h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.45rem;
    font-size: 1.15rem;
}

.baluflow-legal-card h2:first-child {
    margin-top: 0;
}

.baluflow-legal-card p {
    margin-bottom: 0;
    color: var(--bf-text);
    line-height: 1.75;
}

.baluflow-legal-meta {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(34, 63, 112, 0.09);
    color: var(--bf-muted);
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.baluflow-hero-public {
    padding: 2rem 0 1.25rem;
}

.baluflow-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2b569a;
}

.baluflow-kicker .baluflow-brand-text {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.baluflow-hero-title {
    margin: 0.95rem 0 1rem;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    max-width: 11ch;
}

.baluflow-hero-copy-public {
    max-width: 60ch;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--bf-muted);
}

.baluflow-hero-cta-row {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.baluflow-welcome-bonus {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(43, 86, 154, 0.08), rgba(79, 134, 230, 0.12));
    border: 1px solid rgba(43, 86, 154, 0.12);
    color: var(--bf-text);
    font-size: 0.96rem;
    line-height: 1.6;
}

.baluflow-welcome-bonus strong {
    color: #1f4d9f;
}

.baluflow-hero-btn {
    border-radius: 1rem;
    padding: 0.85rem 1.35rem;
    font-weight: 700;
}

.baluflow-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.baluflow-hero-points span {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(43, 86, 154, 0.08);
    color: #2b569a;
    font-size: 0.92rem;
    font-weight: 600;
}

.baluflow-hero-preview {
    padding: 1.25rem;
    border-radius: 1.8rem;
    background: linear-gradient(155deg, #204f99 0%, #3676da 52%, #76aaf8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(35, 78, 148, 0.22);
}

.baluflow-preview-top,
.baluflow-preview-grid {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.baluflow-preview-top {
    align-items: center;
    margin-bottom: 1rem;
}

.baluflow-preview-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.baluflow-preview-brand img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.baluflow-preview-brand div {
    display: flex;
    flex-direction: column;
}

.baluflow-preview-brand strong {
    font-size: 1.45rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.baluflow-preview-brand strong .baluflow-brand-text {
    font-size: inherit;
}

.baluflow-preview-brand small,
.baluflow-preview-panel header span {
    color: rgba(255, 255, 255, 0.72);
}

.baluflow-preview-badge {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 700;
}

.baluflow-preview-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 0.95rem;
}

.baluflow-preview-card {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
    color: #fff;
}

.baluflow-preview-card::after {
    content: '';
    position: absolute;
    right: -16px;
    bottom: -10px;
    width: 92px;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.28));
    clip-path: polygon(12% 100%, 12% 66%, 32% 66%, 32% 45%, 52% 45%, 52% 22%, 74% 22%, 74% 0, 100% 0, 100% 100%);
}

.baluflow-preview-card small {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.baluflow-preview-card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 0.45rem;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.baluflow-preview-card.is-green { background: linear-gradient(140deg, #2f9e61, #61d28e); }
.baluflow-preview-card.is-blue { background: linear-gradient(140deg, #2160be, #5fa0ff); }
.baluflow-preview-card.is-gold { background: linear-gradient(140deg, #e9a82a, #ffd57f); color: #4b2d00; }
.baluflow-preview-card.is-red { background: linear-gradient(140deg, #e45563, #ff8792); }

.baluflow-preview-grid {
    align-items: stretch;
}

.baluflow-preview-panel {
    flex: 1 1 0;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.2rem;
    padding: 1rem;
    min-width: 0;
}

.baluflow-preview-panel header {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    margin-bottom: 0.8rem;
}

.baluflow-preview-chart {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    height: 150px;
    padding: 1rem 0 0.4rem;
}

.baluflow-preview-chart::before {
    content: '';
    position: absolute;
    inset: 0 0 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.baluflow-preview-chart .bar {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    border-radius: 0.7rem 0.7rem 0.35rem 0.35rem;
    background: linear-gradient(180deg, rgba(113, 173, 255, 0.96), rgba(26, 92, 191, 0.92));
}

.baluflow-preview-chart .h-80 { height: 80%; }
.baluflow-preview-chart .h-52 { height: 52%; }
.baluflow-preview-chart .h-38 { height: 38%; }
.baluflow-preview-chart .h-62 { height: 62%; }
.baluflow-preview-chart .h-46 { height: 46%; }
.baluflow-preview-chart .h-74 { height: 74%; }

.baluflow-preview-chart .line {
    position: absolute;
    inset: 18px 0 26px;
    background: linear-gradient(180deg, rgba(95, 223, 139, 0.18), rgba(95, 223, 139, 0));
    clip-path: polygon(0 72%, 18% 55%, 36% 48%, 54% 34%, 72% 42%, 100% 10%, 100% 100%, 0 100%);
    border-bottom: 3px solid rgba(95, 223, 139, 0.95);
}

.baluflow-preview-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.baluflow-preview-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.baluflow-preview-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.baluflow-section {
    padding: 2rem 0;
}

.baluflow-section-soft {
    background: rgba(43, 86, 154, 0.04);
}

.baluflow-section-heading {
    margin-bottom: 1.35rem;
    max-width: 760px;
}

.baluflow-section-heading h2,
.baluflow-problem-panel h2,
.baluflow-pricing-card h2,
.baluflow-bottom-cta h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-top: 0.45rem;
}

.baluflow-feature-card,
.baluflow-problem-panel,
.baluflow-pricing-card,
.baluflow-bottom-cta {
    background: #fff;
    border: 1px solid rgba(34, 63, 112, 0.09);
    border-radius: 1.35rem;
    box-shadow: 0 16px 34px rgba(25, 58, 117, 0.08);
}

.baluflow-feature-card {
    height: 100%;
    padding: 1.35rem;
}

.baluflow-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #2b569a, #4f86e6);
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.95rem;
}

.baluflow-feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.baluflow-feature-card p,
.baluflow-pricing-card p,
.baluflow-bottom-cta p,
.baluflow-problem-panel p {
    margin-bottom: 0;
    color: var(--bf-muted);
    line-height: 1.7;
}

.baluflow-problem-panel,
.baluflow-pricing-card {
    padding: 1.55rem;
    height: 100%;
}

.baluflow-benefits-list {
    margin: 1.1rem 0 0;
    padding-left: 1.15rem;
    color: var(--bf-text);
}

.baluflow-benefits-list li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.baluflow-pricing-line {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    margin-top: 1rem;
}

.baluflow-pricing-line strong {
    font-size: 2.45rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.baluflow-pricing-line span {
    color: var(--bf-muted);
    font-weight: 600;
}

.baluflow-pricing-line.is-secondary {
    margin-top: 0.25rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(43, 86, 154, 0.1);
}

.baluflow-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem;
    padding: 1.55rem;
}

.app-topbar-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.sidebar-brand-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
}

.login-brand-logo {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.sidebar {
    background: #fff;
}

.sidebar .nav-link {
    color: #2f3a4a;
    border-radius: 0.75rem;
    margin-bottom: 0.25rem;
    padding: 0.55rem 0.75rem;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
    background: #e9f1ff;
    color: #0d6efd;
}

.sidebar-desktop {
    min-height: 100vh;
}

.card-kpi {
    border: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.table thead th {
    white-space: nowrap;
}

.baluflow-body {
    background:
        radial-gradient(circle at top right, rgba(83, 141, 242, 0.12), transparent 28%),
        linear-gradient(180deg, #f4f8ff 0%, #f7f9fc 28%, #f9fbff 100%);
}

.dashboard-main {
    padding-top: 1.25rem !important;
}

.baluflow-dashboard {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 16px;
    line-height: 1.35;
}

.baluflow-hero {
    background: linear-gradient(130deg, #2054a9 0%, #2f77db 52%, #6ea8ff 100%);
    border-radius: 1.75rem;
    padding: 1.1rem 1.25rem;
    color: #fff;
    position: relative;
    overflow: visible;
    box-shadow: var(--bf-shadow);
}

.baluflow-hero::before,
.baluflow-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.baluflow-hero::before {
    width: 160px;
    height: 160px;
    right: -60px;
    top: -80px;
}

.baluflow-hero::after {
    width: 130px;
    height: 130px;
    left: -40px;
    bottom: -110px;
}

.baluflow-hero-top {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.baluflow-brand-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.baluflow-menu-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    padding: 0;
}

.baluflow-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    border-radius: 999px;
}

.dashboard-brand-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 10px 24px rgba(255, 255, 255, 0.16));
}

.baluflow-brand-name {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.baluflow-brand-tagline {
    margin-top: 0.45rem;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.baluflow-hero-user {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.baluflow-hero-copy {
    text-align: right;
}

.baluflow-hero-greeting {
    font-size: 15px;
    font-weight: 700;
}

.baluflow-hero-meta {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0.45rem;
}

.baluflow-hero-host {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.baluflow-top-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.baluflow-icon-link,
.baluflow-avatar,
.dashboard-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.baluflow-icon-link {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    text-decoration: none;
}

.baluflow-icon-link svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}

.app-topbar-icon-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(31, 42, 68, 0.12);
    background: #f7faff;
    color: #2b569a;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 74, 138, 0.08);
}

.app-topbar-icon-link:hover,
.app-topbar-icon-link:focus {
    background: #edf4ff;
    color: #1f4d9f;
}

.app-topbar-icon-link svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.app-topbar-avatar-link::after,
.baluflow-avatar-toggle::after {
    display: none;
}

.baluflow-avatar-toggle {
    border: 0;
    padding: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.baluflow-settings-toggle::after {
    display: none;
}

.baluflow-settings-menu .dropdown-menu {
    border: 1px solid rgba(31, 42, 68, 0.08);
    border-radius: 1rem;
    min-width: 220px;
    padding: 0.45rem;
    z-index: 1080;
}

.baluflow-settings-menu .dropdown-item {
    border-radius: 0.8rem;
    font-weight: 600;
    color: var(--bf-text);
    padding: 0.65rem 0.8rem;
}

.baluflow-settings-menu .dropdown-item:hover,
.baluflow-settings-menu .dropdown-item:focus {
    background: #edf4ff;
    color: var(--bf-primary-dark);
}

.baluflow-avatar,
.dashboard-avatar {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.variant-a { background: linear-gradient(135deg, #0d4fbf, #6ab4ff); }
.variant-b { background: linear-gradient(135deg, #34a96b, #8fe0b3); }
.variant-c { background: linear-gradient(135deg, #f06a6e, #ffb1af); }
.variant-d { background: linear-gradient(135deg, #6a4ee9, #b49cff); }
.variant-e { background: linear-gradient(135deg, #e78f2d, #ffd07c); }

.baluflow-kpis {
    margin-top: -0.25rem;
}

.baluflow-kpi-card {
    border-radius: 1.4rem;
    padding: 1rem 1.05rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 126px;
}

.baluflow-kpi-card::after {
    content: '';
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
    width: 88px;
    height: 56px;
    opacity: 0.16;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.92) 100%);
    clip-path: polygon(0 100%, 0 72%, 16% 72%, 16% 46%, 34% 46%, 34% 18%, 56% 18%, 56% 0, 76% 0, 76% 34%, 100% 34%, 100% 100%);
}

.baluflow-kpi-success { background: linear-gradient(135deg, #2f965f, #67d38f); }
.baluflow-kpi-primary { background: linear-gradient(135deg, #2b66cc, #5da6ff); }
.baluflow-kpi-warning { background: linear-gradient(135deg, #f5b230, #ffd67e); color: #5e3600; }
.baluflow-kpi-danger { background: linear-gradient(135deg, #ef5d69, #fb8d95); }

.baluflow-kpi-warning .baluflow-kpi-label,
.baluflow-kpi-warning .baluflow-kpi-value {
    color: #5e3600;
}

.baluflow-kpi-label {
    font-size: 15px;
    font-weight: 700;
    opacity: 0.94;
}

.baluflow-kpi-value {
    margin-top: 0.7rem;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 800;
    line-height: 1;
}

.dashboard-panel {
    background: #fff;
    border: 1px solid var(--bf-panel-border);
    border-radius: 1.4rem;
    padding: 1.35rem 1.35rem 1.1rem;
    box-shadow: var(--bf-shadow);
}

.dashboard-panel-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.dashboard-panel-header.compact {
    margin-bottom: 0.7rem;
}

.dashboard-panel-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.dashboard-panel-header p {
    margin: 0.35rem 0 0;
    color: var(--bf-muted);
    font-size: 15px;
}

.dashboard-panel-pill {
    border-radius: 999px;
    background: var(--bf-primary-soft);
    color: var(--bf-primary-dark);
    padding: 0.45rem 0.85rem;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.dashboard-chart-wrap {
    padding-top: 0.5rem;
}

.dashboard-chart-svg {
    width: 100%;
    height: auto;
    display: block;
}

.dashboard-chart-grid {
    stroke: rgba(41, 72, 126, 0.11);
    stroke-width: 1;
}

.dashboard-chart-axis {
    fill: #76839d;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-chart-bar {
    fill: url(#flowBarGradient);
}

.dashboard-chart-line {
    stroke: #45a66d;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dashboard-chart-point {
    fill: #fff;
    stroke: #45a66d;
    stroke-width: 3;
}

.dashboard-chart-tooltip rect {
    fill: #344152;
    opacity: 0.96;
}

.dashboard-chart-tooltip text {
    fill: #fff;
    font-size: 14px;
    font-weight: 700;
}

.dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.dashboard-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(31, 42, 68, 0.08);
}

.dashboard-list-item:last-child {
    border-bottom: 0;
}

.dashboard-list-main {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.dashboard-list-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.dashboard-list-subtitle {
    color: var(--bf-muted);
    font-size: 14px;
}

.dashboard-list-amount {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    white-space: nowrap;
}

.dashboard-list-amount strong {
    font-size: 18px;
    font-weight: 800;
}

.dashboard-list-amount span {
    color: var(--bf-muted);
    font-size: 14px;
}

.dashboard-empty {
    padding: 1rem 0 0.25rem;
    color: var(--bf-muted);
}

.small-list .dashboard-list-item {
    padding: 0.95rem 0;
}

.dashboard-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    padding-top: 0.25rem;
}

.dashboard-actions .btn {
    min-width: 220px;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(37, 74, 138, 0.16);
}

.dashboard-actions .btn-primary {
    background: linear-gradient(135deg, #2a66cc, #477ddb);
    border-color: #2a66cc;
}

.dashboard-actions .btn-outline-primary {
    background: #fff;
}

@media (max-width: 1199.98px) {
    .baluflow-site-nav,
    .baluflow-bottom-cta,
    .baluflow-preview-top,
    .baluflow-preview-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .baluflow-site-actions,
    .baluflow-bottom-cta .baluflow-site-actions {
        width: 100%;
    }

    .baluflow-site-actions .btn,
    .baluflow-bottom-cta .baluflow-site-actions .btn {
        flex: 1 1 180px;
    }

    .baluflow-hero-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .baluflow-hero-user {
        width: 100%;
        justify-content: space-between;
    }

    .baluflow-hero-copy {
        text-align: left;
    }

    .baluflow-hero-meta {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .baluflow-preview-kpis {
        grid-template-columns: 1fr;
    }

    .dashboard-actions {
        justify-content: stretch;
    }

    .dashboard-actions .btn {
        flex: 1 1 0;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .baluflow-site-header {
        padding-top: 0.75rem;
    }

    .baluflow-site-nav,
    .baluflow-hero-preview,
    .baluflow-feature-card,
    .baluflow-problem-panel,
    .baluflow-pricing-card,
    .baluflow-bottom-cta {
        border-radius: 1.2rem;
    }

    .baluflow-site-brand img {
        width: 46px;
        height: 46px;
    }

    .baluflow-site-brand strong {
        font-size: 1.35rem;
    }

    .baluflow-site-brand small {
        font-size: 0.78rem;
    }

    .baluflow-hero-public {
        padding-top: 1.35rem;
    }

    .offcanvas.sidebar {
        width: 280px;
    }

    .dashboard-main {
        padding-top: 0.85rem !important;
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    .baluflow-dashboard {
        gap: 1rem;
    }

    .baluflow-hero {
        padding: 1.15rem 1.05rem;
        border-radius: 1.5rem;
    }

    .baluflow-brand-wrap {
        align-items: flex-start;
        gap: 0.8rem;
    }

    .dashboard-brand-logo {
        width: 46px;
        height: 46px;
    }

    .baluflow-brand-name {
        font-size: 34px;
    }

    .baluflow-brand-tagline {
        font-size: 16px;
        max-width: 260px;
    }

    .baluflow-hero-user {
        align-items: flex-end;
        gap: 0.75rem;
    }

    .baluflow-top-icons {
        gap: 0.55rem;
    }

    .baluflow-icon-link,
    .baluflow-avatar,
    .dashboard-avatar {
        width: 38px;
        height: 38px;
    }

    .baluflow-kpi-card {
        min-height: 132px;
        border-radius: 1.2rem;
        padding: 1rem 1rem 0.95rem;
    }

    .baluflow-kpi-label {
        font-size: 14px;
    }

    .baluflow-kpi-value {
        margin-top: 0.55rem;
        font-size: 32px;
    }

    .dashboard-panel {
        border-radius: 1.2rem;
        padding: 1rem 1rem 0.85rem;
    }

    .dashboard-panel-header h2 {
        font-size: 23px;
    }

    .dashboard-list-item {
        align-items: flex-start;
        gap: 0.75rem;
    }

    .dashboard-list-title {
        font-size: 16px;
    }

    .dashboard-list-subtitle,
    .dashboard-list-amount span {
        font-size: 13px;
    }

    .dashboard-actions {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .baluflow-hero-title {
        font-size: 2rem;
    }

    .baluflow-hero-copy-public {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .baluflow-hero-cta-row .btn,
    .baluflow-site-actions .btn {
        width: 100%;
    }

    .baluflow-preview-card strong {
        font-size: 1.8rem;
    }

    .baluflow-hero-user {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .baluflow-hero-copy,
    .baluflow-hero-meta {
        width: 100%;
    }

    .baluflow-hero-meta {
        gap: 0.4rem;
    }

    .dashboard-list-item {
        flex-direction: column;
    }

    .dashboard-list-amount {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
}
