:root {
    --color-dark: #070d1a;
    --color-dark-2: #101827;
    --color-primary: #2457e6;
    --color-primary-dark: #1e3fb8;
    --color-accent: #f8b400;
    --color-accent-2: #f97316;
    --color-success: #059669;
    --color-light: #f6f7fb;
    --color-muted: #64748b;
    --radius-lg: 18px;
    --radius-md: 12px;
    --shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.08);
    --shadow-card: 0 18px 42px rgba(15, 23, 42, 0.13);
}

body {
    background: var(--color-light);
    color: #111827;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.form-control,
.form-select,
textarea {
    border-radius: 12px;
    padding: 12px 14px;
    border-color: #e5e7eb;
}

.form-label {
    color: #374151;
}

.search-card .form-control,
.search-card .form-select {
    padding: 10px 12px;
    font-size: 0.92rem;
}

.search-card .form-label,
.auth-form .form-label {
    font-weight: 700;
}

.publish-card .form-label,
.category-form-card .form-label,
.config-card .form-label,
.security-card .form-label {
    font-weight: 800;
}

.admin-actions-grid .btn,
.admin-full-action .btn,
.vendor-actions-grid .btn,
.vendor-full-action .btn,
.lead-actions-grid .btn,
.lead-full-action .btn,
.sale-actions-grid .btn,
.feature-actions-grid .btn,
.feature-full-action .btn,
.contact-actions-grid .btn,
.contact-full-action .btn,
.category-actions-grid .btn,
.category-full-action .btn {
    border-radius: 12px;
    font-weight: 800;
}

.tm-hero-actions .btn,
.tm-cta-actions .btn {
    border-radius: 999px;
    font-weight: 950;
}

.product-title,
.vendor-product-title,
.admin-product-title,
.lead-title,
.sale-title,
.feature-request-title,
.category-title {
    font-weight: 850;
    letter-spacing: -0.4px;
    color: #111827;
}

.product-no-image,
.admin-product-no-image,
.lead-product-no-image,
.sale-product-no-image,
.feature-request-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    background: #f3f4f6;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.main-navbar {
    background: rgba(7, 13, 26, 0.98);
    backdrop-filter: blur(12px);
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
}

.brand-logo::before {
    content: none;
    display: none;
}

.brand-logo-icon {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.brand-logo-text {
    display: inline-flex;
    align-items: baseline;
    font-size: 0.98rem;
    font-weight: 950;
    letter-spacing: -0.6px;
    line-height: 1;
}

.brand-logo-tigre {
    color: #ffffff;
}

.brand-logo-market {
    color: #facc15;
}

.nav-actions .btn {
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 850;
    font-size: 0.82rem;
}

/* HOME HERO COMPACTO */
.hero-section {
    min-height: auto;
    padding: 14px 0 16px;
    background:
        radial-gradient(circle at 8% 18%, rgba(36, 87, 230, 0.22), transparent 24%),
        radial-gradient(circle at 94% 0%, rgba(248, 180, 0, 0.12), transparent 18%),
        linear-gradient(135deg, #070d1a 0%, #101827 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    right: -55px;
    top: -80px;
    width: 145px;
    height: 145px;
    background: rgba(248, 180, 0, 0.09);
    border-radius: 50%;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.hero-left {
    max-width: 760px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-title {
    max-width: 760px;
    margin: 0 0 8px;
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -1.2px;
    color: #ffffff;
}

.hero-text {
    max-width: 660px;
    margin: 0 0 12px;
    font-size: 0.94rem;
    line-height: 1.42;
    color: #ffffff;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hero-actions .btn {
    border-radius: 999px;
    padding: 7px 18px;
    font-size: 0.86rem;
    font-weight: 900;
}

.hero-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.support-box {
    width: 100%;
    max-width: 410px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    gap: 14px;
    backdrop-filter: blur(10px);
}

.whatsapp-icon {
    font-size: 38px;
    color: #25d366;
    line-height: 1;
    filter: drop-shadow(0 0 8px rgba(37, 211, 102, 0.28));
}

.support-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.support-content strong {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
}

.support-content a {
    color: #facc15;
    text-decoration: none;
    font-weight: 950;
    font-size: 1.08rem;
}

.support-content a:hover {
    color: #ffffff;
}

.visits-box {
    width: 100%;
    max-width: 410px;
    background: #ffffff;
    color: #111827;
    border-radius: 14px;
    padding: 11px 16px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.visits-box strong {
    display: block;
    color: #ff9800;
    font-size: 1.55rem;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 950;
}

.visits-box span {
    display: block;
    color: #6b7280;
    font-size: 0.84rem;
}

.search-card {
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
    margin-top: -10px;
    position: relative;
    z-index: 3;
}

.search-card .card-body {
    padding: 14px !important;
}

.search-card h4 {
    font-size: 1.15rem;
}

.search-card p {
    font-size: 0.92rem;
}

.search-card .form-label {
    font-weight: 700;
    color: #374151;
}

#publicaciones {
    padding-top: 24px !important;
}

.section-title {
    font-weight: 950;
    letter-spacing: -0.8px;
    color: #0f172a;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 16px 0 18px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .support-box,
    .visits-box {
        max-width: 100%;
    }

    .hero-title {
        max-width: 100%;
        font-size: clamp(1.6rem, 6vw, 2.15rem);
    }

    .hero-text {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .main-navbar {
        padding: 7px 0;
    }

    .hero-section {
        padding: 14px 0 16px;
    }

    .hero-title {
        font-size: 1.62rem;
        line-height: 1.05;
    }

    .hero-text {
        font-size: 0.88rem;
        line-height: 1.38;
    }

    .hero-actions .btn {
        width: 100%;
        padding: 8px 16px;
    }

    .support-box {
        padding: 11px 13px;
    }

    .whatsapp-icon {
        font-size: 34px;
    }

    .support-content strong {
        font-size: 0.86rem;
    }

    .support-content a {
        font-size: 0.98rem;
    }

    .visits-box {
        padding: 11px 13px;
    }
}

.product-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.22s ease;
    background: #fff;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.product-image-wrap {
    position: relative;
    height: 260px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.02);
}

.product-no-image {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    background: #f3f4f6;
    font-weight: 700;
    border-bottom: 1px solid #e5e7eb;
}

.badge-soft {
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 0.75rem;
    font-weight: 700;
}

.price-text {
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--color-success);
    letter-spacing: -0.8px;
}

.product-description {
    color: var(--color-muted);
    min-height: 48px;
}

.btn-main {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 900;
    padding: 10px 16px;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.20);
}

.btn-main:hover {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, #172f86 100%);
    color: #fff;
    transform: translateY(-1px);
}

.btn-warning {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-2) 100%);
    border: none;
    color: #070d1a;
    font-weight: 900;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #ffd84a 0%, var(--color-accent-2) 100%);
    color: #070d1a;
    transform: translateY(-1px);
}

.empty-state {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 35px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.site-footer {
    background: #070d1a;
    color: #d1d5db;
    padding: 35px 0;
    margin-top: 40px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .nav-actions {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .main-navbar .container {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.detail-wrapper {
    padding: 45px 0;
}

.detail-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
}

.detail-image {
    width: 100%;
    height: 520px;
    object-fit: contain;
    background: #ffffff;
    padding: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.detail-no-image {
    height: 520px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.detail-title {
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #111827;
}

.detail-price {
    font-size: 2rem;
    font-weight: 950;
    color: var(--color-success);
    letter-spacing: -1px;
}

.info-box {
    border-radius: var(--radius-md);
    background: #f9fafb;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

.interest-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 20px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #374151;
    font-weight: 700;
    margin-bottom: 18px;
}

.back-link:hover {
    color: var(--color-primary);
}

.auth-section {
    min-height: calc(100vh - 80px);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 32%),
        linear-gradient(135deg, #f9fafb 0%, #eef2ff 100%);
    padding: 55px 0;
}

.auth-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: #fff;
}

.auth-side {
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.25), transparent 35%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 42px;
    height: 100%;
}

.auth-side h2 {
    font-weight: 900;
    letter-spacing: -1px;
}

.auth-side p {
    color: #d1d5db;
}

.auth-form {
    padding: 42px;
}

.auth-form .form-label {
    font-weight: 700;
    color: #374151;
}

.auth-muted-link {
    text-decoration: none;
    font-weight: 800;
    color: var(--color-primary);
}

.auth-muted-link:hover {
    color: var(--color-primary-dark);
}

.admin-page {
    background: var(--color-light);
    min-height: 100vh;
}

.admin-hero {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.20), transparent 32%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 42px 0;
}

.admin-hero h1 {
    font-weight: 900;
    letter-spacing: -1px;
}

.admin-hero p {
    color: #d1d5db;
}

.stat-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #fff;
    padding: 22px;
    height: 100%;
}

.stat-label {
    color: #6b7280;
    font-weight: 700;
    font-size: 0.9rem;
}

.stat-value {
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -1px;
    margin: 4px 0 0;
}

.stat-success {
    color: var(--color-success);
}

.admin-action-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.admin-action-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.admin-action-card .card-body {
    padding: 26px;
}

.action-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 16px;
}

.icon-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

.icon-green {
    background: #dcfce7;
    color: #15803d;
}

.icon-yellow {
    background: #fef3c7;
    color: #b45309;
}

.icon-dark {
    background: #e5e7eb;
    color: #111827;
}

.icon-red {
    background: #fee2e2;
    color: #b91c1c;
}

.icon-purple {
    background: #ede9fe;
    color: #6d28d9;
}

.admin-action-card h5 {
    font-weight: 850;
    letter-spacing: -0.4px;
}

.admin-action-card p {
    color: #6b7280;
}

.admin-section-title {
    font-weight: 900;
    letter-spacing: -0.7px;
}

.vendor-page {
    background: var(--color-light);
    min-height: 100vh;
}

.vendor-hero {
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.22), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 45px 0;
}

.vendor-hero h1 {
    font-weight: 900;
    letter-spacing: -1px;
}

.vendor-hero p {
    color: #d1d5db;
}

.vendor-action-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.vendor-action-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.vendor-action-card .card-body {
    padding: 28px;
}

.vendor-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 16px;
}

.vendor-icon-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

.vendor-icon-yellow {
    background: #fef3c7;
    color: #b45309;
}

.vendor-icon-green {
    background: #dcfce7;
    color: #15803d;
}

.vendor-product-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.vendor-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.vendor-product-image {
    height: 230px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.vendor-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vendor-product-no-image {
    height: 230px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.vendor-price-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.vendor-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.publish-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    background: #fff;
    overflow: hidden;
}

.publish-card .card-body {
    padding: 34px;
}

.publish-help-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #111827;
    color: #fff;
}

.publish-help-card .card-body {
    padding: 30px;
}

.publish-help-card p,
.publish-help-card li {
    color: #d1d5db;
}

.price-preview-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 16px;
}

.price-preview-box strong {
    color: #111827;
}

.admin-product-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.admin-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.admin-product-image {
    height: 230px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.admin-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.admin-product-no-image {
    height: 230px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.admin-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.admin-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.admin-actions-grid .btn,
.admin-full-action .btn {
    border-radius: 12px;
    font-weight: 800;
}

.lead-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.lead-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.lead-product-image {
    height: 210px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.lead-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lead-product-no-image {
    height: 210px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.lead-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.lead-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lead-actions-grid .btn,
.lead-full-action .btn {
    border-radius: 12px;
    font-weight: 800;
}

.sale-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.sale-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.sale-product-image {
    height: 210px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.sale-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sale-product-no-image {
    height: 210px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.sale-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.sale-amount {
    font-size: 1.5rem;
    font-weight: 950;
    color: var(--color-success);
    letter-spacing: -0.5px;
}

.sale-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.feature-request-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.feature-request-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.feature-request-image {
    height: 210px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.feature-request-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-request-no-image {
    height: 210px;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.feature-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.feature-amount {
    font-size: 1.6rem;
    font-weight: 950;
    color: var(--color-success);
    letter-spacing: -0.5px;
}

.feature-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.feature-actions-grid .btn,
.feature-full-action .btn {
    border-radius: 12px;
    font-weight: 800;
}

.contact-message-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.contact-message-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.contact-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.contact-message-title {
    font-weight: 850;
    letter-spacing: -0.4px;
    color: #111827;
}

.contact-message-body {
    background: #f9fafb;
    border-left: 4px solid var(--color-primary);
    padding: 14px;
    border-radius: 12px;
    color: #374151;
}

.contact-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.contact-actions-grid .btn,
.contact-full-action .btn {
    border-radius: 12px;
    font-weight: 800;
}

.category-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #fff;
    height: 100%;
    transition: all 0.22s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.category-info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px;
}

.category-form-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    background: #fff;
}

.category-form-card .card-body {
    padding: 30px;
}

.category-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.config-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    background: #fff;
}

.config-card .card-body {
    padding: 34px;
}

.config-card .form-control {
    border-radius: 12px;
    padding: 12px 14px;
    border-color: #e5e7eb;
}

.config-preview-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #111827;
    color: #fff;
}

.config-preview-card .card-body {
    padding: 30px;
}

.config-preview-card p {
    color: #d1d5db;
}

.security-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    background: #fff;
}

.security-card .card-body {
    padding: 34px;
}

.security-help-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #111827;
    color: #fff;
}

.security-help-card .card-body {
    padding: 30px;
}

.security-help-card p,
.security-help-card li {
    color: #d1d5db;
}

/* BOTONES PARA COMPARTIR PUBLICACIONES */
.share-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
}

.btn-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-share i {
    font-size: 1rem;
}

.btn-share-whatsapp {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.btn-share-whatsapp:hover {
    background: #25d366;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-share-facebook {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.btn-share-facebook:hover {
    background: #1877f2;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .share-actions {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   TIGREMARKET HOME V2 - Agregar al FINAL de assets/css/app.css
   No reemplaza tus estilos globales; solo mejora la portada nueva.
========================================================= */

.tm-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: 46px 0 56px;
    background:
        radial-gradient(circle at 10% 10%, rgba(36, 87, 230, .35), transparent 24%),
        radial-gradient(circle at 92% 12%, rgba(248, 180, 0, .22), transparent 22%),
        linear-gradient(135deg, #070d1a 0%, #101827 100%);
    color: #fff;
}

.tm-hero-v2::after {
    content: "";
    position: absolute;
    inset: auto -80px -140px auto;
    width: 320px;
    height: 320px;
    background: rgba(250, 204, 21, .08);
    border-radius: 50%;
}

.tm-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 34px;
    align-items: center;
}

.tm-badge-glow,
.tm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #facc15;
    margin-bottom: 10px;
}

.tm-badge-glow {
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    padding: 7px 13px;
    border-radius: 999px;
}

.tm-eyebrow.light { color: #facc15; }

.tm-hero-copy h1 {
    max-width: 840px;
    margin: 0 0 14px;
    font-size: clamp(2.15rem, 4.2vw, 4rem);
    line-height: .98;
    font-weight: 980;
    letter-spacing: -2px;
}

.tm-hero-copy p {
    max-width: 720px;
    margin: 0 0 20px;
    color: #dbe4f0;
    font-size: 1.05rem;
    line-height: 1.55;
}

.tm-hero-search {
    max-width: 760px;
    margin: 20px 0 18px;
}

.tm-hero-search .input-group {
    background: #fff;
    padding: 6px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.tm-hero-search .input-group-text,
.tm-hero-search .form-control,
.tm-hero-search .btn {
    border: 0;
    border-radius: 14px !important;
}

.tm-hero-search .input-group-text {
    background: #f3f4f6;
    color: #64748b;
}

.tm-hero-search .form-control:focus {
    box-shadow: none;
}

.tm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.tm-hero-actions .btn {
    border-radius: 999px;
    font-weight: 950;
}

.tm-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-trust-row div {
    min-width: 136px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    padding: 12px 14px;
    backdrop-filter: blur(10px);
}

.tm-trust-row strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 980;
    line-height: 1;
    color: #facc15;
}

.tm-trust-row span {
    color: #e5e7eb;
    font-size: .82rem;
    font-weight: 700;
}

.tm-hero-panel {
    display: grid;
    gap: 14px;
}

.tm-panel-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}

.tm-internet-card {
    background:
        radial-gradient(circle at top right, rgba(250,204,21,.20), transparent 30%),
        rgba(255,255,255,.13);
}

.tm-mini-label,
.tm-plan-badge {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(250,204,21,.16);
    color: #facc15;
    font-weight: 950;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 10px;
}

.tm-panel-card h3,
.tm-panel-card h4 {
    font-weight: 950;
    letter-spacing: -.8px;
    margin-bottom: 8px;
}

.tm-panel-card p {
    color: #dbe4f0;
    margin-bottom: 14px;
}

.tm-support-mini {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tm-support-mini i {
    font-size: 2.2rem;
    color: #25d366;
}

.tm-support-mini span {
    display: block;
    color: #dbe4f0;
    font-weight: 800;
    font-size: .85rem;
}

.tm-support-mini a {
    color: #facc15;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 950;
}

.tm-section {
    padding: 44px 0;
}

.tm-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.tm-section-heading h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.05;
    font-weight: 980;
    letter-spacing: -1.2px;
    color: #0f172a;
}

.tm-link-arrow {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 950;
}

.tm-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.tm-category-tile {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 136px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: var(--shadow-soft);
    transition: all .22s ease;
}

.tm-category-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
    border-color: rgba(36,87,230,.25);
}

.tm-category-tile i {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: var(--color-primary);
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.tm-category-tile strong {
    color: #0f172a;
    font-weight: 950;
}

.tm-category-tile span {
    color: #64748b;
    font-size: .86rem;
}

.tm-category-internet {
    background: linear-gradient(135deg, #071426 0%, #10294a 100%);
}

.tm-category-internet strong,
.tm-category-internet span { color: #fff; }
.tm-category-internet i { background: rgba(250,204,21,.18); color: #facc15; }

.tm-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(248,180,0,.18), transparent 32%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    box-shadow: var(--shadow-card);
}

.tm-cta-box h2 {
    font-weight: 980;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.tm-cta-box p {
    color: #d1d5db;
    margin: 0;
}

.tm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 260px;
    justify-content: flex-end;
}

.tm-cta-actions .btn {
    border-radius: 999px;
    font-weight: 950;
}

.tm-search-card-v2 {
    margin-top: 0;
}

.tm-card-featured {
    position: relative;
    border: 2px solid rgba(248,180,0,.75) !important;
}

.tm-featured-ribbon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-2) 100%);
    color: #070d1a;
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 950;
    font-size: .75rem;
    box-shadow: 0 12px 24px rgba(0,0,0,.15);
}

.tm-plans-section {
    background: #eef2ff;
}

.tm-plan-card {
    height: 100%;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: var(--shadow-soft);
    transition: all .22s ease;
}

.tm-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.tm-plan-card.featured {
    border: 2px solid var(--color-accent);
}

.tm-plan-card h3 {
    font-size: 2rem;
    font-weight: 980;
    letter-spacing: -1px;
    color: #0f172a;
}

.tm-plan-card p,
.tm-plan-card li {
    color: #64748b;
}

.tm-plan-card ul {
    padding-left: 18px;
    margin: 16px 0 22px;
}

.tm-plan-card li {
    margin-bottom: 8px;
}

.tm-plan-badge.hot {
    background: #fef3c7;
    color: #92400e;
}

.tm-plan-badge.premium {
    background: #ede9fe;
    color: #6d28d9;
}

@media (max-width: 991px) {
    .tm-hero-grid {
        grid-template-columns: 1fr;
    }

    .tm-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-cta-actions {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .tm-hero-v2 {
        padding: 28px 0 36px;
    }

    .tm-hero-copy h1 {
        font-size: 2rem;
        letter-spacing: -1.2px;
    }

    .tm-hero-copy p {
        font-size: .95rem;
    }

    .tm-hero-search .input-group {
        display: block;
        padding: 8px;
    }

    .tm-hero-search .input-group-text {
        display: none;
    }

    .tm-hero-search .form-control,
    .tm-hero-search .btn {
        width: 100%;
        margin-top: 8px;
    }

    .tm-hero-actions .btn,
    .tm-cta-actions .btn {
        width: 100%;
    }

    .tm-trust-row div {
        flex: 1 1 100%;
    }

    .tm-category-grid {
        grid-template-columns: 1fr;
    }

    .tm-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tm-cta-box {
        padding: 22px;
    }
}

.image-preview-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.image-preview-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #f9fafb;
    padding: 8px;
}

.image-preview-label {
    padding: 8px 10px;
    font-size: 0.82rem;
    font-weight: 900;
    text-align: center;
    color: #111827;
    background: #fef3c7;
}

.product-card .card-body {
    padding: 20px !important;
}

.detail-thumbs{
    display:flex;
    gap:10px;
    padding:14px;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    overflow-x:auto;
}

.detail-thumb-btn{
    width:78px;
    height:78px;
    border:2px solid #e5e7eb;
    border-radius:12px;
    background:#fff;
    padding:5px;
    flex:0 0 auto;
    cursor:pointer;
}

.detail-thumb-btn:hover{
    border-color:#2457e6;
}

.detail-thumb-btn img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* =========================================================
   LOGIN TIGREMARKET - FONDO COMPLETO
========================================================= */

.login-page {
    min-height: 100vh;
    background: #070d1a;
}

.login-hero {
    position: relative;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    padding: 42px 0;

    background-color: #070d1a;
    background-image: url("../img/tigre.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.login-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 0, 0, 0.02) 55%,
        rgba(0, 0, 0, 0.15) 100%
    );
    pointer-events: none;
}

.login-container {
    position: relative;
    z-index: 2;
}

.login-layout {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: clamp(0px, 1.5vw, 24px);
}

.login-panel {
    width: 100%;
    max-width: 460px;
    padding: 42px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(10px);
}

.login-panel h1 {
    color: #111827;
    font-weight: 950;
    letter-spacing: -0.7px;
}

.login-panel .form-label {
    color: #1f2937;
    font-weight: 800;
}

.login-panel .form-control {
    min-height: 56px;
    border-radius: 13px;
    border: 1px solid #dbe1ea;
    background: #ffffff;
    padding: 13px 15px;
}

.login-panel .form-control:focus {
    border-color: #2457e6;
    box-shadow: 0 0 0 4px rgba(36, 87, 230, 0.12);
}

.login-panel .btn-main {
    min-height: 56px;
    border-radius: 13px;
}

.login-google-btn {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-weight: 650;
}

.login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-size: 0.92rem;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d1d5db;
}

.login-divider span {
    white-space: nowrap;
}

.login-register-text {
    color: #111827;
}

/* TABLET */
@media (max-width: 991px) {
    .login-hero {
        padding: 32px 22px;
        background-position: 43% center;
    }

    .login-panel {
        max-width: 420px;
        padding: 34px;
    }
}

/* CELULAR */
@media (max-width: 767px) {
    .login-hero {
        min-height: auto;
        display: block;
        padding: calc(56.25vw + 18px) 14px 28px;

        background-color: #070d1a;
        background-image: url("../img/tigre.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .login-hero::before {
        display: none;
    }

    .login-layout {
        justify-content: center;
    }

    .login-panel {
        width: 100%;
        max-width: 520px;
        padding: 28px 22px;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
    }
}

/* CELULARES PEQUEÑOS */
@media (max-width: 480px) {
    .login-hero {
        padding: calc(56.25vw + 12px) 10px 20px;
    }

    .login-panel {
        padding: 24px 18px;
        border-radius: 17px;
    }

    .login-panel h1 {
        font-size: 1.55rem;
    }

    .login-panel .form-control {
        min-height: 52px;
        font-size: 16px;
    }

    .login-panel .btn-main,
    .login-google-btn {
        min-height: 50px;
    }

    .login-divider {
        gap: 7px;
        font-size: 0.78rem;
    }

    .login-register-text {
        font-size: 0.92rem;
    }
}

/* =========================================================
   COMPLETAR TELÉFONO
========================================================= */

.phone-complete-page {
    min-height: calc(100vh - 48px);
    display: grid;
    place-items: center;
    padding: 36px 16px;
    background:
        radial-gradient(circle at 15% 10%, rgba(36, 87, 230, .28), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(248, 180, 0, .18), transparent 24%),
        linear-gradient(135deg, #070d1a 0%, #101827 100%);
}

.phone-complete-card {
    width: 100%;
    max-width: 520px;
    padding: 42px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
    text-align: center;
}

.phone-complete-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 20px;
    background: #fff7df;
    font-size: 2rem;
}

.phone-step-badge {
    display: inline-flex;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.phone-complete-card h1 {
    margin-bottom: 10px;
    color: #111827;
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    font-weight: 950;
    letter-spacing: -.8px;
}

.phone-complete-card > p {
    max-width: 420px;
    margin: 0 auto 26px;
    color: #64748b;
    line-height: 1.55;
}

.phone-complete-card form {
    text-align: left;
}

.phone-complete-card .iti {
    width: 100%;
}

.phone-complete-card .iti__country-container {
    border-radius: 13px 0 0 13px;
}

.phone-complete-card .form-control {
    width: 100%;
    min-height: 56px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
}

.phone-complete-card .btn-main {
    min-height: 54px;
    margin-top: 8px;
}

.phone-error {
    min-height: 22px;
    padding-top: 6px;
    color: #dc2626;
    font-size: .86rem;
    font-weight: 700;
}

.phone-privacy {
    display: block;
    margin-top: 18px;
    color: #64748b;
}

@media (max-width: 576px) {
    .phone-complete-page {
        padding: 22px 12px;
    }

    .phone-complete-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .phone-complete-icon {
        width: 58px;
        height: 58px;
        border-radius: 17px;
    }
}

/* =========================================================
   TIGREMARKET — CORRECCIONES RESPONSIVE
   Pegar al FINAL de assets/css/app.css
========================================================= */

/* Evita desbordamientos causados por imágenes o filas de Bootstrap. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

/* La imagen de detalle conserva su proporción natural.
   Antes tenía 520px fijos y generaba grandes espacios blancos. */
.detail-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(70vh, 680px);
    padding: 0;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    /* Ritmo vertical más compacto y cómodo en móvil. */
    .detail-wrapper {
        padding: 14px 0 24px;
    }

    .detail-wrapper .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .detail-card {
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
    }

    /* La publicidad horizontal llena el ancho sin crear un lienzo alto. */
    .detail-image {
        width: 100%;
        height: auto;
        max-height: none;
        padding: 0;
        object-fit: contain;
        border-bottom: 1px solid #e5e7eb;
    }

    .detail-no-image {
        height: 240px;
    }

    .detail-thumbs {
        gap: 8px;
        padding: 10px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .detail-thumb-btn {
        width: 64px;
        height: 64px;
        border-radius: 10px;
    }

    .detail-card .card-body {
        padding: 20px 16px !important;
    }

    .detail-title {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

    .detail-price {
        font-size: 1.65rem;
        line-height: 1.1;
    }

    .info-box {
        padding: 14px;
        border-radius: 12px;
    }

    .interest-card {
        position: static;
        margin-top: 14px;
        border-radius: 18px;
    }

    /* Botones accesibles para uso táctil. */
    .detail-wrapper .btn,
    .interest-card .btn {
        min-height: 48px;
    }

    .share-actions {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .btn-share {
        min-height: 44px;
        padding: 10px 8px;
    }
}

@media (max-width: 374.98px) {
    .detail-wrapper .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .detail-card .card-body {
        padding: 18px 14px !important;
    }

    .share-actions {
        grid-template-columns: 1fr;
    }
}

/* Respeta a usuarios que reducen las animaciones del sistema. */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
