.download-screen{display:flex;flex-direction:column;width:100vw;height:100svh;background:#e3f2fd;position:fixed;top:0;left:0;overflow-y:auto;margin:0;padding:0;box-sizing:border-box}.download-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.download-screen__left{display:flex;align-items:center;justify-content:center;padding:0;position:relative;z-index:1;background:#e3f2fd;overflow:hidden}.download-screen__image{width:100%!important;height:auto;max-height:400px;object-fit:contain;display:block}.download-screen__right{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;z-index:1;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.download-screen__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px;width:100%;gap:1.5rem;padding:1rem}.download-screen__title{font-size:2.5rem;font-weight:600;color:#1976d2;font-family:Georgia,serif;line-height:1.2}.download-screen__qr-container{display:flex;justify-content:center;align-items:center;width:100%}.download-screen__qr-code{width:250px;height:250px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.1);margin:0 auto;padding:15px;min-width:250px;min-height:250px}.download-screen__qr-svg{width:100%;height:100%;max-width:220px;max-height:220px;min-width:200px;min-height:200px;object-fit:contain;display:block}.download-screen__buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;width:100%}.download-screen__badge{cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.download-screen__badge:hover{transform:translateY(-2px);filter:brightness(1.1)}.download-screen__badge-svg{height:60px;width:auto;max-width:180px}@media (max-width:800px){.download-screen__left{padding:1rem}}@media (max-width:400px){.download-screen__left{min-height:40vh}.download-screen__image{max-height:180px;width:100%!important;height:auto;object-fit:contain}.download-screen__right{padding:.5rem}.download-screen__content{padding:.5rem;gap:1rem}.download-screen__qr-code{width:180px;height:180px;padding:12px;min-width:180px;min-height:180px}.download-screen__qr-svg{max-width:156px;max-height:156px;min-width:140px;min-height:140px}.download-screen__badge-svg{height:40px;max-width:120px}}@media (max-width:350px){.download-screen__left{min-height:35vh}.download-screen__image{max-height:150px}.download-screen__content{padding:.25rem;gap:.75rem}.download-screen__qr-code{width:160px;height:160px;padding:10px;min-width:160px;min-height:160px}.download-screen__qr-svg{max-width:140px;max-height:140px;min-width:120px;min-height:120px}.download-screen__badge-svg{height:35px;max-width:100px}}@media (max-width:768px){.download-screen__left{min-height:50vh}.download-screen__image{width:100%!important;height:auto;max-height:300px;object-fit:contain}.download-screen__left{padding:0}.download-screen__right{padding:.5rem}.download-screen__title{font-size:2rem}.download-screen__qr-code{width:200px;height:200px}.download-screen__qr-svg{max-width:160px;max-height:160px}.download-screen__buttons{flex-direction:column;align-items:center}.download-screen__badge-svg{height:50px;max-width:160px}}@media (max-width:480px){.download-screen__left{min-height:45vh}.download-screen__image{width:100%!important;height:auto;max-height:150px;object-fit:contain}.download-screen__right{padding:.25rem}.download-screen__title{font-size:1.5rem}.download-screen__qr-code{width:180px;height:180px}.download-screen__qr-svg{max-width:140px;max-height:140px}.download-screen__badge-svg{height:45px;max-width:140px}}