* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #14221d;
    background: #f4f7f4;
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

img {
    display: block;
    max-width: 100%;
}

.lite-header {
    position: sticky;
    top: 0;
    z-index: 20;
    color: #fff;
    background: #0f2a20;
    border-bottom: 1px solid rgba(200, 153, 61, 0.38);
    box-shadow: 0 6px 18px rgba(10, 28, 22, 0.18);
}

@media (min-width: 681px) and (hover: hover) {
    body.header-auto-hide .lite-header {
        transition: transform 0.22s ease, box-shadow 0.22s ease;
        will-change: transform;
    }

    body.header-auto-hide.header-hidden .lite-header {
        transform: translateY(calc(-100% + 8px));
        box-shadow: 0 8px 18px rgba(10, 28, 22, 0.12);
    }

    body.header-auto-hide.header-hidden .lite-header:hover,
    body.header-auto-hide.header-hidden .lite-header:focus-within,
    body.header-auto-hide.header-revealed .lite-header {
        transform: translateY(0);
    }
}

.lite-top,
.lite-brand-row,
.lite-container {
    width: min(900px, calc(100% - 16px));
    margin: 0 auto;
}

.lite-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 800;
}

.visitor-online,
.visitor-today {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.lite-top [data-live-clock],
.visitor-online,
.visitor-today,
[data-visitor-online],
[data-visitor-today] {
    font-variant-numeric: tabular-nums;
}

.lite-top .topline-online {
    justify-content: flex-end;
    min-width: 72px;
    white-space: nowrap;
}

[data-visitor-online],
[data-visitor-today] {
    display: inline-block;
    min-width: 2ch;
    text-align: center;
}

.lite-brand-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0 13px;
}

.lite-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: clamp(19px, 4.6vw, 28px);
    font-weight: 950;
    line-height: 1.08;
}

.lite-brand span:last-child {
    overflow: visible;
    display: block;
    text-overflow: clip;
    white-space: nowrap;
}

.lite-mark {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(200, 153, 61, 0.58);
    border-radius: 8px;
    background: #0b6b4e;
    color: #fff;
    font-size: 21px;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lite-normal,
.lite-button,
.lite-tool-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 1px solid rgba(200, 153, 61, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.lite-tabs {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(16, 33, 29, 0.2);
    background: #fff;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.lite-tabs::-webkit-scrollbar {
    display: none;
}

.lite-tabs a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 24px;
    border-right: 1px solid #e8ecea;
    background: #fff;
    color: #3d4945;
    font-size: 17px;
    font-weight: 950;
}

.lite-tabs a.active {
    color: #0b6b4e;
    box-shadow: inset 0 -4px 0 #c99a2d;
}

.lite-container {
    padding: 12px 0 24px;
}

.lite-tools {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0 10px;
    border-bottom: 1px solid #e3ece7;
}

.lite-tools strong,
.lite-tools span {
    display: block;
}

.lite-tools strong {
    font-size: clamp(17px, 4vw, 22px);
    line-height: 1.15;
    font-weight: 900;
    white-space: nowrap;
}

.lite-tools span {
    margin-top: 1px;
    color: #64746c;
    font-size: 13px;
}

.lite-tool-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-end;
}

.lite-tool-actions a {
    min-height: 32px;
    border-color: #d8e4df;
    background: #fff;
    color: #0f4f3b;
    font-size: 12px;
    padding: 6px 10px;
}

.lite-list {
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid #e7eeeb;
    background: #fff;
}

.lite-item {
    border-bottom: 1px solid #e7eeeb;
    background: #fff;
}

.lite-summary {
    width: 100%;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.lite-thumb,
.lite-thumb-fallback {
    width: 82px;
    height: 62px;
    border-radius: 6px;
}

.lite-thumb-stack {
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}

.lite-thumb {
    overflow: hidden;
    background: #eaf2ee;
}

.lite-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lite-thumb-fallback {
    display: grid;
    place-items: center;
    background: #eaf2ee;
    color: #0f4f3b;
    font-size: 16px;
    font-weight: 950;
}

.news-reaction-strip {
    min-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px 5px;
    color: rgba(64, 80, 75, 0.58);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.news-reaction-strip[hidden],
.news-reaction-compact[hidden] {
    display: none !important;
}

.news-reaction-compact {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    opacity: 0.72;
}

.lite-item-body {
    min-width: 0;
}

.lite-title {
    overflow: hidden;
    display: -webkit-box;
    color: #40504b;
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 3vw, 19px);
    line-height: 1.22;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.lite-meta {
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-top: 7px;
    color: #8a9293;
    font-size: clamp(12px, 3vw, 16px);
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lite-expanded {
    display: none;
    margin: 0;
    border: 0;
    border-top: 1px solid #edf2ef;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.lite-item.is-expanded {
    background: #fff;
}

.lite-item.is-expanded .lite-summary {
    display: grid;
}

.lite-item.is-expanded .lite-expanded {
    display: block;
}

.lite-expanded-image {
    display: none;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #eaf2ee;
}

.lite-expanded-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
}

.lite-expanded-body {
    padding: 3px 0 14px;
}

.lite-expanded-body h1 {
    display: none;
    margin: 0;
    color: #344742;
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: clamp(20px, 3.6vw, 26px);
    line-height: 1.18;
    font-weight: 700;
}

.lite-content {
    padding: 0;
    margin-top: 0;
    color: #56615f;
    font-size: clamp(16px, 3.25vw, 19px);
    line-height: 1.62;
}

.lite-content p {
    margin: 0 0 10px;
}

.lite-read-more,
.lite-content a {
    color: #0d6148;
    font-weight: 950;
}

.lite-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(86px, 0.82fr) 48px;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    margin-top: 18px;
}

.lite-actions .lite-button,
.lite-actions .news-reaction-trigger {
    height: 48px;
    min-height: 48px;
    border-radius: 8px;
    font-size: clamp(13px, 2.8vw, 15px);
}

.lite-button.primary {
    color: #fff;
    border-color: #0d6148;
    background: #0d6148;
}

.lite-button.whatsapp {
    color: #fff;
    border-color: #21a956;
    background: #21a956;
    font-weight: 950;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 13px;
    font-size: 0;
    justify-self: end;
}

.wa-chat-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wa-chat-icon svg {
    width: 25px;
    height: 25px;
    display: block;
}

.wa-chat-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-reaction-widget {
    position: relative;
    width: 100%;
    min-width: 0;
}

.news-reaction-trigger {
    width: 100%;
    height: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #b98924;
    border-radius: 7px;
    background: #c99a2d;
    color: #fff;
    font-family: inherit;
    font-size: clamp(13px, 3vw, 17px);
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}

.news-reaction-trigger:hover,
.news-reaction-widget.is-open .news-reaction-trigger {
    background: #ad8120;
    color: #fff;
}

.news-reaction-trigger.is-error {
    background: #fff0f0;
    color: #9c3737;
}

.news-reaction-total {
    min-width: 18px;
    min-height: 18px;
    display: inline-grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.news-reaction-total:empty {
    display: none;
}

.news-reaction-panel {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, minmax(38px, 1fr));
    gap: 6px;
    width: max-content;
    max-width: min(280px, calc(100vw - 28px));
    padding: 7px;
    border: 1px solid #dce8e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(26, 47, 43, 0.15);
    transform: translateX(-50%);
}

.news-reaction-panel[hidden] {
    display: none !important;
}

.news-reaction-option,
.lite-actions .news-reaction-option {
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    border: 1px solid #edf2ef;
    border-radius: 8px;
    background: #f8fbfa;
    color: #465a53;
    font-family: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}

.news-reaction-option:hover,
.news-reaction-option.is-active {
    border-color: rgba(13, 107, 77, 0.36);
    background: #eaf5ef;
    color: #123f30;
}

.news-reaction-symbol {
    font-size: 18px;
    line-height: 1;
}

.news-reaction-count {
    min-height: 12px;
    color: #6e7a75;
    font-size: 11px;
    font-weight: 850;
}

.lite-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding: 14px 0 8px;
}

.lite-pagination a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    color: #fff;
    background: #0d6148;
    font-size: 16px;
    font-weight: 950;
}

.lite-pagination span {
    color: #50615b;
    font-size: 15px;
    font-weight: 950;
}

.lite-empty,
.lite-detail {
    padding: 14px 12px;
    border: 1px solid #dbe5df;
    border-radius: 8px;
    background: #fff;
}

.lite-badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #eaf2ee;
    color: #0f4f3b;
    font-size: 12px;
    font-weight: 950;
}

.lite-detail h1 {
    margin: 0 0 8px;
    color: #344742;
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: clamp(19px, 3.6vw, 25px);
    line-height: 1.15;
    font-weight: 700;
}

.lite-detail-summary {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.lite-detail > .lite-content {
    margin-top: 12px;
}

.lite-detail-image {
    display: none;
    width: 100%;
    max-height: 190px;
    margin: 14px 0 0;
    border-radius: 8px;
    object-fit: cover;
    object-position: top center;
}

.lite-detail .lite-button,
.lite-empty .lite-button {
    color: #fff;
    border-color: #0d6148;
    background: #0d6148;
}

@media (min-width: 681px) {
    .lite-top,
    .lite-brand-row,
    .lite-container {
        width: min(940px, calc(100% - 28px));
    }

    .lite-top {
        padding: 5px 0;
        font-size: 11px;
    }

    .lite-brand-row {
        gap: 12px;
        padding: 9px 0;
    }

    .lite-brand {
        gap: 10px;
        font-size: 19px;
    }

    .lite-mark {
        width: 44px;
        height: 44px;
        border-radius: 9px;
        font-size: 18px;
    }

    .lite-normal {
        min-height: 34px;
        padding: 7px 15px;
        border-radius: 9px;
        font-size: 14px;
    }

    .lite-tabs {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
        padding: 8px max(20px, calc((100% - 900px) / 2));
        border-top: 0;
        background: rgba(247, 250, 249, 0.96);
        box-shadow: 0 8px 18px rgba(18, 38, 32, 0.08);
    }

    .lite-tabs a {
        min-height: 34px;
        margin: 0;
        padding: 0 17px;
        border: 1px solid #dde8e6;
        border-radius: 999px;
        color: #44514e;
        background: #fff;
        font-size: 14px;
        box-shadow: 0 8px 18px rgba(39, 62, 59, 0.05);
    }

    .lite-tabs a.active {
        border-color: rgba(20, 121, 89, 0.28);
        background: #eef8f3;
        color: #0d6b4d;
        box-shadow: inset 0 -3px 0 #c99a2d, 0 12px 24px rgba(24, 105, 78, 0.08);
    }

    .lite-container {
        padding: 14px 0 48px;
    }

    .lite-list {
        border: 1px solid #e2ebe9;
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(29, 51, 48, 0.055);
    }

    .lite-summary {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 15px;
        min-height: 88px;
        padding: 10px 14px;
    }

    .lite-thumb,
    .lite-thumb-fallback {
        width: 104px;
        height: 68px;
        border-radius: 8px;
    }

    .lite-title {
        font-size: 17px;
        line-height: 1.24;
        font-weight: 650;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .lite-meta {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.35;
    }

    .lite-expanded {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .lite-expanded-image {
        border-radius: 12px 0 0 12px;
    }

    .lite-expanded-image img {
        width: 100%;
        height: 100%;
        min-height: 240px;
        max-height: 310px;
        aspect-ratio: auto;
        object-position: top center;
    }

    .lite-expanded-body {
        min-width: 0;
        padding: 8px 8px 12px;
    }

    .lite-expanded-body h1 {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 650;
    }

    .lite-content {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.64;
    }

    .lite-item.is-expanded .lite-content {
        max-width: 880px;
    }

    .lite-actions .lite-button,
    .lite-actions .news-reaction-trigger {
        height: 44px;
        min-height: 44px;
        font-size: 14px;
    }

    .lite-actions .lite-button.whatsapp {
        width: 44px;
        min-width: 44px;
        max-width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .lite-detail {
        max-width: 900px;
        margin: 0 auto;
        padding: 16px 16px 18px;
        border-radius: 12px;
    }

    .lite-detail-summary {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 15px;
    }

    .lite-detail h1 {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 650;
    }

    .lite-detail .lite-content {
        color: #485351;
        font-size: 17px;
        line-height: 1.66;
    }

    .lite-detail-image {
        max-height: 300px;
        border-radius: 12px;
    }
}

@media (min-width: 681px) and (max-width: 900px) {
    .lite-top,
    .lite-brand-row,
    .lite-container {
        width: min(760px, calc(100% - 36px));
    }

    .lite-tabs {
        padding-inline: max(18px, calc((100% - 760px) / 2));
    }

    .lite-item.is-expanded .lite-expanded.has-image {
        display: block;
    }

    .lite-expanded-image img {
        min-height: 220px;
        max-height: 280px;
    }
}

@media (max-width: 520px) {
    .lite-top,
    .lite-brand-row,
    .lite-container {
        width: calc(100% - 14px);
    }

    .lite-brand-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding: 11px 0 12px;
    }

    .lite-mark {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .lite-brand {
        gap: 8px;
        font-size: 18px;
    }

    .lite-normal {
        min-height: 34px;
        padding: 6px 11px;
        font-size: 13px;
    }

    .lite-tabs a {
        min-height: 48px;
        padding: 0 22px;
        font-size: 16px;
    }

    .lite-tools {
        gap: 8px;
        align-items: flex-start;
    }

    .lite-tool-actions {
        flex-shrink: 0;
    }

    .lite-tool-actions a {
        max-width: 126px;
        overflow: hidden;
        padding-inline: 12px;
        text-overflow: ellipsis;
    }

    .lite-summary {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
    }

    .lite-summary {
        padding: 12px 0;
    }

    .lite-expanded-body {
        padding: 3px 0 12px;
    }

    .lite-detail {
        padding: 16px 0;
    }

    .lite-detail-summary {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 390px) {
    .lite-top,
    .lite-brand-row,
    .lite-container {
        width: calc(100% - 12px);
    }

    .lite-summary {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
    }

    .lite-thumb,
    .lite-thumb-fallback {
        width: 82px;
        height: 62px;
    }

    .lite-title {
        font-size: 16px;
    }

    .lite-meta {
        font-size: 12px;
    }

    .lite-expanded-body {
        padding: 10px 8px 14px;
    }

    .lite-actions {
        gap: 10px;
    }
}
