    /* Estilo fondo  */
    body {
        background-color: #f6f1e8;
    }

    .gov-card {
        border: none;
        border-top: 5px solid #b8862f;
        background: #ffffff;
        border-radius: 8px;
        transition: all 0.25s ease;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    .gov-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    }


    /* Icono  */
    .gov-icon-wrapper {
        background-color: rgba(184, 134, 47, 0.11);
        color: #b8862f;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        margin-bottom: 20px;
        border: 1px solid rgba(138, 92, 31, 0.2);
    }


    .btn-ingresar {
        background-color: #b8862f;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.8px;
        border-radius: 4px;
        padding: 12px;
        transition: all 0.2s ease;
    }

    .btn-ingresar:hover {
        background-color: #8a5c1f;
        color: #fff;
        transform: translateY(-1px);
    }


    .label-sistema {
        font-size: 0.7rem;
        font-weight: 800;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: block;
        margin-bottom: 5px;
    }

    .divider-gov {
        width: 40px;
        height: 3px;
        background-color: #b8862f;
        margin: 15px 0;
    }

    .header-divider {
        width: 70px;
        height: 4px;
        background: #b8862f;
        margin: 12px auto 0 auto;
        border-radius: 2px;
    }

    .project-title {
        font-weight: 700;
        color: #2c2c2c;
        line-height: 1.3;
    }

    /* ===== HOME AUTENTICADO ===== */

    .tt-home-hero {
        position: relative;
        border: 1px solid #ead9bf;
        border-radius: 18px;
        background:
            radial-gradient(circle at 85% 15%, rgba(184, 134, 47, 0.16), transparent 30%),
            linear-gradient(135deg, #fffdf8 0%, #f6ecd9 100%);
        padding: 2rem 2rem 1.8rem;
        box-shadow: 0 14px 36px rgba(58, 42, 29, 0.1);
        overflow: hidden;
    }

    .tt-home-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0.38rem 0.8rem;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #e7d5b8;
        color: #7f5b26;
        font-size: 0.78rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .tt-home-title {
        font-size: clamp(1.65rem, 2.6vw, 2.35rem);
        font-weight: 800;
        color: #25180d;
        line-height: 1.15;
    }

    .tt-home-subtitle {
        max-width: 760px;
        color: #5e5447;
        font-size: 1rem;
    }

    .tt-home-stat-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem;
    }

    .tt-home-stat-card {
        border-radius: 12px;
        background: #fff;
        border: 1px solid #e7d5b8;
        padding: 0.75rem 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 96px;
    }

    .tt-home-stat-card span {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #7f7468;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .tt-home-stat-card strong {
        font-size: 1.18rem;
        color: #2f2317;
        font-weight: 800;
    }

    .tt-home-project-grid {
        margin-top: 0.4rem;
    }

    .tt-project-card {
        border-radius: 16px;
        border: 1px solid #ead9bf;
        border-top-width: 4px;
    }

    .tt-project-top {
        gap: 1rem;
    }

    .tt-project-icon {
        width: 72px;
        height: 72px;
        border-radius: 16px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .tt-project-icon i {
        font-size: 1.8rem;
    }

    .tt-project-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.42rem 0.68rem;
        border-radius: 9px;
        background: #2f3640;
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }

    .tt-project-card .card-text {
        font-size: 1rem;
        line-height: 1.65;
    }

    .tt-project-actions .btn-ingresar {
        min-width: 220px;
        border-radius: 10px;
        font-size: 0.9rem;
    }

    .tt-project-foot {
        border-top: 1px solid #efe3cf;
        background: #fbf6ec;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 0.75rem 1rem;
    }

    .tt-home-empty {
        max-width: 520px;
        margin: 0 auto;
        background: #fff;
        border: 1px dashed #d8c4a4;
        border-radius: 14px;
        padding: 1.4rem 1.2rem;
        color: #66584a;
    }

    .tt-home-empty i {
        font-size: 2rem;
        color: #b8862f;
        margin-bottom: 0.45rem;
    }

    .tt-home-empty h5 {
        font-weight: 700;
        color: #2f2317;
        margin-bottom: 0.35rem;
    }

    /* ===== LANDING NO AUTH V2 ===== */
    .ttx-landing {
        position: relative;
    }

    .ttx-hero {
        border: 1px solid #e7d4b2;
        border-radius: 22px;
        background:
            radial-gradient(circle at 85% 18%, rgba(184, 134, 47, 0.2), transparent 35%),
            linear-gradient(130deg, #fffdf8 0%, #f4e6cf 100%);
        box-shadow: 0 16px 36px rgba(58, 42, 29, 0.12);
        padding: 1.2rem;
    }

    .ttx-hero-main {
        height: 100%;
        border: 1px solid #e9d9be;
        border-radius: 16px;
        background: #fff;
        padding: 1.35rem;
    }

    .ttx-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        border: 1px solid #e2cfac;
        padding: 0.4rem 0.8rem;
        font-size: 0.74rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 700;
        color: #805b27;
        background: #fff9f0;
    }

    .ttx-hero-main h1 {
        margin: 1rem 0 0.7rem;
        font-size: clamp(2rem, 4.3vw, 3.35rem);
        line-height: 0.98;
        color: #25170d;
        font-weight: 900;
    }

    .ttx-hero-main p {
        font-size: 1.05rem;
        line-height: 1.7;
        color: #5f5447;
        max-width: 760px;
    }

    .ttx-hero-actions {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .ttx-hero-actions small {
        color: #7f6f5c;
        font-weight: 600;
    }

    .ttx-hero-side {
        height: 100%;
        border: 1px solid #e9d9be;
        border-radius: 16px;
        background: #fff;
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }

    .ttx-logo-band {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
        margin-bottom: 0.85rem;
    }

    .ttx-logo-band img {
        width: 100%;
        height: 62px;
        border-radius: 10px;
        border: 1px solid #e7d5b7;
        object-fit: contain;
        background: #fffdf8;
    }

    .ttx-logo-minint {
        padding: 6px 10px;
    }

    .ttx-hero-side h5 {
        margin: 0.2rem 0 0.35rem;
        font-size: 1.02rem;
        font-weight: 800;
        color: #2f2417;
    }

    .ttx-hero-side p {
        margin: 0;
        color: #6b6053;
        line-height: 1.6;
        font-size: 0.93rem;
    }

    .ttx-showcase {
        margin-bottom: 0.15rem;
    }

    .ttx-card {
        border: 1px solid #ead8bb;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 18px rgba(43, 31, 21, 0.06);
        padding: 1rem;
    }

    .ttx-card i {
        color: #b8862f;
        font-size: 1.35rem;
    }

    .ttx-card h5 {
        margin: 0.7rem 0 0.4rem;
        font-weight: 800;
        color: #2d2216;
        font-size: 1.03rem;
    }

    .ttx-card p {
        margin: 0;
        color: #6f6458;
        line-height: 1.58;
        font-size: 0.91rem;
    }

    .ttx-band {
        border: 1px solid #ead8bb;
        border-radius: 16px;
        background: #fff;
        padding: 1.15rem 1.2rem;
    }

    .ttx-band h4 {
        margin: 0 0 0.4rem;
        color: #2b2014;
        font-size: 1.26rem;
        font-weight: 800;
    }

    .ttx-band p {
        color: #65594b;
        line-height: 1.64;
        font-size: 0.95rem;
    }

    /* ===== LANDING PUBLICA ===== */

    .landing-container {
        min-height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .landing-title {
        font-weight: 800;
        font-size: 2rem;
        color: #2c2c2c;
    }

    .landing-subtitle {
        max-width: 600px;
        margin: 0 auto;
        font-size: 1rem;
    }

    .btn-lg {
        height: 55px;
        font-size: 0.95rem;
    }
    /* ===== PERSONA / INDEX (Listado organizaciones) ===== */

    :root {
        --minint-ink: #3a2a1d;
        --minint-sky: #8a5c1f;
        --minint-mint: #dca54a;
        --minint-soft: #fdf6ea;
        --minint-line: #ead8bb;
    }

    .org-card {
        border: 1px solid var(--minint-line);
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(15, 42, 61, 0.08);
        overflow: hidden;
    }

    .org-card .card-header {
        background: linear-gradient(115deg, var(--minint-ink), var(--minint-sky));
        color: #fff;
        border-bottom: 0;
        padding: 0.9rem 1.2rem;
        position: relative;
    }

    .org-card .card-header::after {
        content: "";
        position: absolute;
        right: -30px;
        top: -35px;
        width: 170px;
        height: 170px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
        pointer-events: none;
    }

    .org-title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .org-subtitle {
        margin: 0;
        font-size: 0.8rem;
        opacity: 0.9;
    }

    .org-pill {
        display: inline-block;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 999px;
        padding: 2px 10px;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

    .org-actions .btn {
        border-radius: 8px;
        font-weight: 600;
    }

    .btn-minint {
        background: #ffffff;
        border-color: #ffffff;
        color: #7a5321;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    }

    .btn-minint:hover {
        background: #fff8eb;
        border-color: #fff8eb;
        color: #5a3d18;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    }

    .org-card .card-header .btn-minint:focus,
    .org-card .card-header .btn-minint:active {
        background: #ffffff !important;
        border-color: #ffffff !important;
        color: #7a5321 !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
    }

    .org-card .card-body {
        background: #fff;
        padding-top: 0.9rem;
    }

    .org-card table thead th {
        /* background: var(--minint-soft);
        color: var(--minint-ink);
        border-color: var(--minint-line); */
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.25px;
        white-space: nowrap;
    }

    .org-card table tbody td {
        vertical-align: middle;
        font-size: 0.82rem;
    }


    /* ===== LANDING PUBLICO - INDEX MEJORADO ===== */

    .public-landing {
        margin-top: -1rem;
    }

    .public-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #fff9f0 0%, #fff 100%);
        border: 1px solid #efe2cc;
        border-radius: 16px;
    }

    .public-hero-glow {
        position: absolute;
        right: -90px;
        top: -90px;
        width: 260px;
        height: 260px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(184, 134, 47, 0.2) 0%, rgba(184, 134, 47, 0) 70%);
        pointer-events: none;
    }

    .public-chip {
        display: inline-flex;
        align-items: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #ebddc7;
        color: #6f4e24;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .public-title {
        font-size: 2.25rem;
        font-weight: 800;
        color: #2c2c2c;
        line-height: 1.18;
    }

    .public-subtitle {
        max-width: 680px;
        color: #5f6770;
        font-size: 1.02rem;
    }

    .public-actions .btn-ingresar {
        min-width: 210px;
    }

    .public-hint {
        color: #6d747b;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .public-brand-card {
        background: #fff;
        border: 1px solid #ead9bf;
        border-radius: 14px;
        padding: 1.25rem;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    }

    .public-brand-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        padding-bottom: 0.9rem;
        border-bottom: 1px solid #f1e7d6;
        margin-bottom: 0.9rem;
    }

    .public-logo {
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .public-logo-cisp {
        height: 52px;
    }

    .public-logo-minint {
        height: 50px;
    }

    .public-logo-placeholder {
        width: 150px;
        height: 54px;
        border: 1px dashed #ccb389;
        border-radius: 10px;
        background: #fffaf2;
        color: #7d6238;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 0.64rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        padding: 0 8px;
    }

    .public-brand-divider {
        width: 1px;
        height: 44px;
        background: #dfcfb8;
    }

    .public-brand-copy h5 {
        color: #2e3133;
        font-weight: 700;
    }

    .public-modules {
        margin-top: 0.25rem;
    }

    .public-section-title {
        font-size: 1.55rem;
        font-weight: 800;
        color: #2c2c2c;
    }

    .public-card {
        border: 1px solid #ead9bf;
        background: #fff;
        border-radius: 12px;
        padding: 1.15rem;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .public-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    }

    .public-card h5 {
        font-size: 1.05rem;
        font-weight: 700;
        color: #2f3438;
    }

    .public-card p {
        margin-bottom: 0;
        color: #66707a;
        font-size: 0.92rem;
    }

    .public-card-icon {
        width: 54px;
        height: 54px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #b8862f;
        background: rgba(184, 134, 47, 0.13);
        border: 1px solid rgba(138, 92, 31, 0.22);
        margin-bottom: 0.75rem;
        font-size: 1.35rem;
    }

    @media (max-width: 991px) {
        .tt-home-hero {
            padding: 1.4rem 1rem 1.2rem;
        }

        .tt-home-stat-wrap {
            grid-template-columns: 1fr;
        }

        .tt-project-actions .btn-ingresar {
            width: 100%;
        }

        .ttx-hero {
            padding: 0.85rem;
        }

        .ttx-hero-main {
            padding: 1rem;
        }

        .ttx-band .btn {
            width: 100%;
        }

        .public-title {
            font-size: 1.9rem;
        }

        .public-brand-card {
            margin-top: 0.3rem;
        }
    }

    @media (max-width: 575px) {
        .tt-home-title {
            font-size: 1.5rem;
        }

        .tt-home-subtitle {
            font-size: 0.94rem;
        }

        .tt-project-icon {
            width: 58px;
            height: 58px;
            border-radius: 12px;
        }

        .tt-project-icon i {
            font-size: 1.35rem;
        }

        .tt-project-tag {
            font-size: 0.65rem;
            padding: 0.35rem 0.5rem;
        }

        .ttx-kicker {
            font-size: 0.66rem;
        }

        .ttx-hero-main h1 {
            font-size: 1.78rem;
            line-height: 1.05;
        }

        .ttx-hero-main p {
            font-size: 0.95rem;
        }

        .ttx-logo-band {
            grid-template-columns: 1fr;
        }

        .ttx-hero-actions .btn {
            width: 100%;
        }

        .ttx-band {
            padding: 1rem;
        }

        .ttx-band h4 {
            font-size: 1.05rem;
        }

        .public-hero {
            border-radius: 12px;
        }

        .public-title {
            font-size: 1.6rem;
        }

        .public-actions .btn-ingresar {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.75rem;
        }

        .public-logo-cisp {
            height: 45px;
        }

        .public-logo-minint {
            height: 42px;
        }
    }



