.hero-media{position:relative;width:100%;min-height:var(--hero-min-height-desktop, 600px);display:flex;align-items:center;overflow:hidden}@media (max-width: 767px){.hero-media{min-height:var(--hero-min-height-mobile, 500px)}}.hero-media__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-media__background-video,.hero-media__background-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-media__background-video--desktop,.hero-media__background-image--desktop{display:block}@media (max-width: 767px){.hero-media__background-video--desktop,.hero-media__background-image--desktop{display:none}}.hero-media__background-video--mobile,.hero-media__background-image--mobile{display:none}@media (max-width: 767px){.hero-media__background-video--mobile,.hero-media__background-image--mobile{display:block}}.hero-media__video,.hero-media__background-image img,.hero-media__background-image .lazy-image{width:100%;height:100%;object-fit:cover}.hero-media__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--hero-overlay-color, #000);opacity:var(--hero-overlay-opacity, .4);z-index:2}.hero-media__container{position:relative;z-index:3;width:100%;height:100%;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}@media (min-width: 768px){.hero-media__container{padding:40px 60px 0 40px}}.hero-media__text-content{flex:1;color:var(--hero-text-color, #fff);text-align:center;width:100%;max-width:800px}@media (max-width: 767px){.hero-media__text-content{width:100%}}.hero-media__title{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}@media (max-width: 991px){.hero-media__title{font-size:2.5rem}}@media (max-width: 767px){.hero-media__title{font-size:2rem}}.hero-media__description{font-size:1.25rem;line-height:1.6;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 767px){.hero-media__description{font-size:1rem}}.hero-media__description p{margin:0 0 1rem}.hero-media__description p:last-child{margin-bottom:0}.hero-media__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 767px){.hero-media__buttons{flex-direction:column;align-items:stretch}}.hero-media__button{padding:14px 32px;font-size:1rem;text-decoration:none;border-radius:4px;transition:all .3s ease;display:inline-block;text-align:center}@media (max-width: 767px){.hero-media__button{width:100%}}.hero-media__front-media{width:100%;max-width:600px}@media (max-width: 767px){.hero-media__front-media{max-width:100%}}.hero-media__front-video,.hero-media__front-image{width:100%;height:auto;max-height:var(--hero-front-media-max-height, 600px);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.hero-media__front-video,.hero-media__front-image{max-height:none}}.hero-media__front-video img,.hero-media__front-image img{width:100%;height:auto;display:block}.hero-media__front-video--desktop,.hero-media__front-image--desktop{display:block}@media (max-width: 767px){.hero-media__front-video--desktop,.hero-media__front-image--desktop{display:none}}.hero-media__front-video--mobile,.hero-media__front-image--mobile{display:none}@media (max-width: 767px){.hero-media__front-video--mobile,.hero-media__front-image--mobile{display:block}}.hero-media__video-front,.hero-media__front-image img,.hero-media__front-image .lazy-image,.hero-media__front-image .lazy-image__picture{width:100%;height:auto;display:block}.hero-media--layout-center .hero-media__container{flex-direction:column}.hero-media--layout-center .hero-media__text-content{text-align:center}.hero-media--layout-center .hero-media__front-media{max-width:100%;width:100%;margin-top:2rem}.hero-media--layout-left .hero-media__container{flex-direction:row;justify-content:space-between;align-items:center}@media (max-width: 991px){.hero-media--layout-left .hero-media__container{flex-direction:column}}.hero-media--layout-left .hero-media__text-content{text-align:left;max-width:none;flex:1}@media (max-width: 767px){.hero-media--layout-left .hero-media__text-content{text-align:center}}.hero-media--layout-left .hero-media__front-media{flex:1;max-width:var(--hero-front-media-width, 50%)}@media (max-width: 991px){.hero-media--layout-left .hero-media__front-media{max-width:100%}}.hero-media--layout-left .hero-media__description{margin-left:0}@media (max-width: 767px){.hero-media--layout-left .hero-media__description{margin-left:auto;margin-right:auto}}.hero-media--layout-left .hero-media__buttons{justify-content:flex-start}@media (max-width: 767px){.hero-media--layout-left .hero-media__buttons{justify-content:center}}.hero-media--layout-right .hero-media__container{flex-direction:row-reverse;justify-content:space-between;align-items:center}@media (max-width: 991px){.hero-media--layout-right .hero-media__container{flex-direction:column}}.hero-media--layout-right .hero-media__text-content{text-align:right;max-width:none;flex:1}@media (max-width: 767px){.hero-media--layout-right .hero-media__text-content{text-align:center}}.hero-media--layout-right .hero-media__front-media{flex:1;max-width:var(--hero-front-media-width, 50%)}@media (max-width: 991px){.hero-media--layout-right .hero-media__front-media{max-width:100%}}.hero-media--layout-right .hero-media__description{margin-right:0}@media (max-width: 767px){.hero-media--layout-right .hero-media__description{margin-left:auto;margin-right:auto}}.hero-media--layout-right .hero-media__buttons{justify-content:flex-end}@media (max-width: 767px){.hero-media--layout-right .hero-media__buttons{justify-content:center}}.button--primary{background-color:var(--color-button-primary, #000);color:var(--color-button-primary-text, #fff);border:2px solid var(--color-button-primary, #000)}.button--primary:hover{background-color:var(--color-button-primary-hover, #333);border-color:var(--color-button-primary-hover, #333)}.button--secondary{background-color:var(--color-button-secondary, #fff);color:var(--color-button-secondary-text, #000);border:2px solid var(--color-button-secondary, #fff)}.button--secondary:hover{background-color:var(--color-button-secondary-hover, #f0f0f0);border-color:var(--color-button-secondary-hover, #f0f0f0)}.button--outline{background-color:transparent;color:var(--hero-text-color, #fff);border:2px solid var(--hero-text-color, #fff)}.button--outline:hover{background-color:var(--hero-text-color, #fff);color:var(--hero-overlay-color, #000)}.product-item span,.product-item label{color:#fff!important}.product-item .product-form{display:flex;justify-content:space-between}.product-item .product-price{margin-top:-5px;display:flex!important;flex-direction:column;font-family:oswald,sans-serif!important;font-size:22px}.product-item .product-price--original{color:#ffde3e!important}@media (max-width: 767px){.product-item .product-price{font-size:18px;margin-top:5px}}.product-item .product-form__price{display:flex!important;align-items:center!important;margin-bottom:0!important}.product-item .product-variant__name{display:none!important}.product-item .product-variant__container--radio{justify-content:space-between}.product-item button{background-color:#ffde3e}@media (max-width: 767px){.product-item button{font-size:12px;padding:10px}}@media (max-width: 474px){.product-item button{font-size:12px;padding:10px 0!important}}.product-item button span{color:#000!important;text-transform:uppercase;font-family:oswald,sans-serif!important}.product-item .product-item__title{text-transform:uppercase}.product-item .product-item__title span{font-size:18px;font-family:oswald,sans-serif!important}@media (max-width: 767px){.product-item .product-item__title span{font-size:14px;padding:2px 5px}}.product-item .product-variant__item--radio input:hover:not([disabled])+label,.product-item .product-variant__item--radio input:checked+label{background-color:#ffde3e;color:#000!important;font-weight:600;font-family:oswald,sans-serif!important}.product-variant__label,.product-item span,.product-item label{border-color:#fff!important}.banner-features{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.banner-features__media,.banner-features__video,.banner-features__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.banner-features__video-element,.banner-features__image-element{width:100%;height:100%;object-fit:cover}.banner-features__video--mobile,.banner-features__image--mobile{display:block}.banner-features__video--desktop,.banner-features__image--desktop{display:none}@media (min-width: 768px){.banner-features__video--mobile,.banner-features__image--mobile{display:none}.banner-features__video--desktop,.banner-features__image--desktop{display:block}}.banner-features__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--banner-overlay-color);opacity:var(--banner-overlay-opacity);pointer-events:none}.banner-features__content{position:relative;z-index:2;padding:3rem 2rem;width:100%}.banner-features--full-width .banner-features__content{max-width:100%}.banner-features__text-wrapper{color:var(--banner-text-color);max-width:800px;margin:0 auto}.banner-features__title{font-weight:700;line-height:1.2;margin:0 0 1.5rem}.banner-features__description{line-height:1.6;margin:0 0 2rem;opacity:.95}.banner-features__description p{margin:0}.banner-features__list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.banner-features__list-item{display:flex;align-items:flex-start;gap:1rem;font-size:1.125rem;line-height:1.6}.banner-features__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:.1rem}.banner-features__icon svg{width:100%;height:100%;color:var(--banner-text-color)}.banner-features__icon--default svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.banner-features__text{flex:1}.banner-features__button-wrapper{margin-top:2.5rem}.banner-features__button-wrapper .button{min-width:200px}@media (max-width: 767px){.banner-features__content{padding:2rem 1.5rem}.banner-features__title{font-size:clamp(28px,8vw,48px)!important}.banner-features__description{font-size:clamp(14px,4vw,18px)!important}.banner-features__list-item{font-size:1rem}.banner-features__icon{width:24px;height:24px}}@media (min-width: 768px){.banner-features__content{padding:4rem 3rem}.banner-features__list{gap:1.25rem}.banner-features__list-item{font-size:1.25rem}}.banner-features__text-wrapper[style*="text-align: center"] .banner-features__list{align-items:center}.banner-features__text-wrapper[style*="text-align: right"] .banner-features__list{align-items:flex-end}.banner-features__text-wrapper[style*="text-align: left"] .banner-features__list{align-items:flex-start}.banner-features__text-wrapper[style*="text-align: center"] .banner-features__list-item{justify-content:center;text-align:left;max-width:600px}.banner-features__text-wrapper[style*="text-align: right"] .banner-features__list-item{justify-content:flex-end;flex-direction:row-reverse;text-align:right}.how-it-works{width:100%}.how-it-works__header{margin-bottom:3rem}.how-it-works__title{font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:2px}.how-it-works__subtitle{margin:0;line-height:1.6;opacity:.9}.how-it-works__grid{display:grid;gap:3rem;margin-bottom:3rem}.how-it-works__grid--2-col,.how-it-works__grid--3-col,.how-it-works__grid--4-col{grid-template-columns:1fr}@media (min-width: 768px){.how-it-works__grid--2-col{grid-template-columns:repeat(2,1fr)}.how-it-works__grid--3-col{grid-template-columns:repeat(3,1fr)}.how-it-works__grid--4-col{grid-template-columns:repeat(4,1fr)}}.how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative}.how-it-works__step:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#fff3}.how-it-works__number{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:2;box-shadow:0 4px 20px #0000004d}.how-it-works__icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.how-it-works__icon--emoji{font-size:4rem;line-height:1}.how-it-works__icon--image{width:100px;height:100px}.how-it-works__icon-img{width:100%;height:100%;object-fit:contain}.how-it-works__icon--custom{width:80px;height:80px}.how-it-works__icon--custom svg{width:100%;height:100%;fill:currentColor}.how-it-works__step-title{font-weight:700;margin:0 0 1rem;letter-spacing:1.5px}.how-it-works__description{line-height:1.6;margin:0}.how-it-works__description p{margin:0}.how-it-works__button-wrapper{margin-top:2rem}.how-it-works__button-wrapper .button{min-width:200px}@media (max-width: 767px){.how-it-works__grid{gap:2rem}.how-it-works__step{padding:1.5rem}.how-it-works__number{width:50px;height:50px;font-size:24px;margin-bottom:1rem}.how-it-works__icon--emoji{font-size:3rem}.how-it-works__icon--image{width:80px;height:80px}.how-it-works__icon--custom{width:60px;height:60px}.how-it-works__header{margin-bottom:2rem}}@media (min-width: 1024px){.how-it-works__grid{gap:3rem}.how-it-works__step{padding:2.5rem}}.how-it-works__container--full{padding:0 2rem}@media (max-width: 767px){.how-it-works__container--full{padding:0 1.5rem}}.video-testimonials{width:100%;position:relative}.video-testimonials__header{margin-bottom:3rem}.video-testimonials__title{font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:1px}.video-testimonials__subtitle{margin:0;line-height:1.6;opacity:.9}.video-testimonials__slider{position:relative}.video-testimonials__track{display:flex;width:100%}.video-testimonials__slide{flex-shrink:0;padding:0 15px;box-sizing:border-box;width:100%}[data-slides-mobile="1"] .video-testimonials__slide{width:100%}[data-slides-mobile="2"] .video-testimonials__slide{width:50%}[data-slides-mobile="3"] .video-testimonials__slide{width:33.333%}@media screen and (min-width: 750px){[data-slides-desktop="1"] .video-testimonials__slide{width:100%}[data-slides-desktop="2"] .video-testimonials__slide{width:50%}[data-slides-desktop="3"] .video-testimonials__slide{width:33.333%}[data-slides-desktop="4"] .video-testimonials__slide{width:25%}}.video-testimonials__item{border:1px solid;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;max-width:600px;margin:0 auto}.video-testimonials__item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.video-testimonials__video-wrapper{position:relative;width:100%;aspect-ratio:9/16;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 750px){.video-testimonials__video-wrapper{aspect-ratio:16/9}}.video-testimonials__video,.video-testimonials__video-wrapper img,.video-testimonials__video-wrapper .lazy-image{width:100%;height:100%;object-fit:contain}.video-testimonials__content{padding:2rem}.video-testimonials__quote{font-size:1.125rem;line-height:1.6;font-style:italic;margin:0 0 1.5rem;position:relative}.video-testimonials__quote:before{content:open-quote;font-size:3rem;line-height:0;vertical-align:-.4em}.video-testimonials__quote:after{content:close-quote;font-size:3rem;line-height:0;vertical-align:-.4em}@media (max-width: 767px){.video-testimonials__quote{font-size:1rem}}.video-testimonials__author{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.video-testimonials__author-image{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.video-testimonials__author-image img,.video-testimonials__author-image .lazy-image{width:100%;height:100%;object-fit:cover}.video-testimonials__author-info{flex:1}.video-testimonials__author-name{font-weight:700;font-size:1rem;margin:0 0 .25rem}.video-testimonials__author-title{font-size:.875rem;margin:0;opacity:.8}.video-testimonials__rating{display:flex;gap:.25rem;font-size:1.25rem}.video-testimonials__star{line-height:1}.video-testimonials__star--filled{opacity:1}.video-testimonials__container--full{padding:0 2rem}@media (max-width: 767px){.video-testimonials__container--full{padding:0 1rem}.video-testimonials__content{padding:1.5rem}}.admin-raffle-stats{width:100%}.admin-raffle-stats__loading{text-align:center;padding:40px}.admin-raffle-stats__loading p{font-size:18px;color:#000;margin:0}.admin-raffle-stats__error{text-align:center;padding:40px;background:#fee;border:1px solid #fcc;border-radius:8px}.admin-raffle-stats__error p{font-size:18px;color:#c00;margin:0}.admin-raffle-stats__dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.admin-raffle-stats__card{padding:30px;border-radius:12px;color:#fff!important;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.admin-raffle-stats__card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.admin-raffle-stats__card:nth-child(1){background:linear-gradient(135deg,#ffca00,#ff9500)}.admin-raffle-stats__card:nth-child(2){background:linear-gradient(135deg,#ffca00,#ffb700)}.admin-raffle-stats__card:nth-child(3){background:linear-gradient(135deg,#ffca00,#ffa200)}.admin-raffle-stats__card .card-label{font-size:14px;opacity:.9;margin-bottom:8px;color:#fff!important}.admin-raffle-stats__card .card-value{font-size:36px;font-weight:700;color:#fff!important}.admin-raffle-stats__table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.admin-raffle-stats__table-wrapper .table-header{padding:20px;border-bottom:1px solid #e0e0e0}.admin-raffle-stats__table-wrapper .table-header h3{margin:0;font-size:20px;color:#000}.admin-raffle-stats__table-wrapper .table-scroll{overflow-x:auto}.admin-raffle-stats__table{width:100%;border-collapse:collapse}.admin-raffle-stats__table thead tr{background:#f8f9fa}.admin-raffle-stats__table thead th{padding:15px;text-align:left;font-weight:600;color:#000;border-bottom:2px solid #e0e0e0}.admin-raffle-stats__table thead th.text-center{text-align:center}.admin-raffle-stats__table tbody .order-row{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.admin-raffle-stats__table tbody .order-row:hover{background-color:#f8f9fa}.admin-raffle-stats__table tbody td{padding:15px}.admin-raffle-stats__table tbody td.order-id{font-weight:600;color:#000}.admin-raffle-stats__table tbody td.order-email{color:#000}.admin-raffle-stats__table tbody td.order-tickets{text-align:center}.admin-raffle-stats__table tbody td.order-date{color:#000;font-size:14px}.admin-raffle-stats__table tbody td.no-orders{padding:20px;text-align:center;color:#000}.ticket-count-badge{background:#f5576c;color:#fff;padding:4px 12px;border-radius:20px;font-weight:600;font-size:14px;display:inline-block}.ticket-badge{display:inline-block;background:#667eea;color:#fff;padding:4px 8px;border-radius:4px;margin:2px;font-size:12px;font-weight:600}@media screen and (max-width: 768px){.admin-raffle-stats__dashboard{grid-template-columns:1fr}.admin-raffle-stats__card{padding:20px}.admin-raffle-stats__card .card-value{font-size:28px}.admin-raffle-stats__table{font-size:14px}.admin-raffle-stats__table thead th,.admin-raffle-stats__table tbody td{padding:10px}.ticket-badge{font-size:10px;padding:3px 6px}}.admin-health-check{margin-bottom:40px}.admin-health-check__card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:20px}.health-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #e0e0e0;margin-bottom:20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.health-header:hover{background-color:#f9f9f9;margin:-10px -10px 20px;padding:30px 30px 20px;border-radius:8px}.health-header h3{margin:0;font-size:20px;color:#000}.toggle-icon{font-size:12px;color:#666;transition:transform .3s ease}.health-status{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block}.status-indicator--ok{background:#22c55e;box-shadow:0 0 8px #22c55e80}.status-indicator--error{background:#ef4444;box-shadow:0 0 8px #ef444480}.status-indicator--loading{background:#f59e0b;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.health-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:20px;transition:all .3s ease}.health-detail{display:flex;flex-direction:column;gap:5px}.health-detail .detail-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.health-detail .detail-value{font-size:16px;color:#000;font-weight:600}.health-error{padding:15px;background:#fee;border:1px solid #fcc;border-radius:8px}.health-error p{margin:0;color:#c00;font-size:14px}@media screen and (max-width: 768px){.health-header{flex-direction:column;align-items:flex-start;gap:10px}.health-details{grid-template-columns:1fr}}.admin-raffle-draw{margin-bottom:40px}.admin-raffle-draw__card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:30px}.draw-header{margin-bottom:25px}.draw-header h3{margin:0 0 5px;font-size:24px;color:#000}.draw-header .draw-description{margin:0;color:#666;font-size:14px}.draw-controls{display:flex;align-items:flex-end;gap:20px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.control-group{flex:1;max-width:200px}.control-group label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.control-group .winner-input{width:100%;padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:600;color:#000;background-color:#fff!important;transition:border-color .3s ease}.control-group .winner-input:focus{outline:none;border-color:#ffca00}.draw-button{padding:12px 30px;background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #ffca004d}.draw-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffca0066}.draw-button:active:not(:disabled){transform:translateY(0)}.draw-button:disabled{opacity:.6;cursor:not-allowed}.draw-button.loading .button-icon{animation:spin 1s linear infinite}.draw-button .button-icon{font-size:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slot-machine{position:relative;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:40px 20px;margin-bottom:30px;overflow:hidden}.slot-machine:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,202,0,.03) 2px,rgba(255,202,0,.03) 4px);pointer-events:none}.slot-machine.winner-reveal{animation:winnerPulse .5s ease-in-out 3}@keyframes winnerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02);box-shadow:0 0 30px #ffca0080}}.slot-machine__wrapper{display:flex;justify-content:center;gap:10px;position:relative;z-index:2}.slot-reel{width:70px;height:100px;background:linear-gradient(180deg,#fff,#f5f5f5);border:3px solid #ffca00;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:inset 0 2px 5px #0000001a,0 4px 15px #0003}.slot-reel.spinning .slot-number{animation:slotSpin .1s linear infinite}.slot-reel.stopped .slot-number{animation:slotBounce .3s ease-out}.slot-number{font-size:48px;font-weight:900;color:#000;font-family:Arial Black,sans-serif;text-shadow:2px 2px 4px rgba(0,0,0,.1)}@keyframes slotSpin{0%{transform:translateY(0)}to{transform:translateY(-100%);opacity:0}}@keyframes slotBounce{0%{transform:scale(1.5);opacity:0}50%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.slot-machine__overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:3}.slot-machine__overlay .overlay-top,.slot-machine__overlay .overlay-bottom{position:absolute;left:0;right:0;height:30%;background:linear-gradient(180deg,rgba(0,0,0,.4) 0%,transparent 100%)}.slot-machine__overlay .overlay-top{top:0}.slot-machine__overlay .overlay-bottom{bottom:0;transform:rotate(180deg)}.slot-machine__overlay .overlay-middle{position:absolute;top:35%;left:0;right:0;height:30%;border-top:2px solid rgba(255,202,0,.5);border-bottom:2px solid rgba(255,202,0,.5);background:#ffca000d}.draw-status{text-align:center;padding:40px 20px}.draw-status .status-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #ffca00;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.draw-status p{font-size:16px;color:#000;margin:0}.draw-results{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.results-header h4{margin:0 0 10px;font-size:28px;color:#000}.results-header .draw-info{font-size:14px;color:#666;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.results-header .draw-info .separator{color:#ccc}.winners-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.winner-card{background:linear-gradient(135deg,#ffca00,#ff9500);border-radius:12px;padding:25px;color:#fff;box-shadow:0 4px 15px #ffca004d;animation:slideIn .5s ease-out}.winner-card:nth-child(2){animation-delay:.1s}.winner-card:nth-child(3){animation-delay:.2s}.winner-card--animating{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.slot-machine-mini{margin:20px 0}.slot-machine-mini .slot-machine__wrapper{display:flex;justify-content:center;gap:8px;padding:20px;background:#0000004d;border-radius:8px}.slot-machine-mini .slot-reel{width:50px;height:70px;background:#fff;border-radius:6px;border:2px solid #ffca00;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0000001a,0 2px 8px #0003}.slot-machine-mini .slot-reel.spinning .slot-number{animation:slotSpin .1s linear infinite}.slot-machine-mini .slot-reel.stopped .slot-number{animation:slotBounce .3s ease-out}.slot-machine-mini .slot-number{font-size:32px;font-weight:700;color:#000;text-align:center;-webkit-user-select:none;user-select:none}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.winner-position{margin-bottom:15px}.winner-position .position-badge{font-size:18px;font-weight:700}.winner-ticket{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;padding:20px;background:#fff3;border-radius:8px}.winner-ticket .ticket-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;opacity:.9}.winner-ticket .ticket-number{font-size:36px;font-weight:900;font-family:Arial Black,sans-serif;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.winner-info{display:grid;gap:10px}.info-row{display:flex;justify-content:space-between;font-size:14px}.info-row .info-label{opacity:.9}.info-row .info-value{font-weight:700}.draw-details{text-align:center;padding-top:20px;border-top:1px solid #e0e0e0}.draw-details .draw-mode{margin:0;font-size:14px;color:#666}.draw-details .draw-mode strong{color:#000}.draw-error{padding:20px;background:#fee;border:1px solid #fcc;border-radius:8px;text-align:center}.draw-error p{margin:0;color:#c00;font-size:16px;font-weight:600}.admin-draw-history{width:100%}.admin-draw-history__loading,.admin-draw-history__error{text-align:center;padding:40px}.admin-draw-history__loading p,.admin-draw-history__error p{font-size:18px;color:#000;margin:0}.admin-draw-history__error{background:#fee;border:1px solid #fcc;border-radius:8px}.admin-draw-history__error p{color:#c00}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0;flex-wrap:wrap;gap:15px}.history-header h3{margin:0;font-size:24px;font-weight:700;color:#000}.history-header .history-stats{flex:1;display:flex;gap:20px;justify-content:center}.history-header .history-stats .stat-item{font-size:16px;color:#000}.history-header .history-stats .stat-item strong{font-size:20px;color:#ffca00}.history-header .btn-refresh{padding:10px 20px;background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.history-header .btn-refresh:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffca004d}.draws-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.draws-table{width:100%;border-collapse:collapse}.draws-table thead{background:linear-gradient(135deg,#ffca00,#ff9500)}.draws-table thead th{padding:15px 20px;text-align:left;font-weight:700;color:#fff!important;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.draws-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.draws-table tbody tr:hover{background-color:#fafafa}.draws-table tbody tr:last-child{border-bottom:none}.draws-table tbody td{padding:15px 20px;color:#000;font-size:14px}.draws-table tbody td.no-draws{text-align:center;color:#999;padding:40px;font-style:italic}.number-badge{background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff!important;padding:4px 12px;border-radius:6px;font-weight:700;font-size:14px}.ticket-badge{background:#e3f2fd;color:#1976d2!important;padding:4px 10px;border-radius:6px;font-weight:600;font-size:13px}.winner-count{color:#000!important;font-weight:600}.mode-badge{padding:4px 10px;border-radius:6px;font-weight:600;font-size:12px;text-transform:uppercase}.mode-badge.mode-live{background:#e8f5e9;color:#2e7d32!important}.mode-badge.mode-test{background:#fff3e0;color:#e65100!important}.btn-toggle-details{padding:8px 16px;background:#f5f5f5;color:#000!important;border:1px solid #e0e0e0;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:13px}.btn-toggle-details:hover{background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff!important;border-color:#ffca00;transform:translateY(-2px)}.btn-toggle-details.active{background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff!important;border-color:#ffca00}.draw-details-row{background:#f9f9f9}.draw-details-row td{padding:0!important}.draw-details-content{padding:25px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.details-info-section{margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.details-info-section .info-grid-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.details-info-section .info-item-inline{display:flex;flex-direction:column;gap:5px}.details-info-section .info-item-inline .info-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#666!important;font-weight:600}.details-info-section .info-item-inline .info-value{font-size:14px;color:#000!important;font-weight:600;word-break:break-all}.details-winners-section h4{margin:0 0 20px;font-size:18px;font-weight:700;color:#000!important}.details-winners-section .winners-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px}.winner-card-inline{background:linear-gradient(135deg,#ffca00,#ff9500);border-radius:10px;padding:18px;color:#fff!important;box-shadow:0 2px 8px #ffca004d;transition:transform .3s ease}.winner-card-inline:hover{transform:translateY(-3px);box-shadow:0 4px 12px #ffca0066}.winner-card-inline .winner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.3)}.winner-card-inline .winner-header .winner-position{font-size:16px;font-weight:700}.winner-card-inline .winner-header .winner-ticket-num{font-size:20px;font-weight:700;font-family:Courier New,monospace;background:#fff3;padding:4px 10px;border-radius:6px}.winner-card-inline .winner-info-inline{display:flex;flex-direction:column;gap:8px}.winner-card-inline .winner-info-inline .info-row-inline{display:flex;justify-content:space-between;font-size:13px}.winner-card-inline .winner-info-inline .info-row-inline .label{opacity:.9;font-weight:500}.winner-card-inline .winner-info-inline .info-row-inline .value{font-weight:600}.pagination-container{margin-top:25px;padding:20px 0;border-top:2px solid #e0e0e0}.pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}.pagination__info{font-size:14px;color:#666!important;font-weight:600;white-space:nowrap}.pagination__pages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination__page{min-width:40px;height:40px;padding:0 12px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#000!important;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.pagination__page:hover:not(.pagination__page--active){background:#f5f5f5;border-color:#ffca00;transform:translateY(-2px)}.pagination__page.pagination__page--active{background:linear-gradient(135deg,#ffca00,#ff9500);border-color:#ffca00;color:#fff!important;box-shadow:0 4px 12px #ffca004d}.pagination__ellipsis{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#999!important;font-weight:600}.pagination__btn{padding:10px 20px;height:40px;background:linear-gradient(135deg,#ffca00,#ff9500);color:#fff!important;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.pagination__btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ffca0066}.pagination__btn:disabled{background:#e0e0e0;color:#999!important;cursor:not-allowed;opacity:.5}@media screen and (max-width: 768px){.draw-controls{flex-direction:column;align-items:stretch}.control-group{max-width:100%}.slot-reel{width:50px;height:80px}.slot-number{font-size:36px}.winner-ticket .ticket-number{font-size:28px}.info-row{flex-direction:column;gap:5px}.history-header{flex-direction:column;align-items:stretch}.history-header .history-stats{justify-content:flex-start}.history-header .btn-refresh{width:100%}.draws-table{font-size:12px}.draws-table thead th,.draws-table tbody td{padding:10px}.modal-content{max-height:95vh;margin:10px}.modal-body{padding:20px}.modal-draw-info .info-grid,.modal-winners .winners-grid{grid-template-columns:1fr}.pagination{gap:10px}.pagination__info{font-size:12px;width:100%;text-align:center}.pagination__pages{order:2;width:100%}.pagination__page{min-width:35px;height:35px;font-size:12px;padding:0 8px}.pagination__btn{padding:8px 15px;height:35px;font-size:12px}.pagination__btn--prev{order:1}.pagination__btn--next{order:3}}body,span,div,p,a,ul,li,h1,h2,h3,h4,h5,h6{color:#fff!important}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700}p{margin-bottom:1rem}.btn{display:inline-block;padding:10px 20px;border:none;cursor:pointer;transition:all .3s ease}.btn:hover{opacity:.8}
