*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}#app{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page{min-height:100vh;background:#ffffff;display:flex;flex-direction:column;align-items:center;padding:20px;position:relative}.header-decoration{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100px;background:linear-gradient(180deg,rgba(200,200,200,.15) 0%,rgba(200,200,200,0) 100%);border-radius:0 0 50% 50%}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;margin-top:20vh;z-index:1}.logo{margin-bottom:10px;transform:translateY(-30px)}.logo img{width:150px;height:150px;object-fit:contain}.title{font-size:30px;font-weight:500;color:#000;margin-bottom:12px;text-align:center}.subtitle{font-size:20px;color:#666;text-align:center;line-height:1.5}.auto-redirect-notice{font-size:14px;color:#999;margin-bottom:20px;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.download-btn{position:fixed;bottom:250px;left:50%;transform:translate(-50%);width:280px;height:50px;background:linear-gradient(90deg,#c41e1e 0%,#e03838 100%);border:none;border-radius:25px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #c41e1e4d;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.download-btn:hover{box-shadow:0 6px 20px #c41e1e66}@media (max-width: 480px){.title{font-size:32px}.subtitle{font-size:20px}.download-btn{width:260px;height:48px;font-size:16px;bottom:250px}.content{margin-top:20vh}}@media (max-width: 375px){.title{font-size:32px}.download-btn{width:240px;bottom:100px}}
