.lottery-container[data-v-79dd0634] {
    width: 1200px;
    margin: 0 auto;
    background: #f5f5f5
}

.loading-container[data-v-79dd0634] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px
}

.loading-text[data-v-79dd0634] {
    font-size: 18px;
    color: #666
}

.no-data[data-v-79dd0634] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    margin: 20px 0
}

.no-data-text[data-v-79dd0634] {
    color: #fffc
}

.header-section[data-v-79dd0634] {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    color: #333;
    margin: 20px;
    position: relative;
    overflow: hidden
}

@keyframes shimmer-79dd0634 {
    0%,to {
        background-position: 200% 0
    }

    50% {
        background-position: -200% 0
    }
}

.period-info[data-v-79dd0634] {
    text-align: center;
    margin-bottom: 35px;
    color: #333;
    display: flex;
    align-content: center;
    line-height: 30px;
    font-size: 16px
}

.period-info .lottery-title[data-v-79dd0634] {
    margin-right: 5px;
    font-size: 17px
}

.period-info .period-time[data-v-79dd0634] {
    margin-left: 3px
}

.period-number[data-v-79dd0634] {
    color: #ff6b6b;
    padding: 0 8px
}

.main-content[data-v-79dd0634] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px
}

.left-section[data-v-79dd0634] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #e0e0e0
}

.right-section[data-v-79dd0634] {
    flex: 0 0 auto;
    width: 350px;
    height: 150px
}

.balls-container[data-v-79dd0634] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.result-balls[data-v-79dd0634] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px
}

.ball-item[data-v-79dd0634] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.ball[data-v-79dd0634] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ball.special[data-v-79dd0634] {
    color: #fff
}

.plus[data-v-79dd0634] {
    font-size: 24px;
    color: #68b0db;
    margin: 0 10px
}

.next-draw[data-v-79dd0634] {
    background: rgba(255,255,255,.1);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    height: 120px
}

.next-info[data-v-79dd0634] {
    text-align: center
}

.next-period[data-v-79dd0634] {
    margin-bottom: 5px
}

.next-period-number[data-v-79dd0634] {
    font-size: 18px;
    color: #ff6b6b
}

.countdown[data-v-79dd0634] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.time-item[data-v-79dd0634] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.time-block[data-v-79dd0634] {
    background: #20b0cd;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.number[data-v-79dd0634] {
    font-size: 20px;
    display: block;
    line-height: 1;
    transition: transform .3s ease
}

.unit[data-v-79dd0634] {
    color: #666
}

.records-section[data-v-79dd0634] {
    background: white;
    margin: 0 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px #0000001a;
    overflow: hidden
}

.records-header[data-v-79dd0634] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: linear-gradient(135deg,#f8f9fa,#e9ecef)
}

.records-header h3[data-v-79dd0634] {
    margin: 0;
    font-size: 24px;
    color: #495057
}

.date-picker[data-v-79dd0634] {
    display: flex;
    align-items: center;
    gap: 10px
}

.date-picker label[data-v-79dd0634] {
    color: #6c757d
}

.date-picker input[data-v-79dd0634] {
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .3s
}

.date-picker input[data-v-79dd0634]:focus {
    outline: none;
    border-color: #667eea
}

.records-table[data-v-79dd0634] {
    overflow-x: auto
}

.table-balls[data-v-79dd0634] {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-items: center;
    overflow-y: auto
}

.table-ball-item[data-v-79dd0634] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px
}

.table-ball[data-v-79dd0634] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1px
}

.table-plus[data-v-79dd0634] {
    font-size: 16px;
    color: #666;
    margin: 0 4px
}

.table-animal[data-v-79dd0634] {
    text-align: center;
    margin-top: 4px
}

.zodiac-label[data-v-79dd0634] {
    font-size: 10px;
    color: #6c757d
}

.zodiac-number[data-v-79dd0634],.tail-number[data-v-79dd0634],.sum-number[data-v-79dd0634] {
    color: #495057
}

.sum-cell[data-v-79dd0634] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px
}

.sum-type[data-v-79dd0634] {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 10px
}

.date-time[data-v-79dd0634] {
    margin-top: 4px
}
