<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.download-page{display:flex;flex-direction:column;min-height:100vh;background-color:#f0f0f0}.download-container{justify-content:center;padding:80px 40px;min-height:calc(100vh - 115px - 300px)}.download-container,.download-content{display:flex;flex-direction:column;align-items:center;width:100%}.download-content{max-width:1000px;background-color:#fff;border-radius:20px;padding:60px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.download-title{font-family:"Instrument Serif",serif;font-size:48px;font-weight:400;color:#2e2f38;margin-bottom:20px;text-align:center}.download-description{font-size:18px;color:#666;text-align:center;max-width:600px;margin-bottom:50px}.download-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center;width:100%;margin-bottom:50px}.download-option{flex:1 1;min-width:280px;max-width:400px;height:140px;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;text-decoration:none}.download-option:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.download-option.apple{background-color:#2e2f38;border:1px solid #2e2f38}.download-option.google{background-color:#de7353;border:1px solid #de7353}.download-option-content{flex-direction:column;height:100%;padding:20px;gap:15px}.download-icon,.download-option-content{display:flex;justify-content:center;align-items:center}.download-option-text{text-align:center}.download-option-text h3{font-family:Schibsted Grotesk,sans-serif;font-size:20px;font-weight:500;color:#fff;margin-bottom:5px}.download-option-text p{font-size:14px;color:hsla(0,0%,100%,.8)}.download-instructions{width:100%;max-width:600px;margin-top:20px}.download-instructions h2{font-family:"Instrument Serif",serif;font-size:28px;font-weight:400;color:#2e2f38;margin-bottom:20px}.download-instructions ol{padding-left:20px}.download-instructions li{font-size:16px;color:#666;margin-bottom:10px;line-height:1.5}@media (max-width:992px){.download-content{padding:50px 40px}.download-title{font-size:42px}}@media (max-width:768px){.download-container{padding:60px 30px}.download-content{padding:40px 30px}.download-title{font-size:36px}.download-description{font-size:16px}}@media (max-width:480px){.download-container{padding:40px 20px}.download-content{padding:30px 20px}.download-title{font-size:30px}.download-options{flex-direction:column;gap:20px}.download-option{max-width:100%;height:120px}.download-instructions h2{font-size:24px}.download-instructions li{font-size:15px}}</pre></body></html>