:root,
[data-bs-theme="light"] {
    --brand-primary: #0c5c42;
    --brand-deep: #092e24;
    --brand-mint: #eaf5ee;
    --brand-cream: #fbfaf4;
    --brand-text: #13231e;
    --bs-primary: var(--brand-primary);
    --bs-primary-rgb: 12, 92, 66;
    --bs-secondary: #595959;
    --bs-secondary-rgb: 89, 89, 89;
    --bs-body-color: var(--brand-text);
    --bs-heading-color: var(--brand-text);
    --bs-body-bg: var(--brand-cream);
    --bs-border-color: #deded8;
    --bs-link-color: var(--brand-primary);
    --bs-link-hover-color: var(--brand-deep);
}

.biblia-admin-shell {
    color: var(--brand-text);
    background:
        linear-gradient(135deg, rgba(12, 92, 66, .08), transparent 34%),
        var(--brand-cream);
}

.preloader {
    background: #ffffff;
}

.preloader img {
    width: 46px;
    height: 46px;
}

.logo-img img {
    width: 184px;
    max-width: 184px;
}

.side-mini-panel .iconbar,
.sidebarmenu {
    border-color: #e4e4de !important;
}

.topbar {
    border-bottom: 1px solid #e4e4de;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(14px);
}

.card,
.dropdown-menu,
.modal-content {
    border-color: #e4e4de !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .055) !important;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
}

.btn-primary {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--brand-deep);
    background: var(--brand-deep);
}

.btn-outline-primary {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: #ffffff;
}

.badge.text-bg-primary,
.bg-primary {
    background-color: var(--brand-primary) !important;
}

.text-primary {
    color: var(--brand-primary) !important;
}

.sidebar-nav ul .sidebar-item > .sidebar-link.active,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active,
.sidebar-link.active {
    color: #ffffff !important;
    background: var(--brand-primary) !important;
}

.sidebar-nav ul .sidebar-item > .sidebar-link.active iconify-icon,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active iconify-icon,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link iconify-icon,
.sidebar-link.active iconify-icon {
    color: #ffffff !important;
}

.sidebar-nav ul .sidebar-item > .sidebar-link.active:hover,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active:hover,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover,
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active:hover {
    color: #ffffff !important;
    background: var(--brand-deep) !important;
}

.launch-spotlight {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(9, 46, 36, .96), rgba(12, 92, 66, .92)),
        radial-gradient(circle at 85% 18%, rgba(234, 245, 238, .24), transparent 34%);
}

.launch-spotlight .text-uppercase,
.launch-spotlight p {
    color: rgba(255, 255, 255, .78) !important;
}

.launch-progress-number {
    font-size: clamp(3.2rem, 8vw, 5.8rem);
    font-weight: 900;
    line-height: .88;
}

.admin-dashboard-chart {
    position: relative;
    height: 280px;
}

@media (max-width: 991.98px) {
    .admin-dashboard-chart {
        height: 220px;
    }
}

.metric-tile .card-body {
    display: grid;
    gap: 8px;
}

.metric-tile span {
    color: var(--bs-secondary-color);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metric-tile strong {
    color: var(--bs-heading-color);
    font-size: 2.1rem;
    line-height: 1;
}

.metric-tile--fancy {
    border-color: #e7e7e1 !important;
    background: linear-gradient(160deg, #ffffff 0%, #f9f9f6 100%);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.metric-tile--fancy:hover {
    transform: translateY(-2px);
    border-color: #d0d0c8 !important;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .08) !important;
}

.metric-tile-icon {
    font-size: 22px;
    color: var(--bs-primary);
    opacity: .85;
}

.metric-tile-icon--solid {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: var(--brand-primary);
}

.dashboard-live-badge {
    position: relative;
}

.dashboard-live-badge::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 rgba(22, 163, 74, .45);
    content: "";
    animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, .45); }
    70% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.dashboard-spotlight {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    color: #fff;
    background:
        radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 20%), rgba(234, 245, 238, .28), transparent 42%),
        linear-gradient(135deg, var(--brand-deep), var(--brand-primary));
}

.dashboard-spotlight .card-body {
    position: relative;
    z-index: 1;
}

.dashboard-spotlight-metrics {
    display: grid;
    gap: 10px;
}

.dashboard-spotlight-metrics > div {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, .05);
}

.dashboard-spotlight-metrics span {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dashboard-spotlight-metrics strong {
    display: block;
    margin-top: 6px;
    font-size: 1.38rem;
    line-height: 1.1;
}

.dashboard-mini-stat {
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 10px;
    background: #fafaf7;
}

.dashboard-mini-stat span {
    display: block;
    color: var(--bs-secondary-color);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dashboard-mini-stat strong {
    display: block;
    margin-top: 4px;
    font-size: 1.15rem;
    line-height: 1.1;
}

.phase-card {
    border-left: 4px solid transparent;
}

.phase-doing {
    border-left-color: var(--brand-primary);
}

.phase-next {
    border-left-color: #707070;
}

.phase-percent {
    color: var(--bs-primary);
    font-size: 2rem;
    line-height: 1;
}

.funnel-stage-card {
    height: calc(100% - 24px);
    background: linear-gradient(180deg, #ffffff, #fbfbf8);
}

.funnel-stage-card .progress {
    height: 8px;
    background: #eeeeea;
}

.launch-badge {
    letter-spacing: .04em;
    text-transform: uppercase;
}

.launch-badge-doing,
.launch-badge-done {
    color: #ffffff;
    background: var(--brand-primary);
}

.launch-badge-next {
    color: var(--brand-text);
    background: var(--brand-mint);
}

.launch-badge-planned,
.launch-badge-pending {
    color: #41464b;
    background: #e2e3e5;
}

.launch-badge-blocked {
    color: #842029;
    background: #f8d7da;
}

.launch-checklist {
    display: grid;
    gap: 12px;
}

.launch-check-row {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    border-top: 1px solid var(--bs-border-color);
    padding-top: 12px;
}

.launch-check-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.launch-check-row strong,
.stack-list strong,
.risk-list strong {
    display: block;
    line-height: 1.3;
}

.launch-check-row small {
    display: block;
    margin-top: 3px;
    color: var(--bs-secondary-color);
    font-weight: 700;
}

.launch-check-dot {
    display: inline-grid;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    place-items: center;
    border: 2px solid var(--bs-border-color);
    border-radius: 999px;
}

.launch-check-row.is-done .launch-check-dot {
    border-color: #111111;
    background: #111111;
}

.launch-check-row.is-done .launch-check-dot::after {
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg) translate(-1px, -1px);
}

.launch-check-row.is-next .launch-check-dot,
.launch-check-row.is-doing .launch-check-dot {
    border-color: #111111;
}

.launch-check-row.is-next .launch-check-dot::after,
.launch-check-row.is-doing .launch-check-dot::after {
    width: 8px;
    height: 8px;
    background: #111111;
    border-radius: 999px;
    content: "";
}

.launch-check-row.is-pending .launch-check-dot,
.launch-check-row.is-planned .launch-check-dot {
    border-style: dashed;
}

.launch-check-row.is-blocked .launch-check-dot {
    border-color: #842029;
}

.launch-check-row.is-blocked small {
    color: #842029;
}

.launch-side-card {
    top: 88px;
}

.stack-list,
.risk-list {
    display: grid;
    gap: 14px;
}

.stack-list > div,
.risk-list > div {
    border-top: 1px solid var(--bs-border-color);
    padding-top: 12px;
}

.stack-list > div:first-child,
.risk-list > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.stack-list span {
    color: var(--bs-primary);
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stack-list p,
.risk-list p {
    margin: 4px 0 0;
    color: var(--bs-secondary-color);
}

.risk-level {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border-radius: 999px;
    padding: 0 9px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.risk-alto {
    color: #842029;
    background: #f8d7da;
}

.risk-medio {
    color: #664d03;
    background: #fff3cd;
}

.indicator-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.indicator-list span {
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--bs-primary);
    background: rgba(0, 0, 0, .07);
    font-size: .84rem;
    font-weight: 800;
}

.admin-table th {
    color: #555555;
    font-size: .74rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-table td {
    vertical-align: middle;
}

.admin-badge {
    color: #ffffff;
    background: #111111;
}

.admin-secret {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    border-radius: 8px;
    padding: 14px;
    color: #111111;
    background: #f0f0ec;
}

.admin-quick-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.admin-quick-actions a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 0 12px;
    color: var(--bs-body-color);
    background: #ffffff;
    font-weight: 800;
}

.admin-quick-actions a:hover {
    color: #ffffff;
    background: #111111;
}

.copy-button {
    min-height: 34px;
    border: 1px solid #111111;
    border-radius: 8px;
    padding: 0 10px;
    color: #111111;
    background: #ffffff;
    font-size: .8rem;
    font-weight: 900;
}

.copy-button.is-copied {
    color: #ffffff;
    background: #111111;
}

.stack-form {
    display: grid;
    gap: 14px;
}

.stack-form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
}

.inline-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 320px;
}

.docs-hero-card {
    height: calc(100% - 24px);
}

.docs-example {
    height: calc(100% - 18px);
    margin-bottom: 18px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 14px;
    background: #fbfbfa;
}

.docs-example span {
    border-radius: 999px;
    padding: 5px 9px;
    color: #ffffff;
    background: #111111;
    font-size: .72rem;
    font-weight: 900;
}

.docs-example pre {
    min-height: 168px;
    margin: 0;
    overflow: auto;
    border-radius: 8px;
    padding: 14px;
    color: #f7f7f3;
    background: #111111;
    font-size: .82rem;
    white-space: pre-wrap;
}

.internal-hero {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .96), rgba(38, 38, 38, .93)),
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .18), transparent 32%);
}

.internal-hero .placeholder-icon {
    color: #111111;
    background: #ffffff;
}

.internal-hero .text-uppercase,
.internal-hero p,
.internal-hero small {
    color: rgba(255, 255, 255, .74) !important;
}

.internal-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 28px;
    align-items: stretch;
}

.internal-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.internal-metrics > div {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, .08);
}

.internal-metrics span,
.internal-metrics small {
    display: block;
    font-weight: 800;
}

.internal-metrics span {
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.internal-metrics strong {
    display: block;
    margin: 7px 0 4px;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.08;
}

.internal-feature-card {
    height: calc(100% - 24px);
}

.placeholder-icon {
    display: inline-grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: var(--bs-primary);
    background: rgba(0, 0, 0, .07);
    font-size: 24px;
}

.biblia-auth-shell {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(12, 92, 66, .08), transparent 34%),
        var(--brand-cream);
}

.auth-page {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
}

.auth-page-wide {
    align-items: center;
}

.auth-panel {
    display: grid;
    gap: 24px;
    width: min(100%, 480px);
    border: 1px solid #dbe8e0;
    border-radius: 12px;
    padding: 30px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

.auth-panel-split {
    width: min(100%, 920px);
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
    align-items: center;
    gap: 32px;
}

.auth-copy-panel,
.auth-form-panel,
.auth-success-panel {
    display: grid;
    gap: 22px;
}

.auth-logo img {
    width: 190px;
    max-width: 100%;
}

.auth-panel h1 {
    font-size: clamp(1.75rem, 5vw, 2.55rem);
    line-height: 1.12;
}

.auth-form {
    display: grid;
    gap: 14px;
}

.auth-social-stack {
    display: grid;
    gap: 10px;
}

.auth-social-btn {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--brand-primary);
    border-radius: 8px;
    padding: 11px 14px;
    color: var(--brand-primary);
    background: #ffffff;
    font-weight: 900;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.auth-social-btn:hover,
.auth-social-btn:focus {
    color: #ffffff;
    background: var(--brand-primary);
    transform: translateY(-1px);
}

.auth-social-mark {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6a6a62;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #dbe8e0;
}

.auth-form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
}

.auth-check {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 9px !important;
    color: #555555;
    font-weight: 700 !important;
}

.auth-demo {
    display: grid;
    gap: 3px;
    border-radius: 8px;
    padding: 14px;
    color: #444444;
    background: #f0f0ec;
}

.auth-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.auth-benefits span {
    border: 1px solid #dbe8e0;
    border-radius: 8px;
    padding: 12px;
    color: var(--brand-text);
    background: #ffffff;
    font-weight: 800;
}

.auth-footer-link {
    margin: 0;
    color: #555555;
    text-align: center;
    font-weight: 700;
}

.auth-footer-link a,
.auth-check a {
    color: var(--brand-primary);
    text-decoration: underline;
}

.api-key-reveal {
    display: grid;
    gap: 10px;
    border: 1px solid var(--brand-primary);
    border-radius: 10px;
    padding: 16px;
    background: #ffffff;
}

.api-key-reveal span {
    font-weight: 900;
}

.api-key-reveal code,
.auth-demo code {
    display: block;
    overflow-x: auto;
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    background: #070707;
    white-space: nowrap;
}

.auth-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 760px) {
    .auth-panel-split {
        grid-template-columns: 1fr;
    }

    .auth-benefits,
    .auth-action-grid {
        grid-template-columns: 1fr;
    }
}

.brand-avatar {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--brand-primary);
    border-radius: 50%;
    color: #ffffff;
    background: var(--brand-primary);
    font-weight: 900;
}

.progress,
.progress-stacked {
    background-color: #e4e4de;
}

.progress-bar {
    background-color: var(--brand-primary);
}

@media (max-width: 1199px) {
    .launch-side-card {
        position: static !important;
    }

    .internal-hero-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .internal-metrics {
        grid-template-columns: 1fr;
    }
}

/* --- Roteiro de produto (admin): cores por frente --- */
.roadmap-kicker {
    letter-spacing: 0.06em;
    color: var(--brand-primary);
}

.roadmap-doc-alert {
    border-radius: 12px;
    color: var(--brand-deep);
    background: linear-gradient(120deg, rgba(12, 92, 66, 0.14), rgba(12, 92, 66, 0.04));
    border: 1px solid rgba(12, 92, 66, 0.22) !important;
}

.roadmap-legend {
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff, rgba(234, 245, 238, 0.65));
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04) !important;
}

.roadmap-legend-title {
    color: #4a5c54;
}

.roadmap-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid transparent;
}

.roadmap-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.roadmap-pill-exec {
    color: #0d3d5c;
    background: rgba(13, 110, 168, 0.12);
    border-color: rgba(13, 110, 168, 0.22);
}

.roadmap-pill-exec .roadmap-pill-dot {
    background: #0d6ea8;
}

.roadmap-pill-money {
    color: #5c3d0d;
    background: rgba(180, 120, 20, 0.14);
    border-color: rgba(180, 120, 20, 0.25);
}

.roadmap-pill-money .roadmap-pill-dot {
    background: #b47814;
}

.roadmap-pill-product {
    color: #1a4d3a;
    background: rgba(12, 92, 66, 0.12);
    border-color: rgba(12, 92, 66, 0.22);
}

.roadmap-pill-product .roadmap-pill-dot {
    background: var(--brand-primary);
}

.roadmap-pill-web {
    color: #3d2d6b;
    background: rgba(94, 66, 176, 0.12);
    border-color: rgba(94, 66, 176, 0.22);
}

.roadmap-pill-web .roadmap-pill-dot {
    background: #5e42b0;
}

.roadmap-pill-account {
    color: #6b2d4a;
    background: rgba(176, 66, 120, 0.12);
    border-color: rgba(176, 66, 120, 0.22);
}

.roadmap-pill-account .roadmap-pill-dot {
    background: #b04278;
}

.roadmap-progress-card {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(12, 92, 66, 0.1), rgba(255, 255, 255, 0.95));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.05) !important;
}

.roadmap-percent-badge {
    border-radius: 10px;
    color: #ffffff;
    background: var(--brand-primary);
    font-weight: 800;
}

.roadmap-progress-bar {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
}

.roadmap-progress-bar .progress-bar {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-primary), #1a7a5c);
}

.roadmap-jump-btn {
    font-weight: 800;
    border-radius: 999px;
    border-width: 2px;
}

.roadmap-jump-exec {
    border-color: rgba(13, 110, 168, 0.45) !important;
    color: #0d4a73 !important;
    background: rgba(13, 110, 168, 0.08) !important;
}

.roadmap-jump-money {
    border-color: rgba(180, 120, 20, 0.45) !important;
    color: #6b4a0d !important;
    background: rgba(180, 120, 20, 0.1) !important;
}

.roadmap-jump-product {
    border-color: rgba(12, 92, 66, 0.45) !important;
    color: var(--brand-deep) !important;
    background: rgba(12, 92, 66, 0.08) !important;
}

.roadmap-jump-web {
    border-color: rgba(94, 66, 176, 0.45) !important;
    color: #3d2d6b !important;
    background: rgba(94, 66, 176, 0.08) !important;
}

.roadmap-jump-account {
    border-color: rgba(176, 66, 120, 0.45) !important;
    color: #5c2740 !important;
    background: rgba(176, 66, 120, 0.08) !important;
}

.roadmap-jump-default {
    border-color: rgba(0, 0, 0, 0.12) !important;
    color: var(--brand-text) !important;
    background: #ffffff !important;
}

.roadmap-section-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e4e4de !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.045) !important;
    scroll-margin-top: 96px;
}

.roadmap-section-card .roadmap-section-progress {
    height: 8px;
    border-radius: 999px;
}

.roadmap-section-head .roadmap-section-label {
    letter-spacing: 0.05em;
    font-size: 0.72rem;
    color: rgba(0, 0, 0, 0.45);
}

.roadmap-section-icon {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--brand-primary);
}

.roadmap-section-percent {
    border-radius: 10px;
    font-weight: 800;
}

.roadmap-section-exec {
    border-top: 4px solid #0d6ea8 !important;
    background: linear-gradient(180deg, rgba(13, 110, 168, 0.07), #ffffff 42%);
}

.roadmap-section-exec .roadmap-section-icon {
    background: #0d6ea8;
}

.roadmap-section-exec .roadmap-section-percent {
    color: #ffffff;
    background: #0d6ea8;
}

.roadmap-section-exec .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, #0d6ea8, #3a9fd9);
}

.roadmap-section-money {
    border-top: 4px solid #b47814 !important;
    background: linear-gradient(180deg, rgba(180, 120, 20, 0.09), #ffffff 42%);
}

.roadmap-section-money .roadmap-section-icon {
    background: #b47814;
}

.roadmap-section-money .roadmap-section-percent {
    color: #ffffff;
    background: #b47814;
}

.roadmap-section-money .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, #b47814, #d9a23a);
}

.roadmap-section-product {
    border-top: 4px solid var(--brand-primary) !important;
    background: linear-gradient(180deg, rgba(12, 92, 66, 0.08), #ffffff 42%);
}

.roadmap-section-product .roadmap-section-icon {
    background: var(--brand-primary);
}

.roadmap-section-product .roadmap-section-percent {
    color: #ffffff;
    background: var(--brand-primary);
}

.roadmap-section-product .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, var(--brand-primary), #2a9d6f);
}

.roadmap-section-web {
    border-top: 4px solid #5e42b0 !important;
    background: linear-gradient(180deg, rgba(94, 66, 176, 0.09), #ffffff 42%);
}

.roadmap-section-web .roadmap-section-icon {
    background: #5e42b0;
}

.roadmap-section-web .roadmap-section-percent {
    color: #ffffff;
    background: #5e42b0;
}

.roadmap-section-web .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, #5e42b0, #8b6fd9);
}

.roadmap-section-account {
    border-top: 4px solid #b04278 !important;
    background: linear-gradient(180deg, rgba(176, 66, 120, 0.09), #ffffff 42%);
}

.roadmap-section-account .roadmap-section-icon {
    background: #b04278;
}

.roadmap-section-account .roadmap-section-percent {
    color: #ffffff;
    background: #b04278;
}

.roadmap-section-account .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, #b04278, #d96fa3);
}

.roadmap-section-default {
    border-top: 4px solid #8a8a82 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), #ffffff 42%);
}

.roadmap-section-default .roadmap-section-icon {
    background: #8a8a82;
}

.roadmap-section-default .roadmap-section-percent {
    color: #ffffff;
    background: #6f6f68;
}

.roadmap-section-default .roadmap-section-progress .progress-bar {
    background: linear-gradient(90deg, #6f6f68, #a3a39a);
}

.roadmap-table-wrap {
    border-radius: 12px;
    border: 1px solid #e8e8e2;
    overflow: hidden;
}

.roadmap-table-wrap .admin-table {
    margin-bottom: 0;
}

.roadmap-table-wrap .admin-table thead th {
    background: rgba(12, 92, 66, 0.06);
    font-weight: 800;
}
