*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#333;background:#fff}a{text-decoration:none;color:inherit}.top{height:58px;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:25px;padding:0 24px;position:sticky;top:0;background:#fff;z-index:5}.brand{font-size:24px;font-weight:800;display:flex;align-items:center;gap:10px}.brand img{width:34px}.nav a{margin:0 10px;color:#333}.nav .active{color:#00aa3e;border-bottom:4px solid #00aa3e;padding-bottom:17px;font-weight:700}.icons{margin-left:auto;display:flex;gap:12px;align-items:center}.circle{width:34px;height:34px;border-radius:50%;background:#f1f1f1;display:grid;place-items:center}.hero{display:grid;grid-template-columns:1fr 300px;gap:40px;max-width:1180px;margin:50px auto 35px;padding:0 20px}.hero h1{font-size:54px;margin:0 0 10px}.green{color:#00b84a;font-weight:800}.stats{display:flex;gap:28px;margin-top:32px}.stat{text-align:center;border-right:1px solid #bbb;padding-right:28px}.stat:last-child{border:0}.stat b{font-size:22px;display:block}.appicon{width:240px;height:240px;border-radius:32px;object-fit:cover;box-shadow:0 6px 25px #0002}.banner-home{height:390px;background:linear-gradient(90deg,#12072b,#101c54,#0d6ee8);color:#fff;display:flex;align-items:center;overflow:hidden}.banner-home .txt{max-width:1180px;margin:auto;width:100%;padding:0 40px}.banner-home h2{font-size:54px;margin:0 0 10px}.banner-home p{font-size:24px;margin:0}.pager{text-align:center;margin:24px 0}.pager span{display:inline-block;padding:8px 12px;border:1px solid #ddd;border-radius:7px;margin:2px}.pager .on{background:#0d80ff;color:#fff}.grid{max-width:1010px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{display:flex;gap:12px;align-items:center;padding:12px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0001;border:1px solid #eee}.card img{width:70px;height:70px;border-radius:12px;object-fit:cover}.card h3{font-size:16px;margin:0 0 6px}.card p{font-size:12px;margin:2px 0}.app-page{max-width:1320px;margin:60px auto;display:grid;grid-template-columns:1fr 360px;gap:60px;padding:0 25px}.title{font-size:54px;margin:0 0 10px}.btns{display:flex;gap:16px;align-items:center;margin:28px 0}.btn{border:0;border-radius:9px;padding:13px 55px;font-weight:800;color:#fff;cursor:pointer}.btn.greenbtn{background:#44ad46}.btn.bluebtn{background:#0b37e7}.screens{display:flex;gap:12px;justify-content:center;margin:35px 0}.screens img{width:130px;height:230px;object-fit:cover;border-radius:10px;box-shadow:0 3px 10px #0003}.top5 h2{font-size:34px}.topitem{display:flex;gap:14px;margin:16px 0}.topitem img{width:66px;height:66px;border-radius:12px;object-fit:cover}.rating{margin:90px auto 0;max-width:850px}.bar{height:12px;background:#eee;border-radius:50px;flex:1}.row{display:flex;align-items:center;gap:12px;margin:9px 0}.foot{background:#1f1f1f;color:#fff;text-align:center;padding:24px;margin-top:30px}.formbox,.adminbox{max-width:920px;margin:45px auto;padding:30px;border:1px solid #e5e5e5;border-radius:18px;box-shadow:0 3px 20px #0001}input,textarea,select{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;margin:7px 0 16px}label{font-weight:700}.cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.submit{background:#00ad45;color:#fff;border:0;border-radius:8px;padding:13px 25px;font-weight:800}.plans{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.plan{border:2px solid #ddd;border-radius:14px;padding:18px}.plan b{font-size:24px}.plan .price{font-size:28px;color:#00ad45;font-weight:900}.playerbody{min-height:100vh;margin:0;background:#0064db;color:#fff}.player{min-height:100vh;background:linear-gradient(90deg,rgba(0,38,100,.92),rgba(0,124,255,.88)),url('default-screen.svg') center/cover;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;padding:30px 18px 24px;position:relative}.share{position:absolute;right:25px;top:35px;width:58px;height:58px;border-radius:50%;background:#0b7fff;display:grid;place-items:center;font-size:28px}.player-logo{width:260px;height:260px;border-radius:50%;object-fit:cover;border:6px solid #159c38;background:#fff}.now{font-size:32px;font-weight:400;max-width:620px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playbtn{width:220px;height:220px;border-radius:50%;border:14px solid #fff;background:#000;display:grid;place-items:center;margin:20px auto}.tri{width:0;height:0;border-top:45px solid transparent;border-bottom:45px solid transparent;border-left:70px solid #fff;margin-left:15px}.ad{width:min(80vw,720px);height:auto;margin-bottom:20px}.social{display:flex;gap:24px;justify-content:center;font-size:48px;margin:15px 0}.appoficial{font-size:30px;font-weight:800}.wave{height:55px;background:#ddd;border-radius:50% 50% 0 0/100% 100% 0 0;width:110%;margin-bottom:-25px}.mobile-only{display:none}@media(max-width:800px){.top{gap:8px;padding:0 10px}.brand{font-size:18px}.nav a{font-size:14px;margin:0 5px}.hero,.app-page{display:block;margin:25px auto}.hero h1,.title{font-size:34px}.banner-home{height:240px}.banner-home h2{font-size:32px}.grid{grid-template-columns:1fr;margin:10px}.stats{gap:12px}.screens{overflow-x:auto;justify-content:flex-start}.top5{margin-top:35px}.cols,.plans{grid-template-columns:1fr}.player-logo{width:230px;height:230px}.now{font-size:28px}.playbtn{width:170px;height:170px}.ad{width:92vw}.social{font-size:38px}.mobile-only{display:block}}
