

@keyframes loader{
  from {
    transform: rotate(360deg);
  }
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.game-section{
    display: flex;
}

.slider:before{
    content: "" ;
    height: 100%;
    width: 20px;
    position: absolute;
    background: var(--background-navbar);
    filter: blur(14px);
    left: 0;
    top: 0;
    z-index: 999;
}

.slider:after{
    content: "" ;
    height: 100%;
    width: 20px;
    position: absolute;
    background: var(--background-navbar);
    filter: blur(20px);
    right: 0;
    top: 0;
    z-index: 999;
}

.slider .carousel .fixed-width {
    width: 1882px;
    position: absolute;
    left: 50%;
    margin-left: -941px;
}

.slider .arrow {
    transition: all .2s ease;
    position: absolute;
    transform: rotate(-180deg);
    z-index: 2;
    left: calc(50% - 12px);
}

.slider .carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 72px;
}

.slider .carousel .scroll {
    width: 9999px;
    position: relative;
}

.slider .carousel .user {
    width: 72px;
    height: 72px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
	transition: .5s;
}

.slider .carousel .user .summ {
    text-align: center;
    height: 60px;
}

.slider .carousel .user .summ b {
    padding-top: 10px;
    display: inline-block;
}

.slider .carousel .user .summ p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 25px;
    background: #545c73;
    border-radius: 0px 0px 5px 5px;
    line-height: 25px;
    cursor: default;
}

.slider .carousel .user .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.slider .carousel .user .color {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 5px 5px;
}

.jackpot-hits {
    padding: 0 35px; 
}

.info-block{
    background: var(--background-navbar);
    border-radius: 15px;
    height: 100%;
}

.jackpot-hits .items-6 .item {
    width: calc(16.66% - 15px)
}

.jackpot-hits .items-5 .item {
    width: calc(20% - 15px)
}

.jackpot-hits .items-1 .item,.jackpot-hits .items-2 .item,.jackpot-hits .items-3 .item,.jackpot-hits .items-4 .item {
    width: calc(25% - 15px)
}

.jackpot-hits .item {
    color: #fff;
    z-index: 2;
    transition: all .2s ease;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 6px;
    cursor: pointer;
    position: relative;
    background: #1a1d26;
    width: 90px;
    border-radius: 14px;
    padding: 14px 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.jackpot-hits .item .user {
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jackpot-hits .item .user img {
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jackpot-hits .item .hit {
    font-size: 13px;
    font-weight: 600;
    margin: 2px;
}

.jackpot-hits .item.current {
    color: #fff;
    background: rgba(212, 160, 74, 0.15);
    border-color: rgba(212, 160, 74, 0.3);
}

@media (max-width: 820px) {
    .jackpot-hits {
        padding:10px 30px
    }
}

@media (max-width: 820px) {
    .jackpot-hits .item .hit {
        font-size: 10px;
    }
}

.circle {
    text-align: center;
    height: 400px;
    width: 400px;
    display: block;
    position: relative;
    margin: 20px 0;
}

.fix-circle {
    position: relative;
    z-index: 2;
    /* transform: rotateY(-180deg); */
}

.circle_jackpot {
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 400px;
    transition: all 0 ease 0;
    transform: rotate(0deg)
}

.time .spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 10;
    bottom: 0;
    display: block;
    margin: auto;
    width: 0px;
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.1, 0.3, 0, 1);
    transition: -webkit-transform 4s cubic-bezier(0.1, 0.3, 0, 1);
    -o-transition: transform 4s cubic-bezier(0.1, 0.3, 0, 1);
    transition: transform 4s cubic-bezier(0.1, 0.3, 0, 1);
    transition: transform 4s cubic-bezier(0.1, 0.3, 0, 1), -webkit-transform 4s cubic-bezier(0.1, 0.3, 0, 1);
}

.time .spinner svg {
    display: block;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 1;
    position: relative;
    bottom: 20px;
    width: 35px;
    height: 35px;
    right: calc(35px / 2);
}

.time .block {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px rgba(25, 29, 36, 0.20);
    border-radius: 100%;
    z-index: 1;
}

.avatars {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
}
.avatars .avatar {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(19deg);
}
.avatars .avatar img {
    display: table;
    margin: 0 auto;
    width: 35px;
    border-radius: 50%;
    margin-top: 18px;
}

.time .block .line {
    width: 150px;
    height: 2px;
    background: rgba(255, 255, 255, 0.05);
    margin: 10px;
}

.winner-block {
    position: absolute;
    z-index: 5;
}

#carousel .carousel-inner .carousel-item{
    overflow: hidden;
    padding-bottom: 7px;
}

#carousel .carousel-inner {
    overflow-x: scroll ;
}

#carousel .carousel-inner::-webkit-scrollbar{
    height: 4px;
}

#carousel .carousel-inner::-webkit-scrollbar-thumb{
    border-radius: 15px;
    background: rgba(23, 24, 31, .45);
    width: 25%;
}

.chance-item{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #DADADA;
    font-size: 13px;   
    opacity: 0.90;    
    transition: .2s ease-in-out;
    overflow: hidden;
}

.jackpot-hits .item .user::before{
    display: none;
}

.jackpot-hits .item .user .chance-item{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    padding: 3px 0;
    border-radius: 0 0 12px 12px;
}

.jackpot-hits .item .user .chance-item div{
    display: flex;
    justify-content: center;
}

.jackpot-hits .item .user .chance-item span{
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.jackpot-hits .item:hover{
    background: #22262f;
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.jackpot-hits .item:first-child{
    margin-left: 0;
}

.jackpot-hits .item img{
    transition: .2s ease-in-out;
}

.carousel-item-bet-wrapper{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.carousel-item-bet{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.carousel-item-bet-wrapper span{
    display: flex;
    align-items: center;
}

.carousel-item-bet-wrapper span img {
    width: 12px;
    height: 12px;
    opacity: 0.6;
}

.preload-carousel-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 20px 0;
}

.info-jack-block-wrapper .avatar-user-wrapper{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color-20);
    border-radius: 15px;
    overflow: hidden;
}

.info-jack-block-wrapper .avatar-user-wrapper img{
    width: 100%;
}

.info-jack-block-wrapper .user{
    display: flex;
    align-items: center;
}

.info-jack-block-wrapper {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.info-jack-block-wrapper::after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 88px);
    height: 176px;
    width: 150px;
    background-image: url("/img/energy.svg");
    background-repeat: no-repeat;
}

.info-jack-block-wrapper .info-user .title{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.info-jack-wrapp{
    margin: 30px 40px;
}

.info-jack-block-wrapper .info-user{
    margin-left: 14px;
}

.info-jack-block{
    margin-top: 18px;
}

.info-jack-block-wrapper .info-user .secondary-title{
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-jack-block-wrapper .info-user .secondary-title svg path{
    fill: #B3ADD9;
}

.lucky-day-wrpaper::before{
    content: "";
    width: 145px;
    height: 13px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: var(--main-color);
    filter: blur(50px);
    opacity: .8;
}

.lucky-day-wrpaper .title div{
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.lucky-day-wrpaper .title{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.lucky-day-wrpaper .text{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 0.7;
    margin-top: 5px;
}

.top-players-wrpaper::before{
    content: "";
    width: 93px;
    height: 90px;
    left: 50px;
    top: -64px;
    position: absolute;
    background: rgb(234, 150, 72);
    filter: blur(40px);
    opacity: .2;
}

.top-players-wrpaper .title div{
    width: 18px;
    height: 18px;
    background: rgba(234, 150, 72, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.top-players-wrpaper .title{
    color: rgb(234, 150, 72);
}

.top-players-info-wrapper .top-player{
    margin-top: 14px;
}

.top-info-content-wrapper{
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sum-bets-room{
    background: var(--main-color);
    position: absolute;
    right: 10px;
    top: -11px;
    border-radius: 8px;
    padding: 2px 6px;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.sum-bets-room.active{
    right: 14px;
    opacity: 1;
    pointer-events: visible;
}

.button-group__content .isActive .sum-bets-room{
    pointer-events: none;
    right: 10px;
    opacity: 0;
}

.stats-bet .bet-info-wrapp{
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.stats-bet .bet-info-wrapp::before{
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: calc(50% - 125px);
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(45deg);
    z-index: 1;
}

.stats-bet .bet-info-wrapp .bet-number-wrapp{
    padding: 9px 18px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px dashed #fff;
}

.stats-bet .bet-info-wrapp .bet-chance-wrapp{
    padding: 9px 18px;
    border-radius: 15px;
    background: var(--main-color-10);
    color: var(--main-color);
    border: 1px dashed var(--main-color);
}

.stats-round-block{
    display: flex;
    align-items: center;
}

.stats-round-block .name-room:first-letter{
    text-transform: uppercase;
}

.timer-round .timer-wrapper{
    width: max-content;
    margin: 0 auto;
}

.top-stats-round-wrapper .timer-round .title {
    color: rgba(255, 255, 255, .6);
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
}

.top-stats-round-wrapper .timer-round {
    font-size: 14px;
    width: 33%;
}

.timer-wrapper .value{
    color: #D4A04A;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-shadow: 0 0 15px rgba(212, 160, 74, 0.3);
}

/* Timer / Waiting states */
.timer-wrapper .timer-content,
.timer-wrapper .waiting-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-wrapper .timer-content.hidden,
.timer-wrapper .waiting-content.hidden {
    display: none;
}

.timer-wrapper .waiting-text {
    font-size: 20px;
    font-weight: 600;
    color: #6B7280;
    animation: jackpot-waiting-pulse 2s ease-in-out infinite;
}

.timer-wrapper .title-game {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

@keyframes jackpot-waiting-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

/* Hide loader animation */
.slider .winner-stats-wrapp .loader {
    display: none !important;
}

.top-stats-round-wrapper .stats-round .stats-round-block .value{
    font-size: 30px;
    font-weight: 500;
}

.top-stats-round-wrapper .stats-round .stats-round-block p{
    font-weight: 400;
}

.top-stats-round-wrapper .stats-round .players-round .value{
    color: var(--main-color);
}

.top-stats-round-wrapper .stats-round .players-round::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--main-color);
    opacity: 0.5;
    filter: blur(108px);
}

.top-stats-round-wrapper .stats-round .bank-round::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--green);
    opacity: 0.5;
    filter: blur(108px);
}

.top-stats-round-wrapper .stats-round .bank-round .value{
    color: var(--green);
}

.top-stats-round-wrapper .line-arrow{
    display: none;
}

.top-stats-round-wrapper .line-arrow::before{
    display: none;
}

.jack-arrow-wrapp{
    height: 0;
    width: 100%;
    z-index: 99;
    position: relative;
}

.jack-arrow-wrapp .jack-arrow{
    position: absolute;
    width: 0;
    left: calc(50% - 7px);
    top: -1px;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 14px solid var(--main-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jack-arrow-wrapp .jack-arrow.visible{
    opacity: 1;
}

.bottom-stats-round-wrapper{
    padding: 0px 24px;
    display: flex;
    justify-content: space-between;
}

.top-stats-round-wrapper .your-stats{
    display: flex;
    align-items: center;
}

.top-stats-round-wrapper .your-stats .your-stats-item{
    margin-left: 12px;
    color: #CED5E3;
    display: flex;
    font-weight: 600;
}

.top-stats-round-wrapper .your-stats .your-stats-item img{
    margin-right: 6px;
}

.top-stats-round-wrapper .your-stats .your-stats-item span{
    color: var(--main-color);
    margin-left: 4px;
    font-weight: 400;
}

.top-stats-round-wrapper .your-stats .your-stats-item:first-child{
    margin-left: 0;
}

.info-jack-block-wrapper .winner-cash{
    display: flex;
    color: var(--main-color);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
}

.lucky-day .winner-cash{
    color: var(--main-color);
}

.top-container-wrapp{
    margin-bottom: 24px;
    margin-top: 40px;
}

.bet-component .number-round-wrapp{
    width: 100%;
    display: flex;
    border-radius: 15px;
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    background: var(--background-navbar);
    font-size: 14px;
    margin-top: 14px;
}

.bet-component .number-round-wrapp .number-round{
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.6);
}

.bet-component .number-round-wrapp a{
    color: #fff;
    opacity: 0.3;
}

.bet-component .number-round-wrapp .number-round .text{
    display: flex;
    align-items: center;
    gap: 6px;
}

.bet-component .number-round-wrapp .number-round .text img{
    width: 18px;
    height: 18px;
}

.jack-bets-wrapp .flex-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #DADADA;
}

.stats-round .stats-round-block:last-child{
    justify-content: end;
    text-align: end;
}

.jack-bets-wrapp .flex-row div{
    display: flex;
    justify-content: center;
}

.jack-bets-wrapp .flex-row div:first-child{
    justify-content: start;
}

.slider .winner-stats-wrapp{
    width: 100%;
    margin-top: 14px;
}

.slider .winner-stats-wrapp .loader{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slider .winner-stats-wrapp .loader img{
    animation: loader 3s linear infinite;
    width: 28px;
}

.slider .winner-stats{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    gap: 8px;
}

.slider .winner-stats .winner-badge {
    font-size: 11px;
    font-weight: 700;
    color: #D4A04A;
    letter-spacing: 1px;
    padding: 6px 14px;
    background: rgba(212, 160, 74, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(212, 160, 74, 0.2);
}

.slider .winner-stats .winner-user{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.slider .winner-stats .winner-user .name{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.slider .winner-stats .winner-user .winner-chance-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 400;
}

.slider .winner-stats .winner-user .winner-chance-label .chance {
    color: #D4A04A;
    font-weight: 600;
}

/* Jackpot Main Layout */
.jackpot-main-layout {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    align-items: stretch;
}

.jackpot-main-layout .game-component {
    flex: 1;
    min-width: 0;
}

.jackpot-main-layout .game-component .info-block {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    height: 420px;
    overflow: hidden;
}

/* Jackpot Sidebar Wrapper */
.jackpot-sidebar-wrapper {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Jackpot Betting Sidebar - wheel-like style */
.jackpot-betting-sidebar {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #161922 !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: hidden !important;
}

@media (max-width: 1100px) {
    .jackpot-main-layout {
        flex-direction: column;
    }
    .jackpot-sidebar-wrapper {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

.jackpot-betting-sidebar .bet-section {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 20px 20px 16px !important;
    border: none !important;
}

.jackpot-betting-sidebar .section-label {
    font-size: 11px !important;
    color: #6B7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 14px !important;
    font-weight: 600 !important;
}

/* Bet Input */
.jackpot-betting-sidebar .bet-input-group {
    display: flex !important;
    align-items: center !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: border-color 0.2s ease !important;
    gap: 0 !important;
}

.jackpot-betting-sidebar .bet-amount-input {
    flex: 1 !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 14px 16px !important;
    outline: none !important;
}

.jackpot-betting-sidebar .bet-amount-input::placeholder {
    color: #4B5563 !important;
}

.jackpot-betting-sidebar .bet-quick-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding-right: 10px !important;
    flex-shrink: 0 !important;
}

.jackpot-betting-sidebar .quick-btn {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    color: #9CA3AF !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.jackpot-betting-sidebar .quick-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.jackpot-betting-sidebar .quick-btn:active {
    transform: scale(0.95) !important;
}

/* Place Bet Button */
.jackpot-betting-sidebar .place-bet-btn {
    background: var(--main-color);
    border: none !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: calc(100% - 40px) !important;
    margin: 4px 20px 14px !important;
    transition: all 0.25s ease !important;
}

.jackpot-betting-sidebar .place-bet-btn:hover {
    filter: brightness(1.03) !important;
}

/* Round Row */
.jackpot-round-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.jackpot-round-row .round-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.jackpot-round-row .round-info img {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.jackpot-round-row .round-info #gameId {
    color: #fff;
    font-weight: 600;
}

.jackpot-round-row .history-btn {
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.jackpot-round-row .history-btn:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* Jackpot Info Block / Lucky Day */
.jackpot-info-block {
    flex: 1;
    background: #161922;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px;
}

.lucky-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lucky-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(245, 158, 11, 0.08) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lucky-icon svg {
    filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.3));
}

.lucky-titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lucky-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.lucky-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.lucky-winner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 12px;
}

.lucky-avatar {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lucky-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lucky-avatar img[src=""] {
    display: none;
}

.lucky-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lucky-name {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.lucky-amount {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
}