.download-screen{position:fixed;inset:0;display:flex;flex-direction:column;width:100vw;height:100svh;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;background:#4271f8}.download-screen__grad{position:absolute;inset:0;background:radial-gradient(85% 55% at 78% 6%,rgba(255,138,110,.4) 0,transparent 55%),radial-gradient(120% 70% at 30% 0,#0442f5 0,transparent 60%),linear-gradient(165deg,#021d67,#0442f5 30%,#4271f8 56%,#81a0fa 82%,#b1c4fa)}.download-screen__blob{position:absolute;border-radius:50%;filter:blur(42px);opacity:.55;animation:download-screen-drift 9s ease-in-out infinite alternate}.download-screen__blob--a{width:170px;height:170px;top:-40px;right:-50px;background:#ff6900}.download-screen__blob--b{width:130px;height:130px;bottom:60px;left:-35px;background:#8ea9ff;animation-delay:1.4s}@keyframes download-screen-drift{to{transform:translate(14px,-10px) scale(1.08)}}@media (prefers-reduced-motion:reduce){.download-screen__blob{animation:none}}.download-screen__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:52px 24px 20px;gap:14px}.download-screen__content--short{padding-top:32px;gap:10px}.download-screen__mark{width:42px;height:auto}.download-screen__status{display:flex;align-items:center;gap:7px;min-height:16px;font-size:.72rem;font-weight:500;color:rgba(255,255,255,.85)}.download-screen__dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);flex-shrink:0}.download-screen__dot--pulse{background:#ff6900;animation:download-screen-pulse 1.1s ease-in-out infinite}@keyframes download-screen-pulse{0%,to{opacity:.35}50%{opacity:1}}.download-screen__fade-in{display:flex;flex-direction:column;align-items:center;gap:14px;animation:download-screen-fade-in .35s ease-out}@keyframes download-screen-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.download-screen__fade-in{animation:none}}.download-screen__headline{color:#fff;font-size:1.6rem!important;line-height:1.25!important;max-width:16ch}.download-screen__content--short .download-screen__headline{font-size:1.3rem!important}.download-screen__sub{color:rgba(255,255,255,.86);font-size:.86rem;line-height:1.55;max-width:32ch}.download-screen__qrcard{background:rgba(255,255,255,.97);border-radius:16px;padding:12px;box-shadow:0 12px 24px -10px rgba(2,10,40,.4);display:flex}.download-screen__qrcard svg{width:130px;height:130px;display:block}.download-screen__spacer{flex:1;min-height:16px}.download-screen__actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 24px calc(84px + env(safe-area-inset-bottom, 0px));background:linear-gradient(180deg,transparent,rgba(2,12,50,.22) 30%,rgba(2,12,50,.48))}.download-screen__cta{width:100%;border:none;border-radius:14px;padding:14px 20px;background:#003df6;color:#fff;font-family:Jost,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;box-shadow:0 10px 20px -8px rgba(0,61,246,.5)}.download-screen__cta:hover{background:#105ffb}.download-screen__quiet-link{background:none;border:none;padding:0;color:rgba(255,255,255,.85);font-size:.78rem;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.download-screen__divider{display:flex;align-items:center;gap:10px;width:100%;color:rgba(255,255,255,.55);font-size:.7rem}.download-screen__divider:after,.download-screen__divider:before{content:"";flex:1;height:1px;background:rgba(255,255,255,.22)}.download-screen__widen-hint{margin:0;color:rgba(255,255,255,.8);font-size:.8rem;text-align:center}.download-screen__badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.download-screen__badge{cursor:pointer;transition:transform .2s ease,filter .2s ease;display:flex;align-items:center}.download-screen__badge:hover{transform:translateY(-2px);filter:brightness(1.08)}.download-screen__badge svg{height:42px;width:auto}@media (max-width:400px){.download-screen__headline{font-size:1.4rem!important}.download-screen__qrcard svg{width:112px;height:112px}.download-screen__badge svg{height:38px}}