.lottery-page{color:#fff;background-color:#15171e;flex-direction:column;min-height:100vh;padding-top:100px;display:flex}.lottery-page .lottery-container{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:0 20px 40px}.lottery-page .lottery-desktop-only{display:block}.lottery-page .lottery-mobile-only{display:none!important}.lottery-page .promo-wrapper{width:100%}.lottery-page .lottery-header{background-color:#1b1d25;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:24px;margin-bottom:30px;padding:32px;display:flex}.lottery-page .lottery-back-link{color:#fff;background:0 0;border:none;align-items:center;gap:12px;width:auto;height:auto;font-size:24px;font-weight:800;text-decoration:none;display:flex}.lottery-page .promo-input-group{width:100%;position:relative}.lottery-page .promo-input{color:#fff;background-color:#15171e;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;height:56px;padding:0 150px 0 20px;font-size:15px;transition:border-color .2s}.lottery-page .promo-input:focus{border-color:#22c55e}.lottery-page .promo-input::placeholder{color:#585c6a}.lottery-page .promo-btn{color:#15171e;cursor:pointer;background-color:#22c55e;border:none;border-radius:8px;height:44px;padding:0 24px;font-size:14px;font-weight:700;transition:background-color .2s;position:absolute;top:6px;right:6px}.lottery-page .promo-btn:hover{background-color:#1ea34d}.lottery-page .draw-card{border-radius:24px;grid-template-columns:1fr 1.2fr;gap:40px;margin-top:20px;margin-bottom:24px;padding:0;display:grid;position:relative}.lottery-page .draw-content{flex-direction:column;height:100%;display:flex}.lottery-page .draw-subtitle{color:#fff;margin-bottom:16px;font-size:20px;font-weight:800;display:none}.lottery-page .time-badge{color:#d1d5db;background-color:#ffffff1a;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;padding:8px 16px;font-size:14px;display:inline-flex}.lottery-page .draw-description{color:#d1d5db;max-width:400px;margin-bottom:20px;font-size:14px;line-height:1.5}.lottery-page .timer-skeleton{background:#ffffff1f;border-radius:10px;width:220px;height:36px;margin:0 auto}.lottery-page .draw-actions{gap:16px;width:100%;margin-bottom:40px;display:flex}.lottery-page .btn-extra-place{color:#fff;cursor:pointer;background-color:#2b2d36;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;height:48px;font-size:14px;font-weight:600;transition:background-color .2s;display:flex}.lottery-page .btn-extra-place:hover{background-color:#363945}.lottery-page .btn-take-place{color:#15171e;cursor:pointer;background-color:#22c55e;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;height:48px;font-size:14px;font-weight:700;transition:background-color .2s;display:flex}.lottery-page .btn-take-place:hover{background-color:#1ea34d}.lottery-page .draw-image-container{aspect-ratio:16/9;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.lottery-page .participants-section{background-color:#1b1d25;border:1px solid #ffffff0d;border-radius:24px;margin-bottom:30px;padding:32px}.lottery-page .section-title{margin-bottom:24px;font-size:20px;font-weight:700}.lottery-page .participants-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.lottery-page .participant-card{background-color:#15171e;border:1px solid #282c39;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.lottery-page .participant-avatar{object-fit:cover;border-radius:8px;width:40px;height:40px}.lottery-page .participant-info{flex:1;min-width:0}.lottery-page .participant-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:700;overflow:hidden}.lottery-page .participant-place{color:#8b92a5;font-size:12px}.lottery-page .ticket-icon{opacity:.8;width:20px;height:20px}.lottery-page .winner-section{margin-bottom:30px}.lottery-page .winner-card{border-radius:24px;grid-template-columns:1fr 1.2fr;display:grid;overflow:hidden}.lottery-page .winner-content{flex-direction:column;justify-content:center;gap:24px;padding:32px 32px 32px 0;display:flex}.lottery-page .winner-info-block{align-items:center;gap:16px;display:flex}.lottery-page .winner-avatar{object-fit:cover;border-radius:50%;width:56px;height:56px}.lottery-page .winner-details{flex-direction:column;display:flex}.lottery-page .winner-name{color:#fff;margin-bottom:4px;font-size:16px;font-weight:700}.lottery-page .winner-place{color:#8b92a5;font-size:14px}.lottery-page .winner-cup{width:32px;height:32px;margin-left:auto}.lottery-page .winner-footer-text{color:#8b92a5;font-size:14px;line-height:1.5}.lottery-page .winner-image-container{aspect-ratio:16/9;border-radius:16px;width:100%;position:relative;overflow:hidden}@media (max-width:900px){.lottery-page .draw-card{grid-template-columns:1fr;gap:14px;padding:0}.lottery-page .draw-image-container{order:-1}.lottery-page .section-title{text-align:center}.lottery-page .participants-grid{grid-template-columns:repeat(2,1fr)}.lottery-page .winner-card{grid-template-columns:1fr}.lottery-page .winner-image-container{order:0;height:auto}.lottery-page .winner-footer-text{display:none}.lottery-page .winner-content{padding:0 0 16px}.lottery-page .lottery-header{flex-direction:column;align-items:flex-start;gap:16px}.lottery-page .promo-input-group{width:100%}}@media (max-width:480px){.lottery-page .participants-grid{grid-template-columns:repeat(2,1fr)}.lottery-page .participants-section{padding:10px}.lottery-page .participant-card{gap:5px;padding:7px}.lottery-page .participant-avatar{width:30px;height:30px}.lottery-page .participant-name,.lottery-page .participant-place{font-size:10px}.lottery-page .draw-actions{flex-direction:column;gap:12px}.lottery-page .btn-take-place{order:1}.lottery-page .btn-extra-place{order:2}.lottery-page .draw-description{margin-bottom:0}.lottery-page .btn-extra-place,.lottery-page .btn-take-place{height:auto;padding:10px 24px}.lottery-page .lottery-header{padding:14px}.lottery-page .lottery-back-link{font-size:14px}.lottery-page .promo-input{height:48px;padding:0 48px 0 16px;font-size:14px}.lottery-page .lottery-desktop-only{display:none!important}.lottery-page .lottery-mobile-only{display:flex!important}.lottery-page .paste-btn{cursor:pointer;opacity:1;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.lottery-page .mobile-use-btn{justify-content:center;align-items:center;width:100%;height:40px;margin-top:12px;display:flex;position:static}}
