.giveaways-module__eLpNdW__container{color:#fff;min-height:100vh;font-family:var(--font-outfit), sans-serif;background:radial-gradient(circle,#0c0f1d 0%,#030408 100%);padding:40px 20px;overflow-x:hidden}.giveaways-module__eLpNdW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto 50px;display:flex}.giveaways-module__eLpNdW__backBtn{color:#94a3b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:12px 24px;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.giveaways-module__eLpNdW__backBtn:hover{color:#fff;background:#ffffff14;border-color:#00a8ff66;box-shadow:0 0 15px #00a8ff33}.giveaways-module__eLpNdW__title{letter-spacing:4px;text-transform:uppercase;background:linear-gradient(90deg,#ff79c6,#d946ef,#8b5cf6);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #d946ef66);-webkit-background-clip:text;font-size:32px;font-weight:900}.giveaways-module__eLpNdW__stats{flex-wrap:wrap;gap:15px;display:flex}.giveaways-module__eLpNdW__statBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;display:flex}.giveaways-module__eLpNdW__giveawaysGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.giveaways-module__eLpNdW__giveawayCard{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0f172a66;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;padding:30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.giveaways-module__eLpNdW__giveawayCard:hover{border-color:#d946ef4d;transform:translateY(-8px);box-shadow:0 20px 40px #d946ef1a}.giveaways-module__eLpNdW__giveawayCard.giveaways-module__eLpNdW__active{border-left:5px solid #d946ef}.giveaways-module__eLpNdW__giveawayCard.giveaways-module__eLpNdW__drawn{background:#0f172a99;border-left:5px solid #fbbf24}.giveaways-module__eLpNdW__statusBadge{text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:900;position:absolute;top:20px;right:20px}.giveaways-module__eLpNdW__statusBadge.giveaways-module__eLpNdW__active{color:#d946ef;background:#d946ef1a;border:1px solid #d946ef;box-shadow:0 0 10px #d946ef33}.giveaways-module__eLpNdW__statusBadge.giveaways-module__eLpNdW__drawn{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf24}.giveaways-module__eLpNdW__prizeVisual{background:#ffffff05;border:1px dashed #ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:25px;display:flex;position:relative;overflow:hidden}.giveaways-module__eLpNdW__prizeImage{object-fit:contain;filter:drop-shadow(0 10px 20px #0009);width:140px;height:140px;transition:transform .4s}.giveaways-module__eLpNdW__giveawayCard:hover .giveaways-module__eLpNdW__prizeImage{transform:scale(1.1)rotate(2deg)}.giveaways-module__eLpNdW__prizeTitle{color:#fff;margin-bottom:10px;font-size:22px;font-weight:800}.giveaways-module__eLpNdW__description{color:#94a3b8;flex-grow:1;margin-bottom:25px;font-size:13px;line-height:1.6}.giveaways-module__eLpNdW__metaRow{background:#0003;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.giveaways-module__eLpNdW__metaItem{flex-direction:column;gap:4px;display:flex}.giveaways-module__eLpNdW__metaLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.giveaways-module__eLpNdW__metaVal{color:#e2e8f0;font-size:14px;font-weight:700}.giveaways-module__eLpNdW__endsInText{color:#ff79c6;font-family:monospace;font-size:15px}.giveaways-module__eLpNdW__actionBtn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-size:15px;font-weight:900;transition:all .3s}.giveaways-module__eLpNdW__actionBtn.giveaways-module__eLpNdW__enter{color:#fff;background:linear-gradient(135deg,#d946ef 0%,#8b5cf6 100%);box-shadow:0 6px 20px #d946ef4d}.giveaways-module__eLpNdW__actionBtn.giveaways-module__eLpNdW__enter:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #d946ef80}.giveaways-module__eLpNdW__actionBtn.giveaways-module__eLpNdW__entered{color:#10b981;cursor:default;background:#10b98126;border:1px solid #10b981}.giveaways-module__eLpNdW__actionBtn:disabled{color:#475569;cursor:not-allowed;box-shadow:none;background:#1e293b}.giveaways-module__eLpNdW__winnerBlock{text-align:center;background:#fbbf2414;border:1px solid #fbbf2433;border-radius:16px;margin-top:10px;padding:15px 20px;animation:2s infinite alternate giveaways-module__eLpNdW__shineGold}@keyframes giveaways-module__eLpNdW__shineGold{0%{box-shadow:0 0 5px #fbbf241a}to{box-shadow:0 0 15px #fbbf2440}}.giveaways-module__eLpNdW__winnerBlock h4{color:#fbbf24;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:13px;font-weight:900}.giveaways-module__eLpNdW__winnerBlock .giveaways-module__eLpNdW__name{color:#fff;font-size:16px;font-weight:800}.giveaways-module__eLpNdW__winnerBlock .giveaways-module__eLpNdW__steamId{color:#64748b;margin-top:3px;font-family:monospace;font-size:11px}.giveaways-module__eLpNdW__toast{z-index:3000;border-radius:12px;align-items:center;gap:12px;padding:16px 28px;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) giveaways-module__eLpNdW__slideIn;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #00000080}.giveaways-module__eLpNdW__toastSuccess{color:#fff;background:#10b981;border-left:5px solid #059669}.giveaways-module__eLpNdW__toastError{color:#fff;background:#ef4444;border-left:5px solid #dc2626}@keyframes giveaways-module__eLpNdW__slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.giveaways-module__eLpNdW__emptyState{text-align:center;background:#ffffff05;border:1px dashed #ffffff0d;border-radius:20px;grid-column:1/-1;padding:60px 20px}.giveaways-module__eLpNdW__emptyIcon{margin-bottom:15px;font-size:50px}.giveaways-module__eLpNdW__emptyTitle{color:#e2e8f0;margin-bottom:8px;font-size:18px;font-weight:700}.giveaways-module__eLpNdW__emptyDesc{color:#64748b;font-size:13px}
