:root {
    --mq-blue: #0f1131;
    --mq-green: #90b937;
    --mq-orange: #ec6824;
    --mq-yellow: #ffc107;
    --expo-bg: #f4f7f6;
    --expo-card: #ffffff;
    --expo-soft: #f8faf8;
    --expo-text: #111827;
    --expo-muted: #64748b;
    --expo-border: rgba(15, 17, 49, 0.11);
    --expo-shadow: 0 18px 42px rgba(15, 17, 49, 0.08);
    --expo-section-shadow: 0 12px 28px rgba(15, 17, 49, 0.06);
}

html,
body {
    background: var(--expo-bg);
    color: var(--expo-text);
    font-family: 'Inter', Arial, sans-serif;
    min-height: 100vh;
}

.expo-topbar {
    background: var(--mq-blue);
    color: #fff;
}

.expo-topbar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.expo-social,
.expo-toplinks {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.expo-social a,
.expo-toplinks a {
    color: rgba(255,255,255,.86);
    text-decoration: none;
    font-size: .86rem;
}

.expo-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(15, 17, 49, .96);
    border-bottom: 3px solid var(--mq-green);
    box-shadow: 0 14px 28px rgba(15, 17, 49, .18);
}

.expo-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.expo-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    text-decoration: none;
}

.expo-brand:hover {
    color: #fff;
}

.expo-brand img {
    height: 58px;
    width: auto;
}

.expo-brand strong,
.expo-brand small {
    display: block;
}

.expo-brand strong {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.1;
}

.expo-brand small {
    color: rgba(255,255,255,.72);
    font-size: .82rem;
}

.expo-nav {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.expo-nav a,
.expo-nav span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .58rem .85rem;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: .86rem;
}

.expo-nav a:hover {
    color: var(--mq-yellow);
}

.expo-nav .expo-nav-status {
    background: rgba(144, 185, 55, .16);
    border: 1px solid rgba(144, 185, 55, .32);
    color: #ffffff;
}

.expo-nav .expo-nav-status:hover {
    background: var(--mq-green);
    color: var(--mq-blue);
}

.expo-nav span {
    background: rgba(255,255,255,.08);
}

.expo-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: #fff;
}

.expo-hero {
    position: relative;
    overflow: hidden;
    padding: 3.2rem 0 3.6rem;
    color: #fff;
    background:
        radial-gradient(circle at 80% 8%, rgba(144, 185, 55, .13), transparent 28%),
        linear-gradient(135deg, #080c25 0%, #101637 48%, #18213f 100%);
}

.expo-hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--mq-green), var(--mq-orange), var(--mq-yellow));
}

.expo-hero .container {
    position: relative;
    z-index: 2;
}

.expo-banner-convocatoria {
    width: 100%;
    max-width: 1040px;
    margin: 0 0 1.45rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
    background: #07142b;
}

.expo-banner-convocatoria img {
    display: block;
    width: 100%;
    height: auto;
}

.expo-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .85rem;
    border-radius: 8px;
    background: var(--mq-green);
    color: var(--mq-blue);
    font-size: .74rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 1rem;
}

.expo-title {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: clamp(2.2rem, 4.8vw, 4.4rem);
    line-height: 1.02;
    font-weight: 900;
    margin: 0 0 1rem;
    max-width: 860px;
}

.expo-lead {
    max-width: 760px;
    color: rgba(255,255,255,.86);
    line-height: 1.7;
    font-size: 1.05rem;
}

.expo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin: 1.35rem 0 1.15rem;
}

.expo-hero-actions .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expo-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.expo-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .72rem .9rem;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
}

.expo-hero-notice {
    max-width: 860px;
    margin-top: 1.25rem;
    padding: 1.05rem 1.15rem;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 193, 7, .16), rgba(255, 255, 255, .07)),
        rgba(18, 22, 61, .84);
    border: 1px solid rgba(255, 193, 7, .42);
    border-left: 6px solid var(--mq-yellow);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .2);
    display: flex;
    align-items: flex-start;
    gap: .95rem;
}

.expo-hero-notice strong,
.expo-hero-notice p {
    display: block;
}

.expo-hero-notice-icon {
    width: 2.55rem;
    height: 2.55rem;
    flex: 0 0 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mq-yellow);
    color: var(--mq-blue);
    font-size: 1.15rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .22);
}

.expo-hero-notice strong {
    color: var(--mq-yellow);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
    margin-bottom: .45rem;
}

.expo-hero-notice p {
    color: rgba(255, 255, 255, .94);
    font-weight: 600;
    line-height: 1.68;
    margin: 0;
}

.expo-main {
    padding: 0 0 4rem;
}

.expo-form-wrap {
    margin-top: -2rem;
    position: relative;
    z-index: 3;
}

.expo-card,
.expo-admin-card,
.expo-table-card {
    background: var(--expo-card);
    border: 1px solid var(--expo-border);
    box-shadow: var(--expo-shadow);
    border-radius: 8px;
}

.expo-card {
    padding: 2rem;
}

.expo-step {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 3rem 0 1.35rem;
    padding: 1rem 1.15rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f1131 0%, #182154 100%);
    border: 1px solid rgba(15, 17, 49, .12);
    box-shadow: var(--expo-section-shadow);
}

.expo-step:first-child {
    margin-top: 0;
}

.expo-step span {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mq-green);
    color: var(--mq-blue);
    font-weight: 900;
    flex: 0 0 auto;
}

.expo-step h2 {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1.24rem;
    margin: 0;
    color: #ffffff;
}

.expo-step p {
    margin: .2rem 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: .92rem;
}

.expo-step-conditional {
    background: linear-gradient(135deg, #eef7df 0%, #ffffff 100%);
    border: 1px solid rgba(144, 185, 55, .34);
    box-shadow: 0 10px 24px rgba(15, 17, 49, .05);
}

.expo-step-conditional h2 {
    color: var(--mq-blue);
}

.expo-step-conditional p {
    color: var(--expo-muted);
}

.expo-step + .row,
.expo-info-box + .row,
.expo-warning-box + .row,
.expo-danger-box + .row {
    margin-top: .15rem;
}

.expo-card .row.g-3 {
    --bs-gutter-y: 1.35rem;
}

.form-label {
    color: #465873;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .74rem;
    margin-bottom: .5rem;
}

.required:after {
    content: ' *';
    color: var(--mq-orange);
}

.expo-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.expo-check-grid.is-invalid {
    padding: .5rem;
    border: 1px solid #dc3545;
    border-radius: 8px;
    background: rgba(220, 53, 69, .04);
}

.expo-check-card {
    position: relative;
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .75rem .85rem;
    border: 1px solid var(--expo-border);
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.expo-check-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.expo-check-card span {
    width: 1.65rem;
    height: 1.65rem;
    flex: 0 0 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid rgba(15, 17, 49, .18);
    color: transparent;
    background: #f8faf8;
}

.expo-check-card strong {
    color: var(--mq-blue);
    font-size: .92rem;
    line-height: 1.15;
}

.expo-check-card.is-checked {
    border-color: rgba(144, 185, 55, .75);
    background: #f4f9e8;
    box-shadow: 0 8px 18px rgba(144, 185, 55, .12);
}

.expo-check-card input:checked + span {
    background: var(--mq-green);
    color: var(--mq-blue);
    border-color: var(--mq-green);
}

.expo-category-other {
    margin-top: .85rem;
    padding: .95rem;
    border: 1px solid rgba(144, 185, 55, .3);
    border-radius: 8px;
    background: #fbfdf7;
}

.form-control,
.form-select {
    min-height: 3.2rem;
    border-radius: 8px;
    border: 1px solid var(--expo-border);
    background: var(--expo-soft);
}

textarea.form-control {
    min-height: 7.5rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--mq-green);
    box-shadow: 0 0 0 .22rem rgba(144,185,55,.2);
}

.field-help {
    margin-top: .42rem;
    color: #6b7a90;
    font-size: .82rem;
    line-height: 1.42;
    max-width: 58rem;
}

.expo-info-box,
.expo-warning-box,
.expo-danger-box {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 8px;
    line-height: 1.55;
    box-shadow: 0 8px 20px rgba(15, 17, 49, .04);
}

.expo-info-box i,
.expo-warning-box i,
.expo-danger-box i {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex: 0 0 auto;
    margin-top: .1rem;
}

.expo-info-box div,
.expo-warning-box div,
.expo-danger-box div {
    max-width: 64rem;
}

.expo-info-box {
    background: #f5f9ff;
    border: 1px solid #d8e9ff;
    border-left: 5px solid #3b82f6;
    color: #203757;
}

.expo-info-box i {
    background: #dbeafe;
    color: #1d4ed8;
}

.expo-warning-box {
    background: #fff8ef;
    border: 1px solid #fed7aa;
    border-left: 5px solid #f97316;
    color: #7c2d12;
}

.expo-warning-box i {
    background: #ffedd5;
    color: #c2410c;
}

.expo-danger-box {
    background: #fff5f6;
    border: 1px solid #fecdd3;
    border-left: 5px solid #e11d48;
    color: #881337;
}

.expo-danger-box i {
    background: #ffe4e6;
    color: #be123c;
}

.expo-side-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--expo-border);
    color: var(--expo-muted);
    font-size: .9rem;
    line-height: 1.55;
}

.expo-side {
    font-size: .94rem;
}

.expo-file-list {
    display: grid;
    gap: .55rem;
}

.expo-file-slot {
    display: flex;
    align-items: center;
    min-height: 3.15rem;
    border: 1px solid var(--expo-border);
    border-radius: 8px;
    background: var(--expo-soft);
    overflow: hidden;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease;
}

.expo-file-slot:hover,
.expo-file-slot.has-file {
    border-color: rgba(144, 185, 55, .65);
    background: #fbfdf6;
}

.expo-file-slot input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.expo-file-action {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: .75rem .9rem;
    background: #eef4df;
    color: var(--mq-blue);
    font-weight: 900;
    border-right: 1px solid var(--expo-border);
}

.expo-file-name {
    min-width: 0;
    flex: 1 1 auto;
    padding: .75rem .9rem;
    color: var(--expo-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expo-file-slot.has-file .expo-file-name {
    color: var(--expo-text);
    font-weight: 700;
}

.expo-side {
    position: sticky;
    top: 112px;
}

.expo-side ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--expo-muted);
    line-height: 1.7;
}

.expo-hidden {
    display: none !important;
}

.expo-actions {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.5rem;
}

.btn-expo {
    border: 0;
    border-radius: 8px;
    background: var(--mq-green);
    color: var(--mq-blue);
    font-weight: 900;
    padding: .9rem 1.35rem;
}

.btn-expo:hover {
    background: #a5cc48;
    color: var(--mq-blue);
}

.btn-expo-outline {
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    font-weight: 900;
    padding: .9rem 1.35rem;
}

.btn-expo-outline:hover {
    background: #ffffff;
    color: var(--mq-blue);
}

.btn-expo-bases {
    border: 1px solid rgba(255, 193, 7, .72);
    border-radius: 8px;
    background: var(--mq-yellow);
    color: var(--mq-blue);
    font-weight: 900;
    padding: .9rem 1.35rem;
    box-shadow: 0 12px 24px rgba(255, 193, 7, .18);
}

.btn-expo-bases:hover {
    background: #ffd24d;
    color: var(--mq-blue);
    border-color: #ffd24d;
}

.small-help {
    color: var(--expo-muted);
    font-size: .86rem;
}

.expo-bases-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(144, 185, 55, .38);
    border-left: 5px solid var(--mq-green);
    border-radius: 8px;
    background: #f8fbf0;
    box-shadow: 0 8px 20px rgba(15, 17, 49, .04);
}

.expo-bases-box strong,
.expo-bases-box span {
    display: block;
}

.expo-bases-box span {
    color: var(--expo-muted);
    font-size: .9rem;
    margin-top: .18rem;
}

.expo-bases-box a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem .9rem;
    border-radius: 8px;
    background: var(--mq-blue);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.expo-bases-box a:hover {
    background: #182154;
    color: #fff;
}

.form-check-label a {
    color: #0f4f9f;
    font-weight: 800;
}

.expo-thanks-box {
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid var(--expo-border);
    box-shadow: 0 8px 20px rgba(15, 17, 49, .04);
}

.expo-thanks-box strong,
.expo-thanks-box span {
    display: block;
}

.expo-thanks-box span {
    margin-top: .25rem;
    color: var(--expo-muted);
    line-height: 1.55;
}

.expo-admin-shell {
    padding: 1.5rem 0 4rem;
}

.expo-admin-hero {
    padding: 1.6rem;
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.expo-admin-hero h1,
.expo-table-card h2 {
    font-family: 'Outfit', Arial, sans-serif;
    margin: 0;
}

.expo-admin-hero p,
.expo-table-card p {
    color: var(--expo-muted);
    margin: .35rem 0 0;
}

.expo-admin-card {
    padding: 1.25rem;
}

.expo-admin-card .metric {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.expo-admin-card .label {
    color: var(--expo-muted);
    font-size: .88rem;
}

.expo-table-card {
    overflow: hidden;
}

.expo-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.expo-table-head {
    padding: 1.25rem 1.25rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.expo-filter-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(150px, 1fr));
    gap: .8rem;
    padding: 1rem;
    margin: 1rem 1.25rem 0;
    border: 1px solid var(--expo-border);
    border-radius: 8px;
    background: #f8fafc;
}

.expo-cobros-table {
    min-width: 1180px;
}

.expo-cobros-table th {
    white-space: nowrap;
}

.expo-postulacion-cell {
    min-width: 270px;
}

.expo-cobro-grid {
    min-width: 420px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.expo-cobro-grid .expo-wide {
    grid-column: 1 / -1;
}

.expo-cobro-grid textarea {
    min-height: 4.2rem;
    resize: vertical;
}

.expo-pay-toggle {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .75rem;
    border: 1px solid rgba(15, 17, 49, .12);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-weight: 800;
    color: var(--mq-blue);
}

.expo-pay-toggle input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--mq-green);
}

.expo-comprobante-list {
    min-width: 180px;
}

.expo-admin-dashboard {
    background:
        radial-gradient(circle at 12% 0, rgba(144,185,55,.12), transparent 26rem),
        linear-gradient(180deg, #eef3f2 0, #f6f8fb 32rem, #f4f7f6 100%);
}

.expo-admin-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.expo-metric-card {
    position: relative;
    min-height: 7.3rem;
    border: 1px solid rgba(15,17,49,.08);
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(15,17,49,.06);
}

.expo-metric-card:before {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--mq-green), var(--mq-orange));
}

.expo-metric-card span,
.expo-metric-card small {
    display: block;
    color: var(--expo-muted);
    font-size: .82rem;
}

.expo-metric-card span {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.expo-metric-card strong {
    display: block;
    margin: .45rem 0 .2rem;
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 900;
    color: var(--mq-blue);
}

.expo-card-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.expo-card-title h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 900;
}

.expo-card-title span,
.expo-result-count {
    color: var(--expo-muted);
    font-weight: 800;
    font-size: .86rem;
}

.expo-category-bars {
    display: grid;
    gap: .75rem;
}

.expo-category-filter,
.expo-state-filter {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0;
}

.expo-category-filter span {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .28rem;
    color: var(--mq-blue);
}

.expo-category-filter strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expo-category-filter em {
    font-style: normal;
    font-weight: 900;
}

.expo-category-filter i {
    display: block;
    height: .42rem;
    min-width: .45rem;
    border-radius: 999px;
    background: #2e8b57;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.expo-state-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.expo-state-filter {
    min-height: 5.1rem;
    padding: 1rem;
    border: 1px solid var(--expo-border);
    border-radius: 8px;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.expo-state-filter:hover,
.expo-category-filter:hover {
    transform: translateY(-1px);
}

.expo-state-filter:hover {
    border-color: rgba(144,185,55,.55);
    box-shadow: 0 10px 22px rgba(15,17,49,.07);
}

.expo-state-filter strong {
    display: block;
    color: var(--mq-blue);
    font-size: .88rem;
}

.expo-state-filter span {
    display: block;
    margin-top: .45rem;
    font-size: 1.55rem;
    font-weight: 900;
}

.expo-worklist {
    border: 1px solid rgba(15,17,49,.08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15,17,49,.07);
}

.expo-filter-panel-pro {
    grid-template-columns: minmax(240px, 1.55fr) repeat(5, minmax(145px, 1fr)) auto;
    align-items: end;
    border-radius: 10px;
    background: linear-gradient(180deg, #fbfcfd, #f4f7f8);
}

.expo-filter-panel label {
    font-size: .74rem;
    text-transform: uppercase;
    color: #344563;
    font-weight: 900;
}

.expo-filter-actions {
    display: flex;
    align-items: end;
}

.expo-filter-actions .btn {
    min-height: 3.05rem;
    white-space: nowrap;
}

.expo-compact-table {
    border-collapse: separate;
    border-spacing: 0;
}

.expo-compact-table tbody tr {
    transition: background .15s ease;
}

.expo-compact-table tbody tr:hover {
    background: #f8fbf8;
}

.expo-compact-table td {
    padding: 1rem .95rem;
    border-bottom: 1px solid rgba(15,17,49,.08);
    vertical-align: middle;
}

.expo-soft-pill,
.expo-pay-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .42rem .7rem;
    font-size: .78rem;
    font-weight: 900;
}

.expo-soft-pill {
    background: #eef5df;
    color: #315f11;
}

.expo-pay-badge.is-paid {
    background: #dcfce7;
    color: #166534;
}

.expo-pay-badge.is-pending {
    background: #fff7ed;
    color: #9a3412;
}

.expo-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    padding: 1rem;
    border-top: 1px solid rgba(15,17,49,.08);
}

.expo-pagination span {
    color: var(--expo-muted);
    font-weight: 800;
}

.expo-expediente-modal {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

body .modal-backdrop {
    z-index: 20000;
}

body .modal {
    z-index: 20010;
}

.expo-expediente-modal .modal-header {
    background: var(--mq-blue);
    color: #fff;
    border-bottom: 4px solid var(--mq-green);
}

.expo-expediente-modal .modal-title {
    font-weight: 900;
}

.expo-expediente-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 1rem;
}

.expo-exp-section {
    border: 1px solid var(--expo-border);
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
}

.expo-exp-section h3 {
    margin: 0 0 .85rem;
    font-size: 1rem;
    font-weight: 900;
    color: var(--mq-blue);
}

.expo-detail-list {
    display: grid;
    grid-template-columns: 7.2rem minmax(0, 1fr);
    gap: .55rem .85rem;
    margin: 0;
}

.expo-detail-list dt {
    color: var(--expo-muted);
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 900;
}

.expo-detail-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.expo-file-stack {
    display: grid;
    gap: .45rem;
}

.expo-file-link {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .55rem .65rem;
    border: 1px solid rgba(15,17,49,.1);
    border-radius: 8px;
    background: #f8fafc;
    text-decoration: none;
    font-weight: 700;
}

.table thead th {
    background: var(--mq-blue);
    color: #fff;
    border-bottom: 0;
    white-space: nowrap;
    font-size: .78rem;
    text-transform: uppercase;
}

.badge-state {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .35rem .6rem;
    font-size: .78rem;
    font-weight: 800;
    background: #eef2ff;
    color: #3730a3;
}

.badge-state.seleccionada,
.badge-state.preseleccionada {
    background: #dcfce7;
    color: #166534;
}

.badge-state.rechazada {
    background: #fee2e2;
    color: #991b1b;
}

.badge-state.observada {
    background: #ffedd5;
    color: #9a3412;
}

.expo-status-body {
    background:
        linear-gradient(180deg, #101637 0, #101637 320px, var(--expo-bg) 320px, var(--expo-bg) 100%);
}

.expo-status-shell {
    min-height: calc(100vh - 126px);
}

.expo-status-hero {
    padding: 3rem 0 2.4rem;
    color: #ffffff;
}

.expo-status-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: center;
    gap: 2rem;
}

.expo-status-copy h1 {
    max-width: 740px;
    margin: 0 0 1rem;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.05;
    font-weight: 900;
}

.expo-status-copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.03rem;
    line-height: 1.7;
}

.expo-status-card,
.expo-status-result-card {
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--expo-border);
    box-shadow: 0 24px 52px rgba(2, 6, 23, .18);
}

.expo-status-card {
    padding: 1.55rem;
    color: var(--expo-text);
}

.expo-status-result-wrap {
    padding-bottom: 4rem;
}

.expo-status-result {
    max-width: 980px;
    margin: 0 auto;
}

.expo-status-result-card {
    padding: 1.6rem;
}

.expo-status-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--expo-border);
}

.expo-status-folio {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .35rem .6rem;
    border-radius: 8px;
    background: #eef4df;
    color: var(--mq-blue);
    font-weight: 900;
    font-size: .82rem;
    margin-bottom: .55rem;
}

.expo-status-result-head h2 {
    margin: 0;
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 900;
    color: var(--mq-blue);
}

.expo-status-desc {
    margin: 1rem 0;
    color: #465873;
    line-height: 1.65;
}

.expo-status-note {
    margin: 1rem 0;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: #fff8ef;
    border: 1px solid #fed7aa;
    border-left: 5px solid #f97316;
}

.expo-status-note strong,
.expo-status-note p {
    display: block;
}

.expo-status-note p {
    margin: .3rem 0 0;
    color: #7c2d12;
    line-height: 1.55;
}

.expo-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
}

.expo-status-grid > div {
    padding: .95rem 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid var(--expo-border);
}

.expo-status-grid small,
.expo-status-grid strong {
    display: block;
}

.expo-status-grid small {
    color: var(--expo-muted);
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
    margin-bottom: .3rem;
}

.expo-status-grid strong {
    color: var(--expo-text);
}

.expo-status-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
    color: var(--expo-muted);
    font-size: .9rem;
}

.expo-status-meta span {
    display: inline-flex;
    align-items: center;
}

.expo-status-app {
    background:
        radial-gradient(circle at 18% 10%, rgba(144, 185, 55, .18), transparent 24rem),
        linear-gradient(180deg, #101637 0, #101637 48%, #f4f7f6 48%, #f4f7f6 100%);
}

.expo-status-app .expo-status-hero {
    padding: 3.2rem 0 3rem;
}

.expo-status-panel {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 26px 70px rgba(2, 6, 23, .28);
}

.expo-status-panel .expo-status-copy {
    min-height: 100%;
    padding: 2rem;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 17, 49, .92), rgba(24, 33, 84, .86)),
        url('../01.-CONVOCATORIA-EMPRENDIMIENTOS.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.expo-status-panel .expo-status-copy:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 17, 49, .96) 0%, rgba(15, 17, 49, .88) 48%, rgba(15, 17, 49, .5) 100%);
}

.expo-status-panel .expo-status-copy > * {
    position: relative;
    z-index: 2;
}

.expo-status-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 34px;
    padding: .45rem .7rem;
    border-radius: 8px;
    background: var(--mq-green);
    color: var(--mq-blue);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.expo-status-panel .expo-status-copy h1 {
    max-width: 620px;
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
}

.expo-status-panel .expo-status-copy p {
    max-width: 580px;
    color: rgba(255, 255, 255, .86);
}

.expo-status-steps {
    display: grid;
    gap: .75rem;
    max-width: 560px;
    margin-top: 1.5rem;
}

.expo-status-steps > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: .8rem;
    align-items: start;
    padding: .85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .13);
}

.expo-status-steps span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    color: var(--mq-blue);
    font-weight: 900;
    grid-row: span 2;
}

.expo-status-steps strong,
.expo-status-steps small {
    display: block;
}

.expo-status-steps strong {
    color: #ffffff;
}

.expo-status-steps small {
    color: rgba(255, 255, 255, .74);
    line-height: 1.45;
    margin-top: .15rem;
}

.expo-status-panel .expo-status-card {
    padding: 1.35rem;
    box-shadow: none;
    border: 0;
}

.expo-status-card-head {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    margin-bottom: 1.2rem;
    border-radius: 8px;
    background: #f8fbf0;
    border: 1px solid rgba(144, 185, 55, .32);
}

.expo-status-card-head i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mq-green);
    color: var(--mq-blue);
    flex: 0 0 auto;
}

.expo-status-card-head strong,
.expo-status-card-head span {
    display: block;
}

.expo-status-card-head strong {
    color: var(--mq-blue);
    font-weight: 900;
}

.expo-status-card-head span {
    color: var(--expo-muted);
    font-size: .9rem;
}

.expo-folio-input {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--expo-border);
    border-radius: 8px;
    background: var(--expo-soft);
    overflow: hidden;
}

.expo-folio-input span {
    min-width: 118px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .85rem;
    background: #eef4df;
    color: var(--mq-blue);
    font-weight: 900;
    border-right: 1px solid var(--expo-border);
}

.expo-folio-input .form-control {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    font-weight: 800;
    font-size: 1.15rem;
}

.expo-folio-input:focus-within {
    border-color: var(--mq-green);
    box-shadow: 0 0 0 .22rem rgba(144,185,55,.2);
}

@media (max-width: 991px) {
    .expo-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
    .expo-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .expo-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 82px;
        padding: 1rem;
        background: var(--mq-blue);
        border-top: 1px solid rgba(255,255,255,.1);
        flex-direction: column;
        align-items: stretch;
    }
    .expo-nav.active {
        display: flex;
    }
    .expo-nav a,
    .expo-nav span {
        justify-content: flex-start;
        background: rgba(255,255,255,.08);
    }
    .expo-side {
        position: static;
    }
    .expo-banner-convocatoria {
        margin-bottom: 1rem;
    }
    .expo-admin-hero,
    .expo-table-head {
        flex-direction: column;
    }
    .expo-filter-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .expo-admin-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .expo-filter-panel-pro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .expo-filter-actions .btn {
        width: 100%;
    }
    .expo-expediente-grid {
        grid-template-columns: 1fr;
    }
    .expo-status-layout {
        grid-template-columns: 1fr;
    }
    .expo-status-card {
        max-width: 560px;
    }
    .expo-status-panel {
        grid-template-columns: 1fr;
        padding: .75rem;
    }
    .expo-status-panel .expo-status-copy {
        padding: 1.5rem;
    }
    .expo-status-panel .expo-status-card {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .expo-brand img {
        height: 46px;
    }
    .expo-brand strong {
        max-width: 180px;
        font-size: .9rem;
    }
    .expo-brand small {
        display: none;
    }
    .expo-card {
        padding: 1rem;
    }
    .expo-step {
        align-items: flex-start;
        gap: .85rem;
        margin: 2.2rem 0 1rem;
        padding: .9rem;
    }
    .expo-step span {
        width: 2rem;
        height: 2rem;
    }
    .expo-step h2 {
        font-size: 1.08rem;
    }
    .expo-step p {
        font-size: .84rem;
    }
    .expo-check-grid {
        grid-template-columns: 1fr;
    }
    .expo-check-card {
        min-height: 3rem;
    }
    .expo-info-box,
    .expo-warning-box,
    .expo-danger-box {
        gap: .7rem;
        padding: .9rem;
    }
    .expo-info-box i,
    .expo-warning-box i,
    .expo-danger-box i {
        width: 1.8rem;
        height: 1.8rem;
    }
    .field-help {
        font-size: .8rem;
    }
    .expo-hero {
        padding: 1.35rem 0 2.4rem;
    }
    .expo-banner-convocatoria {
        border-radius: 6px;
        margin-bottom: 1.1rem;
    }
    .expo-hero-notice {
        gap: .75rem;
        padding: .9rem;
    }
    .expo-hero-notice-icon {
        width: 2.25rem;
        height: 2.25rem;
        flex-basis: 2.25rem;
        font-size: 1rem;
    }
    .expo-hero-notice p {
        font-size: .92rem;
        line-height: 1.55;
    }
    .expo-actions {
        flex-direction: column;
    }
    .expo-filter-panel {
        grid-template-columns: 1fr;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .expo-admin-shell {
        padding-top: .85rem;
    }
    .expo-admin-metrics,
    .expo-state-grid {
        grid-template-columns: 1fr;
    }
    .expo-table-card {
        border-radius: 0;
    }
    .expo-result-count {
        width: 100%;
        padding: .65rem .8rem;
        border-radius: 8px;
        background: #eef5df;
        color: var(--mq-blue);
    }
    .expo-compact-table thead {
        display: none;
    }
    .expo-compact-table,
    .expo-compact-table tbody,
    .expo-compact-table tr,
    .expo-compact-table td {
        display: block;
        width: 100%;
    }
    .expo-compact-table tbody tr {
        margin: .85rem 1rem;
        border: 1px solid var(--expo-border);
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15,17,49,.06);
    }
    .expo-compact-table td {
        padding: .72rem .9rem;
        border-bottom: 1px solid rgba(15,17,49,.06);
    }
    .expo-compact-table td:last-child {
        border-bottom: 0;
        text-align: left !important;
    }
    .expo-compact-table .btn {
        width: 100%;
        justify-content: center;
    }
    .expo-expediente-modal .modal-body,
    .expo-expediente-modal .modal-footer {
        padding: .85rem;
    }
    .expo-detail-list {
        grid-template-columns: 1fr;
        gap: .15rem;
    }
    .expo-hero-actions {
        flex-direction: column;
        gap: .65rem;
    }
    .expo-hero-actions .btn {
        width: 100%;
        text-align: center;
    }
    .expo-bases-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .expo-bases-box a {
        width: 100%;
    }
    .expo-file-slot {
        align-items: stretch;
        flex-direction: column;
    }
    .expo-file-action {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid var(--expo-border);
    }
    .expo-file-name {
        width: 100%;
    }
    .expo-status-body {
        background:
            linear-gradient(180deg, #101637 0, #101637 420px, var(--expo-bg) 420px, var(--expo-bg) 100%);
    }
    .expo-status-hero {
        padding: 1.4rem 0 2rem;
    }
    .expo-status-card,
    .expo-status-result-card {
        border-radius: 8px;
        box-shadow: 0 14px 32px rgba(2, 6, 23, .16);
    }
    .expo-status-card {
        padding: 1rem;
    }
    .expo-status-result-card {
        padding: 1rem;
    }
    .expo-status-result-head {
        flex-direction: column;
    }
    .expo-status-grid {
        grid-template-columns: 1fr;
    }
    .expo-status-app {
        background:
            linear-gradient(180deg, #101637 0, #101637 58%, #f4f7f6 58%, #f4f7f6 100%);
    }
    .expo-status-panel {
        padding: .45rem;
        border: 0;
        background: transparent;
        box-shadow: none;
    }
    .expo-status-panel .expo-status-copy {
        padding: 1.1rem;
        min-height: auto;
    }
    .expo-status-panel .expo-status-copy:before {
        background: linear-gradient(180deg, rgba(15, 17, 49, .96), rgba(15, 17, 49, .82));
    }
    .expo-status-steps > div {
        padding: .75rem;
    }
    .expo-status-panel .expo-status-card {
        padding: 1rem;
    }
    .expo-status-card-head {
        padding: .85rem;
    }
    .expo-folio-input span {
        min-width: 102px;
    }
    .btn-expo {
        width: 100%;
    }
}
