.upload-start-screen{display:flex;align-items:center;justify-content:center;width:100%;min-height:100%;padding:56px 24px 84px;box-sizing:border-box}.upload-start-screen__card{box-sizing:border-box;width:100%;max-width:1120px;margin:auto;padding:44px 36px;border:1px solid var(--hr-light);border-radius:28px;background:linear-gradient(180deg,var(--bg-body) 0%,var(--bg-main) 100%);box-shadow:0 12px 32px #0000000f;text-align:center}.upload-start-screen__badge{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);background:#42a0961f}.upload-start-screen__title{margin:0 0 10px;font-size:28px;line-height:1.15}.upload-start-screen__description,.upload-start-screen__rule,.upload-start-screen__previous-time{margin:0;font-size:16px;line-height:1.5}.upload-start-screen__previous-time{margin-top:12px;font-size:13px;color:var(--text-grey-d)}.upload-start-screen__rules{margin-top:18px;display:grid;gap:8px}.upload-start-screen__guest-progress{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin:20px auto 0;padding:14px;max-width:720px;border:1px solid rgba(66,160,150,.26);border-radius:8px;background:#42a09614;text-align:left}.upload-start-screen__guest-progress-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);background:var(--bg-main)}.upload-start-screen__guest-progress-title{font-weight:700;line-height:1.25}.upload-start-screen__guest-progress-text{margin-top:3px;font-size:13px;line-height:1.4;color:var(--text-grey-d)}.upload-start-screen__guest-progress-summary{display:flex;align-items:center;gap:10px;margin-top:10px}.upload-start-screen__guest-progress-percent{font-size:10px;line-height:1}.upload-start-screen__guest-progress-gain{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;color:var(--text-grey-d)}.upload-start-screen__guest-progress-gain strong{color:var(--primary-color)}.upload-start-screen__guest-progress-actions{display:flex;align-items:center;gap:8px}.upload-start-screen__actions{margin-top:22px}@media(max-width:640px){.upload-start-screen{padding:30px 14px 44px}.upload-start-screen__card{padding:30px 22px;border-radius:24px}.upload-start-screen__title{font-size:24px}.upload-start-screen__guest-progress{grid-template-columns:1fr;text-align:center}.upload-start-screen__guest-progress-icon{margin:0 auto}.upload-start-screen__guest-progress-actions{justify-content:center;flex-wrap:wrap}.upload-start-screen__guest-progress-summary{justify-content:center}}
