/* Комплайт+ — стили публичной витрины и админки (Color Admin Transparent) */

#page-container {
    position: relative;
    z-index: 1020;
}

.landing-page #content {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.landing-page .feature-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.login.login-with-news-feed .right-content .login-content {
    color: rgba(255, 255, 255, 0.85);
}

.login.login-with-news-feed .right-content .login-content .form-control {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.login.login-with-news-feed .right-content .login-content .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.login.login-with-news-feed .right-content .login-content .form-control:focus {
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}

.login.login-with-news-feed .right-content .checkbox.checkbox-css label {
    color: rgba(255, 255, 255, 0.85);
}

.login.login-with-news-feed .right-content .text-inverse,
.login.login-with-news-feed .right-content .text-inverse a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.login.login-with-news-feed .right-content .text-inverse a:hover {
    color: #fff !important;
}

/* Dark theme selects: readable dropdown options */
select.form-control,
.panel-inverse select.form-control,
.form-inline select.form-control {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

select.form-control option {
    background-color: #2d353c;
    color: #fff;
}

select.form-control option:checked,
select.form-control option:hover {
    background-color: #348fe2;
    color: #fff;
}

.risk-label-high { background: #ff5b57; }
.risk-label-medium { background: #f59c1a; }
.risk-label-low { background: #49b6d6; }
.risk-label-normal { background: #00acac; }

/* Bootstrap pagination in dark admin theme (replaces broken Tailwind SVG arrows) */
.pagination {
    margin: 15px 0 0;
}

.pagination .page-link {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.pagination .page-item.active .page-link {
    background: #348fe2;
    border-color: #348fe2;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
}

.pagination .page-link:hover {
    background: rgba(52, 143, 226, 0.35);
    border-color: rgba(52, 143, 226, 0.5);
    color: #fff;
}

.panel-footer .pars-pagination,
.panel-footer nav {
    position: relative;
    z-index: 2;
}

.panel-footer {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Public vitrine: show content immediately on mobile/slow networks (no Pace gate). */
.public-site #page-container.fade {
    opacity: 1;
}

.public-site.pace-top #page-loader,
.public-site #page-loader {
    display: none !important;
}

#page-loader.show {
    pointer-events: none;
}

.api-response-card .panel-body {
    background: rgba(0, 0, 0, 0.45);
}

.api-response-card__name {
    color: #fff;
    font-weight: 600;
}

.api-response-card__fields th.api-response-card__label {
    width: 38%;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    vertical-align: top;
}

.api-response-card__fields td {
    color: #fff;
    word-break: break-word;
}

.api-response-card__section {
    color: rgba(255, 255, 255, 0.9);
}

.api-response-card__okved-details summary,
.api-response-card__raw summary,
.okved-details summary {
    cursor: pointer;
    color: #49b6d6;
    user-select: none;
}

.api-response-card__json {
    max-height: 220px;
    overflow: auto;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    border-radius: 4px;
}

.okved-details table {
    background: rgba(0, 0, 0, 0.25);
}

.api-record-block {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 12px 14px;
}

.api-record-block__title {
    color: #fff;
    font-size: 14px;
}

.api-record-block__body {
    color: rgba(255, 255, 255, 0.9);
}

.api-record-block + .api-record-block {
    margin-top: 12px;
}

.panel-inverse .api-record-block {
    background: rgba(0, 0, 0, 0.25);
}

.finance-dashboard__tabs .nav-link {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.15);
}

.finance-dashboard__tabs .nav-link.active {
    background: rgba(52, 143, 226, 0.25);
    color: #fff;
    border-color: rgba(52, 143, 226, 0.5);
}

.finance-chart__bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    min-height: 140px;
    padding-top: 10px;
}

.finance-chart__bar-wrap {
    flex: 1;
    min-width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
}

.finance-chart__bar {
    width: 100%;
    max-width: 42px;
    border-radius: 3px 3px 0 0;
    margin-top: auto;
}

.finance-chart__year {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 6px;
}

.finance-chart__label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.finance-tab {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 10px 14px;
}

.finance-tab__summary {
    cursor: pointer;
    color: #49b6d6;
    font-weight: 600;
    user-select: none;
}

.merged-legal-block {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    padding: 12px 14px;
}

.merged-legal-details summary {
    cursor: pointer;
    color: #49b6d6;
    font-weight: 600;
    user-select: none;
}

.merged-legal-details table {
    background: rgba(0, 0, 0, 0.2);
}

.finance-summary table {
    background: rgba(0, 0, 0, 0.2);
}

.security-suggest-wrap {
    position: relative;
}

.security-suggest {
    position: absolute;
    z-index: 1050;
    left: 0;
    right: 0;
    top: calc(100% - 4px);
    max-height: 320px;
    overflow-y: auto;
    background: rgba(20, 24, 32, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.security-suggest__item {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.security-suggest__item:hover,
.security-suggest__item:focus {
    background: rgba(52, 143, 226, 0.2);
    outline: none;
}

.security-suggest__label {
    display: block;
    font-weight: 600;
}

.security-suggest__meta {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 2px;
}

.security-name-matches {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.security-name-match {
    display: block;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.security-name-match:hover {
    background: rgba(52, 143, 226, 0.2);
    color: #fff;
    text-decoration: none;
}

.security-name-match__label {
    display: block;
    font-weight: 600;
}

.security-name-match__meta {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
}

.security-name-match__status {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

/* ── Public site ── */

.public-site__cover {
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 80% 50% at 70% 20%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 15% 80%, rgba(14, 165, 233, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, rgba(13, 18, 28, 0.92) 0%, rgba(20, 35, 55, 0.88) 45%, rgba(10, 14, 22, 0.95) 100%),
        url(/assets/img/login-bg/login-bg-11-thumb.jpg) center/cover no-repeat;
}

@media (min-width: 1600px) {
    .public-site__cover {
        background:
            radial-gradient(ellipse 80% 50% at 70% 20%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
            radial-gradient(ellipse 60% 40% at 15% 80%, rgba(14, 165, 233, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, rgba(13, 18, 28, 0.92) 0%, rgba(20, 35, 55, 0.88) 45%, rgba(10, 14, 22, 0.95) 100%),
            url(/assets/img/login-bg/login-bg-11.jpg) center/cover no-repeat;
    }
}

@media (max-width: 991.98px) {
    .public-site__cover,
    .page-cover {
        background:
            radial-gradient(ellipse 80% 50% at 70% 20%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
            radial-gradient(ellipse 60% 40% at 15% 80%, rgba(14, 165, 233, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, rgba(13, 18, 28, 0.92) 0%, rgba(20, 35, 55, 0.88) 45%, rgba(10, 14, 22, 0.95) 100%),
            url(/assets/img/login-bg/login-bg-11-thumb.jpg) center/cover no-repeat;
    }
}

.public-site__container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-site__container > #content {
    flex: 1 0 auto;
}

.public-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(12px);
    background: rgba(8, 12, 20, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.public-navbar__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 64px;
}

.public-navbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.public-navbar__brand:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}

.public-navbar__logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    display: inline-block;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35);
}

.public-navbar__nav {
    display: none;
    gap: 20px;
    margin-left: 24px;
}

.public-navbar__link {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 14px;
}

.public-navbar__link:hover {
    color: #fff;
    text-decoration: none;
}

.public-navbar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.public-navbar__user .btn-default {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.public-navbar__user .btn-default:hover,
.public-navbar__user .btn-default:focus,
.public-navbar__user.open > .btn-default {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
}

.public-navbar__user .dropdown-menu {
    min-width: 220px;
    margin-top: 8px;
    padding: 8px 0;
    background: rgba(12, 18, 30, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.public-navbar__user .dropdown-header {
    padding: 8px 16px 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.public-navbar__user .dropdown-menu > li > a {
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.88);
}

.public-navbar__user .dropdown-menu > li > a:hover,
.public-navbar__user .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.public-navbar__user .dropdown-menu .divider {
    margin: 6px 0;
    background: rgba(255, 255, 255, 0.1);
}

.public-navbar__logout {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    text-align: left;
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
}

.public-navbar__logout:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.public-hero {
    padding: 72px 0 56px;
}

.public-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #6ee7b7;
    margin-bottom: 12px;
}

.public-hero__title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.brand-accent-plus {
    color: #34d399;
    font-weight: 800;
}

.public-hero__lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.public-hero__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    max-width: 640px;
    margin-bottom: 28px;
}

.public-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.public-hero__note {
    font-size: 14px;
}

.public-hero__panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 28px;
}

.public-hero__panel-title {
    color: #fff;
    margin: 0 0 16px;
    font-size: 1.125rem;
}

.public-hero__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-hero__list li {
    color: rgba(255, 255, 255, 0.82);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.public-hero__list li:last-child {
    border-bottom: 0;
}

.public-hero__list i {
    width: 22px;
    color: #00acac;
    margin-right: 8px;
}

.public-section {
    padding: 56px 0;
}

.public-section--alt {
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.public-section__title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.public-section__text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.public-section__text--center {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.public-stat {
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
}

.public-stat__value {
    font-size: 2rem;
    color: #348fe2;
    margin-bottom: 10px;
}

.public-stat__label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.4;
}

.public-feature {
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 24px;
}

.public-feature__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 143, 226, 0.18);
    color: #49b6d6;
    font-size: 20px;
    margin-bottom: 16px;
}

.public-feature__title {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.public-feature__text {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.6;
}

.public-role-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 24px;
}

.public-role-card h3 {
    color: #fff;
    font-size: 1.125rem;
    margin: 0 0 10px;
}

.public-role-card p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.6;
}

.public-footer {
    margin-top: auto;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.public-footer__sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.35);
}

.public-footer__copy {
    margin-top: 12px;
}

.public-footer__legal {
    font-size: 12px;
    line-height: 1.55;
    max-width: 960px;
}

.public-auth {
    padding: 48px 0 72px;
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
}

.public-auth__card {
    background: rgba(12, 16, 24, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.public-auth__title {
    color: #fff;
    font-size: 1.75rem;
    margin: 0 0 8px;
}

.public-auth__subtitle {
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 24px;
}

.public-auth__form label {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.public-auth__form .form-control {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.public-auth__form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.public-auth__form .form-control:focus {
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-color: rgba(52, 143, 226, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(52, 143, 226, 0.2);
}

.public-auth__form .checkbox.checkbox-css label {
    color: rgba(255, 255, 255, 0.85);
}

.public-auth__footer {
    margin-top: 20px;
    text-align: center;
}

.public-auth__footer a {
    color: rgba(255, 255, 255, 0.7);
}

.public-auth__footer a:hover {
    color: #fff;
}

.public-auth__legal {
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.public-auth__legal a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

.public-footer__links {
    font-size: 13px;
}

.public-footer__links a {
    color: rgba(255, 255, 255, 0.75);
}

.public-footer__links a:hover {
    color: #fff;
}

.public-legal {
    padding: 48px 0 72px;
}

.public-legal__document {
    max-width: 820px;
    margin: 0 auto;
    background: rgba(12, 16, 24, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 36px 40px;
}

.public-legal__title {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 8px;
}

.public-legal__meta {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    margin-bottom: 28px;
}

.public-legal__document h2 {
    color: #fff;
    font-size: 1.25rem;
    margin: 28px 0 12px;
}

.public-legal__document h3 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    margin: 20px 0 10px;
}

.public-legal__document p,
.public-legal__document li {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.public-legal__document ul {
    padding-left: 1.25rem;
    margin-bottom: 16px;
}

.public-legal__document a {
    color: #49b6d6;
}

.public-legal__back {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.public-legal__back a {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .public-legal__document {
        padding: 24px 20px;
    }
}

@media (min-width: 992px) {
    .public-navbar__nav {
        display: flex;
    }

    .public-footer__copy {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .public-navbar__inner {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .public-navbar__nav {
        order: 3;
        width: 100%;
        margin-left: 0;
        padding-top: 8px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .public-hero {
        padding-top: 40px;
    }
}

/* Reliability assessment (company card) */
.reliability-kpi__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 8px;
}

.reliability-kpi__value {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.reliability-kpi__value--blue {
    color: #348fe2;
}

.reliability-kpi__hint {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.reliability-bar {
    display: flex;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.reliability-bar__segment {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    min-width: 0;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    transition: filter 0.15s ease;
}

.reliability-bar__segment:hover {
    filter: brightness(1.12);
}

.reliability-tabs__count {
    display: inline-block;
    min-width: 1.25rem;
    margin-left: 4px;
    padding: 0 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 11px;
    text-align: center;
}

.reliability-tabs > li > a {
    white-space: nowrap;
}

.reliability-bar__segment--positive { background: #00acac; }
.reliability-bar__segment--attention { background: #f59c1a; }
.reliability-bar__segment--negative { background: #ff5b57; }

.reliability-fact {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
}

.reliability-fact i {
    font-size: 8px;
    margin-right: 10px;
    vertical-align: middle;
}

.reliability-fact--positive i { color: #00acac; }
.reliability-fact--attention i { color: #f59c1a; }
.reliability-fact--negative i { color: #ff5b57; }

.reliability-tabs > li > a {
    color: rgba(255, 255, 255, 0.75);
}

/* Finance liquidity ratios */
.finance-ratio-card {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 14px 16px;
    height: 100%;
}

.finance-ratio-card--success { border-left: 3px solid #00acac; }
.finance-ratio-card--warning { border-left: 3px solid #f59c1a; }
.finance-ratio-card--danger { border-left: 3px solid #ff5b57; }
.finance-ratio-card--default { border-left: 3px solid rgba(255, 255, 255, 0.2); }

.finance-ratio-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.finance-ratio-card__code {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

.finance-ratio-card__value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.finance-ratio-card__status {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
}

/* Utility: theme has no Bootstrap .hidden */
.po-hidden {
    display: none !important;
}

/* Card overview panels (Checko-style) */
.card-overview-panel__primary {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.card-overview-panel__scroll {
    max-height: 220px;
    overflow-y: auto;
}

.card-overview-contact-group__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 6px;
}

.card-overview-contact-item {
    font-size: 14px;
    margin-bottom: 4px;
}

.card-overview-links {
    list-style: none;
    padding: 0;
}

.card-overview-links__item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
}

.card-overview-links__item:last-child {
    border-bottom: none;
}

/* Address analysis panel */
.address-analysis-block__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 6px;
}

.address-analysis-kpi {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 12px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.address-analysis-kpi__title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 6px;
}

.address-analysis-kpi__value {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.address-analysis-kpi__value--small {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.address-analysis-kpi--ok {
    border-color: rgba(0, 172, 172, 0.35);
}

.address-analysis-kpi--warn {
    border-color: rgba(255, 193, 7, 0.45);
}

.address-analysis-kpi--danger {
    border-color: rgba(255, 91, 87, 0.45);
}

.address-analysis-flags {
    padding-left: 18px;
    margin-bottom: 0;
}

.address-analysis-flags li {
    margin-bottom: 6px;
}

/* Dashboard stat widgets — equal height in profile/cabinet */
.dashboard-stats-row {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-stats-row > .dashboard-stat-col {
    display: flex;
}

.dashboard-stat {
    width: 100%;
    min-height: 72px;
    padding: 14px 16px !important;
    display: flex;
    align-items: center;
}

.dashboard-stat .stats-info {
    width: 100%;
}

.dashboard-stat .stats-info h4 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 4px;
}

.dashboard-stat .stats-info p {
    font-size: 11px;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.counterparty-entity-link {
    color: #49b6d6;
    text-decoration: none;
}

.counterparty-entity-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* Portfolio dashboard risk bar */
.portfolio-bar {
    display: flex;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.portfolio-bar__segment {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    min-width: 24px;
}

.portfolio-bar__segment--high { background: #ff5b57; }
.portfolio-bar__segment--medium { background: #f59c1a; }
.portfolio-bar__segment--low { background: #ffd900; color: #2d353c; }
.portfolio-bar__segment--normal { background: #00acac; }
.portfolio-bar__segment--unknown { background: #727b84; }

.portfolio-legend {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
}

.portfolio-legend--high { background: #ff5b57; }
.portfolio-legend--medium { background: #f59c1a; }
.portfolio-legend--low { background: #ffd900; }
.portfolio-legend--normal { background: #00acac; }
.portfolio-legend--unknown { background: #727b84; }

.expert-flow-card {
    display: block;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.expert-flow-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: inherit;
}

.expert-flow-card--soon {
    opacity: 0.75;
}

.expert-flow-card__icon {
    font-size: 28px;
    color: #348fe2;
    margin-bottom: 12px;
}

.expert-flow-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.expert-flow-card__text {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
    min-height: 58px;
}

.counterparty-entity-link--plain {
    color: inherit;
}

.page-header .counterparty-entity-link {
    color: #fff;
    font-weight: 600;
}

.page-header .counterparty-entity-link:hover {
    color: #49b6d6;
}

.directory-import-progress__bar {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.directory-import-progress-bar {
    font-weight: 600;
    line-height: 26px;
    transition: width 0.45s ease;
}

.directory-import-progress-bar--indeterminate {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.18) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.18) 50%,
        rgba(255, 255, 255, 0.18) 75%,
        transparent 75%,
        transparent
    );
    background-size: 28px 28px;
    animation: directory-import-indeterminate 1s linear infinite;
}

@keyframes directory-import-indeterminate {
    from { background-position: 0 0; }
    to { background-position: 28px 0; }
}

.directory-import-progress-stats strong {
    color: #fff;
}

/* ── Public UI mockups (screenshots-style previews) ── */

.public-hero__visual {
    position: relative;
    min-height: 280px;
}

.public-hero__visual-caption a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.public-hero__visual-caption a:hover {
    color: #fff !important;
    text-decoration: none;
}

.ui-shot {
    background: linear-gradient(180deg, rgba(22, 28, 38, 0.98) 0%, rgba(14, 18, 26, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ui-shot--hero {
    position: absolute;
    width: 92%;
    right: 0;
    animation: ui-shot-float 6s ease-in-out infinite;
}

.ui-shot--hero.ui-shot--offset {
    top: 120px;
    right: 8%;
    width: 88%;
    animation-delay: -3s;
    z-index: 2;
}

.ui-shot--large {
    width: 100%;
}

.ui-shot--glow-emerald {
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(16, 185, 129, 0.2),
        0 0 40px rgba(16, 185, 129, 0.08);
}

.ui-shot--glow-amber {
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(245, 156, 26, 0.25),
        0 0 36px rgba(245, 156, 26, 0.1);
}

.ui-shot--glow-blue {
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(52, 143, 226, 0.25),
        0 0 40px rgba(52, 143, 226, 0.1);
}

.ui-shot--glow-violet {
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(139, 92, 246, 0.28),
        0 0 40px rgba(139, 92, 246, 0.1);
}

.ui-shot--glow-slate {
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(148, 163, 184, 0.15);
}

@keyframes ui-shot-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.ui-shot__chrome {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.ui-shot__chrome--dark {
    background: rgba(0, 0, 0, 0.55);
}

.ui-shot__dots {
    display: inline-flex;
    gap: 5px;
}

.ui-shot__dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.18);
}

.ui-shot__dots i:nth-child(1) { background: #ff5b57; }
.ui-shot__dots i:nth-child(2) { background: #f59c1a; }
.ui-shot__dots i:nth-child(3) { background: #00acac; }

.ui-shot__title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-shot__badge {
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(52, 143, 226, 0.2);
    color: #49b6d6;
}

.ui-shot__badge--ok {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.ui-shot__body {
    padding: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
}

.ui-shot__body--compact {
    padding: 12px;
}

.ui-shot__body--panel {
    background: linear-gradient(180deg, rgba(30, 35, 45, 0.95) 0%, rgba(18, 22, 30, 0.98) 100%);
}

.ui-mock-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.85);
}

.ui-mock-search i {
    color: #10b981;
}

.ui-mock-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ui-mock-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.ui-mock-metrics > div {
    text-align: center;
    padding: 10px 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ui-mock-metrics strong {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.ui-mock-metrics small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.ui-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.ui-pill--xs {
    padding: 2px 8px;
    font-size: 10px;
}

.ui-pill--success { background: rgba(16, 185, 129, 0.2); color: #34d399; }
.ui-pill--warning { background: rgba(245, 156, 26, 0.22); color: #fbbf24; }
.ui-pill--danger { background: rgba(255, 91, 87, 0.22); color: #ff8a87; }
.ui-pill--info { background: rgba(73, 182, 214, 0.2); color: #67e8f9; }
.ui-pill--muted { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.65); }

.ui-mock-alert {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
}

.ui-mock-alert:last-child {
    margin-bottom: 0;
}

.ui-mock-alert--critical {
    border-color: rgba(255, 91, 87, 0.35);
    background: rgba(255, 91, 87, 0.08);
}

.ui-mock-alert--warning {
    border-color: rgba(245, 156, 26, 0.3);
    background: rgba(245, 156, 26, 0.08);
}

.ui-mock-alert--wide {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ui-mock-alert__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.2);
    color: #a78bfa;
    flex-shrink: 0;
}

.ui-mock-alert__title {
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
}

.ui-mock-alert__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}

.ui-mock-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.ui-mock-header--compact {
    margin-bottom: 14px;
}

.ui-mock-header__name {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}

.ui-mock-header__meta {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

.ui-mock-header__actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.ui-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.ui-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
}

.ui-btn--primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.ui-btn--sm {
    padding: 5px 10px;
    font-size: 10px;
}

.ui-mock-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.ui-mock-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.ui-mock-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.ui-mock-card {
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ui-mock-card--accent {
    border-color: rgba(16, 185, 129, 0.25);
    background: rgba(16, 185, 129, 0.06);
}

.ui-mock-card--accent-violet {
    border-color: rgba(139, 92, 246, 0.3);
    background: rgba(139, 92, 246, 0.08);
}

.ui-mock-card small {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.ui-mock-card strong {
    font-size: 22px;
    color: #fff;
}

.ui-mock-card__hint {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 4px;
}

.ui-text-emerald { color: #34d399 !important; }
.ui-text-amber { color: #fbbf24 !important; }
.ui-text-violet { color: #a78bfa !important; }
.ui-text-muted { color: rgba(255, 255, 255, 0.45); }

.ui-mock-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
}

.ui-mock-tabs__item {
    padding: 4px 10px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

.ui-mock-tabs__item--active {
    background: rgba(52, 143, 226, 0.2);
    color: #7dd3fc;
    font-weight: 600;
}

.ui-mock-ai {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(52, 143, 226, 0.1);
    border: 1px solid rgba(52, 143, 226, 0.2);
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.ui-mock-ai i {
    color: #49b6d6;
    margin-top: 2px;
}

.ui-mock-ai--violet {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.22);
}

.ui-mock-ai--violet i {
    color: #a78bfa;
}

.ui-mock-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.ui-mock-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ui-mock-check i {
    font-size: 16px;
    margin-top: 2px;
}

.ui-mock-check--ok i { color: #34d399; }
.ui-mock-check--warn i { color: #fbbf24; }
.ui-mock-check--pending i { color: rgba(255, 255, 255, 0.35); }

.ui-mock-check strong {
    display: block;
    color: #fff;
    font-size: 12px;
}

.ui-mock-check small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.ui-mock-footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

.ui-mock-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ui-mock-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 12px;
}

.ui-mock-table th {
    text-align: left;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ui-mock-table td {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.ui-mock-table td strong {
    display: block;
    color: #fff;
}

.ui-mock-table td small {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    margin-top: 2px;
}

.ui-mock-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

.ui-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.ui-dot--emerald { background: #10b981; }
.ui-dot--blue { background: #348fe2; }
.ui-dot--amber { background: #f59c1a; }

.ui-dot--pulse {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    animation: ui-dot-pulse 2s infinite;
}

@keyframes ui-dot-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.ui-mock-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.ui-mock-panel-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ui-mock-panel-stat--highlight {
    grid-column: 1 / -1;
    border-color: rgba(52, 143, 226, 0.35);
    background: rgba(52, 143, 226, 0.08);
}

.ui-mock-panel-stat strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.ui-mock-panel-stat small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.ui-mock-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.ui-btn--panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.ui-btn--panel-primary {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.35);
    color: #6ee7b7;
}

.ui-mock-panel-log {
    font-family: Consolas, Monaco, monospace;
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Showcase tabs */

.public-showcase__tabs {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.public-showcase__tabs > li {
    float: none;
    margin-bottom: 0;
}

.public-showcase__tabs > li > a {
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    margin-right: 0;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.public-showcase__tabs > li > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.public-showcase__tabs > li.active > a,
.public-showcase__tabs > li.active > a:hover,
.public-showcase__tabs > li.active > a:focus {
    color: #fff;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(14, 165, 233, 0.2));
    border-color: rgba(16, 185, 129, 0.35) !important;
}

.public-showcase__panes {
    padding: 28px 0 8px;
}

.public-showcase__panes > .tab-pane.active,
.public-showcase__panes > .tab-pane.active.in {
    display: block;
    opacity: 1;
}

.public-showcase__panes .tab-pane {
    animation: showcase-fade-in 0.35s ease;
}

@keyframes showcase-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Feature icon accents */

.public-section .row > [class*="col-"]:nth-child(3n+1) .public-feature__icon {
    background: rgba(16, 185, 129, 0.18);
    color: #34d399;
}

.public-section .row > [class*="col-"]:nth-child(3n+2) .public-feature__icon {
    background: rgba(52, 143, 226, 0.18);
    color: #7dd3fc;
}

.public-section .row > [class*="col-"]:nth-child(3n) .public-feature__icon {
    background: rgba(245, 156, 26, 0.18);
    color: #fbbf24;
}

@media (max-width: 991px) {
    .public-hero__visual {
        min-height: 240px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .ui-shot--hero.ui-shot--offset {
        top: 100px;
    }

    .ui-mock-header {
        flex-direction: column;
    }

    .ui-mock-panel-grid {
        grid-template-columns: 1fr;
    }

    .public-showcase__tabs > li > a {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-shot--hero,
    .ui-dot--pulse {
        animation: none;
    }

    .public-showcase__panes .tab-pane {
        animation: none;
    }

    .widget.widget-stats:hover {
        transform: none;
    }
}

/* ── Complyt+ Admin theme (unified with public vitrine) ── */

.page-cover {
    background:
        radial-gradient(ellipse 80% 50% at 70% 15%, rgba(16, 185, 129, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 55% 40% at 10% 85%, rgba(14, 165, 233, 0.09) 0%, transparent 50%),
        linear-gradient(135deg, rgba(13, 18, 28, 0.94) 0%, rgba(20, 35, 55, 0.9) 45%, rgba(10, 14, 22, 0.96) 100%),
        url(/assets/img/login-bg/login-bg-11-thumb.jpg) center/cover no-repeat !important;
}

@media (min-width: 1600px) {
    .page-cover {
        background:
            radial-gradient(ellipse 80% 50% at 70% 15%, rgba(16, 185, 129, 0.12) 0%, transparent 55%),
            radial-gradient(ellipse 55% 40% at 10% 85%, rgba(14, 165, 233, 0.09) 0%, transparent 50%),
            linear-gradient(135deg, rgba(13, 18, 28, 0.94) 0%, rgba(20, 35, 55, 0.9) 45%, rgba(10, 14, 22, 0.96) 100%),
            url(/assets/img/login-bg/login-bg-11.jpg) center/cover no-repeat !important;
    }
}

.header.navbar-default,
.header.navbar-inverse {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(8, 12, 20, 0.78) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.header .navbar-brand .navbar-logo {
    background: linear-gradient(135deg, #10b981, #0ea5e9) !important;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35);
    border-radius: 8px;
    color: transparent !important;
    text-shadow: none !important;
}

.header .navbar-brand b,
.header .navbar-brand {
    color: #fff !important;
}

.sidebar.sidebar-transparent,
.sidebar {
    background: rgba(8, 12, 20, 0.55) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar .nav > li > a {
    border-radius: 0 8px 8px 0;
    margin-right: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.22), rgba(14, 165, 233, 0.06)) !important;
    color: #fff !important;
    box-shadow: inset 3px 0 0 #10b981;
}

.sidebar .nav > li > a:hover {
    background: rgba(255, 255, 255, 0.06) !important;
}

.sidebar .nav > li > a .badge,
.sidebar .nav > li > a .label {
    border-radius: 999px;
    font-weight: 600;
}

#content.content {
    position: relative;
}

.page-header {
    color: #fff;
    font-weight: 700;
    font-size: 1.65rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-header small {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.complyt-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6ee7b7;
    margin-bottom: 8px;
}

.panel.panel-inverse {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    background: rgba(14, 18, 26, 0.72);
}

.panel.panel-inverse > .panel-heading {
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
}

.panel.panel-inverse > .panel-heading .panel-title {
    font-weight: 600;
    color: #fff;
}

.panel.panel-inverse > .panel-body {
    background: transparent;
}

.panel.panel-warning.panel-inverse {
    border-color: rgba(245, 156, 26, 0.35);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(245, 156, 26, 0.15);
}

.panel.panel-danger.panel-inverse {
    border-color: rgba(255, 91, 87, 0.35);
}

.widget.widget-stats {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.widget.widget-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.widget.widget-stats:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.widget.widget-stats.bg-blue {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

.widget.widget-stats.bg-teal,
.widget.widget-stats.bg-green {
    background: linear-gradient(135deg, #10b981, #059669) !important;
}

.widget.widget-stats.bg-indigo,
.widget.widget-stats.bg-purple {
    background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
}

.widget.widget-stats.bg-orange,
.widget.widget-stats.bg-yellow {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
}

.widget.widget-stats.bg-red {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

.widget.widget-stats .stats-icon {
    opacity: 0.35;
}

.widget.widget-stats .stats-info h4,
.widget.widget-stats .stats-title {
    opacity: 0.9;
    font-weight: 600;
}

.widget.widget-stats .stats-info p,
.widget.widget-stats .stats-number {
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-success,
.btn.btn-success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    border-color: #047857 !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.28);
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn.btn-success:hover,
.btn.btn-success:focus {
    background: linear-gradient(135deg, #34d399, #10b981) !important;
    border-color: #059669 !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, #348fe2, #2563eb) !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 4px 14px rgba(52, 143, 226, 0.25);
}

.btn-danger {
    box-shadow: 0 4px 14px rgba(255, 91, 87, 0.2);
}

.btn-default {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-default:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
}

#content .nav-tabs,
.panel .nav-tabs,
.finance-dashboard__tabs {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

#content .nav-tabs > li > a,
.panel .nav-tabs > li > a {
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px 8px 0 0 !important;
    margin-right: 4px;
    font-weight: 600;
    transition: all 0.2s ease;
}

#content .nav-tabs > li > a:hover,
.panel .nav-tabs > li > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

#content .nav-tabs > li.active > a,
#content .nav-tabs > li.active > a:hover,
#content .nav-tabs > li.active > a:focus,
.panel .nav-tabs > li.active > a,
.panel .nav-tabs > li.active > a:hover,
.panel .nav-tabs > li.active > a:focus {
    color: #fff;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(14, 165, 233, 0.15)) !important;
    border-color: rgba(16, 185, 129, 0.35) !important;
    border-bottom-color: transparent !important;
}

.label,
.badge {
    border-radius: 999px;
    font-weight: 600;
    padding: 4px 10px;
}

.label-success,
.badge-success,
.badge.badge-success {
    background: rgba(16, 185, 129, 0.22) !important;
    color: #6ee7b7 !important;
}

.label-warning,
.badge-warning,
.badge.badge-warning {
    background: rgba(245, 156, 26, 0.22) !important;
    color: #fcd34d !important;
}

.label-danger,
.badge-danger,
.badge.badge-danger {
    background: rgba(255, 91, 87, 0.22) !important;
    color: #fca5a5 !important;
}

.label-info,
.badge-info,
.badge.badge-info {
    background: rgba(73, 182, 214, 0.22) !important;
    color: #7dd3fc !important;
}

.label-primary,
.badge-primary {
    background: rgba(52, 143, 226, 0.22) !important;
    color: #93c5fd !important;
}

.alert {
    border-radius: 10px;
    border-width: 1px;
}

.alert-success {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.35);
    color: #a7f3d0;
}

.alert-warning {
    background: rgba(245, 156, 26, 0.12);
    border-color: rgba(245, 156, 26, 0.35);
    color: #fde68a;
}

.alert-danger {
    background: rgba(255, 91, 87, 0.12);
    border-color: rgba(255, 91, 87, 0.35);
    color: #fecaca;
}

.alert-info {
    background: rgba(52, 143, 226, 0.12);
    border-color: rgba(52, 143, 226, 0.35);
    color: #bae6fd;
}

.table > thead > tr > th {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.table > tbody > tr > td {
    border-top-color: rgba(255, 255, 255, 0.06) !important;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.02);
}

.table-hover > tbody > tr:hover {
    background: rgba(16, 185, 129, 0.06) !important;
}

.form-control {
    border-radius: 8px;
    border-color: rgba(255, 255, 255, 0.15);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: rgba(16, 185, 129, 0.55) !important;
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.18) !important;
}

.dropdown-menu {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(14, 18, 26, 0.96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.dropdown-menu > li > a,
.dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    margin: 2px 6px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu .dropdown-item:hover {
    background: rgba(16, 185, 129, 0.15);
    color: #fff;
}

/* Risk labels — pill style aligned with vitrine */
.risk-label-high,
.risk-label-medium,
.risk-label-low,
.risk-label-normal {
    border-radius: 999px;
    font-weight: 600;
    padding: 4px 10px;
}

.risk-label-high { background: rgba(255, 91, 87, 0.85) !important; }
.risk-label-medium { background: rgba(245, 156, 26, 0.85) !important; }
.risk-label-low { background: rgba(73, 182, 214, 0.85) !important; }
.risk-label-normal { background: rgba(16, 185, 129, 0.85) !important; }

/* Public auth card — emerald focus ring */
.public-auth__card {
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(16, 185, 129, 0.12);
}

.public-auth__form .form-control:focus {
    border-color: rgba(16, 185, 129, 0.55) !important;
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.18) !important;
}

.public-role-card,
.public-feature,
.public-stat {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.public-feature:hover,
.public-role-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* Reuse ui-pill in admin tables */
.panel .ui-pill,
#content .ui-pill,
.table .ui-pill {
    display: inline-block;
}

/* Expert flow run journal — clickable rows */
.expert-run-row--link {
    cursor: pointer;
}

.expert-run-row--link:hover {
    background: rgba(16, 185, 129, 0.08) !important;
}

.expert-run-row__link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.expert-run-row__link:hover {
    color: #6ee7b7;
    text-decoration: underline;
}

.expert-run-row__link--muted {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
}

.expert-run-row__link--muted:hover {
    color: #a7f3d0;
}

.contract-analysis-block:target {
    outline: 2px solid rgba(16, 185, 129, 0.45);
    outline-offset: 8px;
    border-radius: 8px;
}

/* Due diligence checklist */
.dd-checklist__progress {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.dd-checklist__progress strong {
    color: #6ee7b7;
    font-size: 16px;
}

.dd-checklist__item {
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.dd-checklist__item:last-child {
    margin-bottom: 0;
}

.dd-checklist__item--done {
    border-color: rgba(16, 185, 129, 0.35);
    background: rgba(16, 185, 129, 0.08);
}

.dd-checklist__item--required {
    border-color: rgba(255, 91, 87, 0.25);
}

.dd-checklist__item--done.dd-checklist__item--required {
    border-color: rgba(16, 185, 129, 0.35);
}

.dd-checklist__checkbox-wrap {
    margin: 0;
}

.dd-checklist__label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    cursor: pointer;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.dd-checklist__item--done .dd-checklist__text {
    color: rgba(255, 255, 255, 0.75);
}

.dd-checklist__required {
    color: #fca5a5;
    font-weight: 700;
    flex-shrink: 0;
}

.dd-checklist__comment {
    margin-top: 8px;
    margin-left: 28px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.dd-checklist__hint {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

/* Roles & permissions */
.roles-index__name {
    font-weight: 600;
    color: #fff;
}

.roles-index__groups {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.roles-index__group-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

.roles-perm-toolbar__actions {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .roles-perm-toolbar__actions {
        margin-top: 0;
    }
}

.roles-perm-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.roles-perm-group__title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.roles-perm-group__actions {
    display: flex;
    gap: 6px;
}

.roles-perm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.roles-perm-item {
    display: block;
    margin: 0;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.roles-perm-item:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.roles-perm-item.is-checked {
    border-color: rgba(16, 185, 129, 0.45);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(14, 165, 233, 0.08));
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.15);
}

.roles-perm-item__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.roles-perm-item__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.roles-perm-item__name {
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
}

.roles-perm-item__desc {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}

.roles-perm-item__slug {
    font-size: 11px;
    color: rgba(125, 211, 252, 0.85);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 2px 6px;
    align-self: flex-start;
}

.roles-perm-empty.is-hidden {
    display: none;
}

.roles-edit__footer {
    display: flex;
    gap: 8px;
    align-items: center;
}

.roles-edit__readonly-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.roles-edit__readonly-list li + li {
    margin-top: 6px;
}

.dd-checklist__toggle:disabled {
    opacity: 0.6;
    cursor: wait;
}

/* ── Public vitrine: mobile adaptation ── */

@media (max-width: 767px) {
    .public-site__container .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .public-hero {
        padding: 36px 0 32px;
    }

    .public-hero__lead {
        font-size: 1.05rem;
    }

    .public-hero__text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .public-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .public-hero__actions .btn-lg {
        width: 100%;
        margin: 0;
    }

    .public-btn-block-sm {
        display: block;
        width: 100%;
        text-align: center;
    }

    .public-section {
        padding: 40px 0;
    }

    .public-section__title {
        font-size: 1.5rem;
    }

    .public-navbar__inner {
        gap: 10px;
    }

    .public-navbar__title {
        font-size: 15px;
        max-width: 42vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .public-navbar__nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px;
        padding-bottom: 4px;
        margin-right: -4px;
    }

    .public-navbar__nav::-webkit-scrollbar {
        display: none;
    }

    .public-navbar__link {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 13px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.05);
    }

    .public-navbar__actions {
        gap: 6px;
    }

    .public-navbar__workspace-label {
        display: none;
    }

    .public-navbar__login,
    .public-navbar__link-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .public-hero__visual {
        min-height: auto;
        margin-top: 8px;
        padding-bottom: 12px;
    }

    .ui-shot--hero {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        animation: none;
        margin-bottom: 12px;
    }

    .ui-shot--hero.ui-shot--offset {
        top: auto;
        right: auto;
        width: 100%;
        margin-left: 0;
    }

    .public-showcase__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 6px;
        border-bottom: 0;
    }

    .public-showcase__tabs::-webkit-scrollbar {
        display: none;
    }

    .public-showcase__tabs > li {
        flex: 0 0 auto;
    }

    .public-showcase__tabs > li > a {
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .public-showcase__panes {
        padding-top: 16px;
    }

    .public-showcase__panes .ui-shot--large,
    .public-showcase__panes .ui-shot {
        font-size: 11px;
    }

    .ui-mock-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .ui-mock-row {
        flex-wrap: wrap;
        gap: 6px;
    }

    .public-role-card,
    .public-hero__panel,
    .public-feature {
        padding: 20px 16px;
    }

    .public-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .public-hero__title {
        font-size: 1.75rem;
    }

    .public-navbar__user .btn-default {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* ── Auth-lite (login without app.min.css / JS) ── */

.public-auth-lite__header {
    position: relative;
    z-index: 2;
    padding: 16px 20px;
}

.public-auth-lite__home {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    text-decoration: none;
}

.public-auth-lite__home:hover {
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row.justify-content-center {
    justify-content: center;
}

[class*="col-"] {
    padding: 0 15px;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.35rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg {
    padding: 0.65rem 1.25rem;
    font-size: 1.05rem;
}

.checkbox.checkbox-css {
    position: relative;
    padding-left: 28px;
    min-height: 20px;
}

.checkbox.checkbox-css input {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    margin: 0;
}

.checkbox.checkbox-css label {
    cursor: pointer;
    margin: 0;
}

.checkbox.checkbox-css label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.25);
}

.checkbox.checkbox-css input:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid #10b981;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.m-b-0 { margin-bottom: 0 !important; }
.m-b-12 { margin-bottom: 12px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-30 { margin-top: 30px !important; }

.text-center { text-align: center !important; }

.row.align-items-center { align-items: center; }

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .m-t-lg-0 { margin-top: 0 !important; }
    .m-b-lg-0 { margin-bottom: 0 !important; }

    .text-lg-right { text-align: right !important; }
}

.btn-outline-white {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #0d121c;
    background: #fff;
    border-color: #fff;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-pane { display: none; }
.tab-pane.active,
.tab-pane.active.in {
    display: block;
}

.public-showcase__tabs > li > a {
    display: block;
}

