/* Tổng thể */
.lstv-wrapper {
    max-width: 1140px;
}

.lstv-hero {
    background: #fff7e6;
    border-radius: 24px;
}

.lstv-hero-title {
    font-weight: 700;
    color: #6b3600;
}

.lstv-hero-desc {
    color: #5f4b3a;
}

.lstv-year-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lstv-year-number {
    font-size: 80px;
    font-weight: 800;
    color: #f7a51a;
}

.lstv-form {
    border-radius: 24px;
    background: #ffffff;
}

/* Bảng lá số */
.lstv-chart-wrapper {
    border-radius: 24px;
    background: #fffdf7;
    padding: 24px;
}

.lstv-chart-grid {
    position: relative;
    z-index: 1;
}

.lstv-cung-cell {
    border: 1px solid #f0e3cf;
    min-height: 140px;
}

.lstv-cung-inner {
    padding: 8px;
    font-size: 12px;
}

.lstv-cung-title {
    font-weight: 700;
    color: #b56713;
    margin-bottom: 4px;
}

.lstv-cung-stars {
    color: #2f4f4f;
    font-size: 11px;
}

.lstv-cung-note {
    color: #777;
    margin-top: 4px;
}

/* Tam giác mờ ở trung tâm */
.lstv-center-pointer {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}

.lstv-pointer-triangle {
    width: 140px;
    height: 140px;
    background: conic-gradient(from 0deg, rgba(255,165,0,0.18) 0deg, rgba(255,165,0,0.5) 30deg, transparent 30deg);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    filter: blur(1px);
    transform-origin: 50% 75%;
    transform: rotate(-90deg);
    transition: transform 0.25s ease-out;
}

/* Khi hover cung */
.lstv-cung-cell:hover {
    background: #fff6e7;
}

.lstv-cung-cell.active .lstv-cung-title {
    color: #ff8a00;
}

/* Radar mini */
.lstv-radar-svg {
    width: 220px;
    height: 220px;
}

.lstv-radar-bg {
    fill: rgba(255, 193, 7, 0.08);
    stroke: rgba(255, 193, 7, 0.4);
    stroke-width: 1;
}

.lstv-radar-dot {
    fill: #ffb000;
}

/* Mobile */
@media (max-width: 767.98px) {
    .lstv-cung-cell {
        min-height: 120px;
        font-size: 11px;
    }
    .lstv-pointer-triangle {
        width: 120px;
        height: 120px;
    }
}
