*{box-sizing:border-box}:root{--bg:#f5f6f8;--panel:#fff;--text:#202124;--muted:#6b7280;--line:#e3e6eb;--green:#34d399;--green-dark:#059669}body{margin:0;width:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Microsoft YaHei",sans-serif;font-size:clamp(14px,4vw,16px);line-height:1.65}a{color:inherit;text-decoration:none}.site-top{background:#fff;border-bottom:1px solid var(--line);width:100%}.top-row{display:flex;align-items:center;height:64px;padding:0 16px;gap:24px}.brand{flex:0 0 auto}.brand img{height:38px;width:auto;display:block}.nav-wrap{overflow-x:auto;overflow-y:hidden;flex:1;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-wrap::-webkit-scrollbar{display:none}.nav{display:flex;gap:24px;white-space:nowrap;font-size:20px;font-weight:800;color:#111827}.nav a{position:relative;padding:2px 0}.nav a.active{color:var(--green)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;border-radius:2px;background:var(--green)}.page{padding:14px 0 0}.crumb{font-size:clamp(12px,3.5vw,14px);color:#777;margin:0 0 12px;padding:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crumb a{color:#4b5563;flex-shrink:0}.box{background:var(--panel);border-radius:8px;margin-bottom:14px;overflow:hidden}.side .side .box:last-child{margin-bottom:0}.side .box{padding:0 0 16px;margin-bottom:14px}h1{font-size:clamp(18px,5.5vw,24px);line-height:1.35;margin:0 0 14px;font-weight:800}.section-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 8px}.section-head h1,.section-head h2{font-size:clamp(16px,4.5vw,20px);margin:0;font-weight:800}.section-head a{color:var(--green);font-size:13px;font-weight:600}.section-head a:hover{color:var(--green-dark)}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;padding:20px 16px 30px;min-width:0}.card{display:block;text-align:center;min-width:0}.card-img-wrap{display:block;width:clamp(72px,22vw,110px);height:clamp(72px,22vw,110px);overflow:hidden;border-radius:14px;margin:0 auto}.card-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.card:hover .card-img{transform:scale(1.04)}.card-body{padding:8px 0 4px}.card-body strong{display:-webkit-box;font-size:clamp(14px,4vw,16px);line-height:1.35;color:#2f3237;font-weight:700;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card:hover .card-body strong{color:var(--green)}.card-body .card-desc{display:block;color:#858b96;font-size:clamp(12px,3.5vw,14px);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-body .card-intro{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#6b7280;font-size:clamp(12px,3.5vw,14px);line-height:1.5;margin-top:5px}.side h3{font-size:clamp(16px,4.5vw,20px);font-weight:800;padding:16px 16px 0;margin:0 0 12px}.hot-feature-lg{display:grid;grid-template-columns:clamp(72px,22vw,110px) minmax(0,1fr);gap:14px;align-items:start;padding:0 16px 12px;border-bottom:1px dashed #e1e5eb;margin-bottom:0}.hot-feature-lg img{width:clamp(72px,22vw,110px);height:clamp(72px,22vw,110px);border-radius:14px;object-fit:cover;transition:transform .18s ease}.side-list{padding:12px 16px 0;list-style:none;margin:0}.side-list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;font-size:clamp(13px,4vw,15px)}.side-list li+li{border-top:1px dashed #e1e5eb;margin-top:12px;padding-top:12px}.side-list a{min-width:0;color:#2f3237;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-list a:hover strong{color:var(--green)}.side-list strong{font-weight:500;color:#2f3237}.side-list span:last-child{color:#777;font-size:clamp(11px,3.2vw,13px)}.rank{display:inline-grid;place-items:center;width:clamp(18px,5vw,22px);height:clamp(18px,5vw,22px);border-radius:6px;background:#f3f4f6;color:#555;font-size:clamp(11px,3.2vw,13px);font-weight:800;flex:0 0 clamp(18px,5vw,22px)}.rank.hot{background:#ecfdf5;color:#047857}footer{border-top:1px solid var(--line);background:#fff;color:#777;width:100%;margin:14px 0 0}.footer-inner{text-align:center;font-size:clamp(12px,3.5vw,14px);line-height:1.8;padding:clamp(16px,4vw,24px) 16px}.footer-links{display:flex;gap:clamp(8px,2.5vw,14px);flex-wrap:wrap;justify-content:center;color:#6b7280;margin-bottom:clamp(8px,2vw,12px)}.footer-links a:hover{color:var(--green)}.copyright{color:#777;font-size:clamp(11px,3vw,13px)}.more-link{text-align:center;padding:0 16px 16px}.more-link a{display:inline-block;color:var(--green);font-size:clamp(14px,4vw,16px);font-weight:600;padding:8px 24px;border:1px solid var(--green);border-radius:8px;transition:.15s}.more-link a:hover{background:var(--green);color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-icon{flex:0 0 auto;margin-left:auto;display:flex;align-items:center}.search-icon img{display:block;width:32px;height:32px;object-fit:contain}.m-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:0 16px 20px}.m-pagination .page-btn{display:grid;place-items:center;min-width:clamp(34px,9vw,40px);width:auto;height:clamp(34px,9vw,40px);border-radius:8px;background:#f3f4f6;color:#4b5563;font-size:clamp(14px,4vw,16px);font-weight:600;line-height:1;white-space:nowrap;padding:0 12px;transition:.15s ease}.m-pagination .page-btn:hover{background:#e5e7eb;color:#111827}.m-pagination .page-btn.active{background:var(--green);color:#fff}.m-pagination .page-btn.first-last{background:#f3f4f6;color:var(--green);font-weight:700;font-size:clamp(14px,4vw,16px);border:1px solid var(--green);min-width:clamp(34px,9vw,40px);height:clamp(34px,9vw,40px);border-radius:8px;display:grid;place-items:center;padding:0 10px}.m-pagination .page-btn.first-last:hover{background:var(--green);color:#fff}.sep{color:#d1d5db;padding:0 4px}.detail-summary{padding:16px;display:grid;grid-template-columns:clamp(72px,22vw,110px) minmax(0,1fr);gap:16px;align-items:start}.detail-summary>div{min-width:0}.detail-logo{width:clamp(72px,22vw,110px);height:clamp(72px,22vw,110px);border-radius:18px;background:#fff;object-fit:cover;transition:transform .18s ease}.detail-logo:hover{transform:scale(1.04)}.detail-h1{font-size:clamp(18px,5.5vw,24px);line-height:1.35;margin:0 0 8px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tags{display:flex;gap:6px;flex-wrap:nowrap;margin-bottom:8px;overflow:hidden;white-space:nowrap}.tags span{font-size:clamp(11px,3vw,13px);color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:2px 8px;white-space:nowrap}.pan-card{display:grid;grid-template-columns:clamp(40px,11vw,52px) 1fr auto;gap:12px;align-items:center;background:#f1f3f6;border-radius:12px;padding:14px 14px;margin:0 0 14px}.apk-icon{width:clamp(40px,11vw,52px);height:clamp(40px,11vw,52px);border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;border:1px solid #bbf7d0;overflow:hidden}.apk-icon img{width:clamp(32px,9vw,42px);height:clamp(32px,9vw,42px);object-fit:contain;transition:transform .18s ease}.pan-card:hover .apk-icon img{transform:scale(1.07)}.pan-text{min-width:0}.pan-domain{display:block;color:#7b8493;font-size:clamp(12px,3.5vw,14px);line-height:1.5;margin-bottom:2px}.pan-domain b{color:#6b7280;font-weight:500}.pan-domain i{font-style:normal;color:#d1d5db;padding:0 6px}.pan-update{display:block;color:#7b8493;font-size:clamp(13px,4vw,16px);line-height:1.4;white-space:nowrap}.open-btn{height:clamp(36px,9vw,44px);border-radius:calc(clamp(36px,9vw,44px)/2);background:linear-gradient(90deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:clamp(13px,3.8vw,16px);font-weight:800;color:#fff;box-shadow:0 6px 14px rgba(5,150,105,.28);transition:transform .18s ease;padding:0 clamp(14px,4vw,20px);white-space:nowrap}.pan-card:hover .open-btn{transform:scale(1.04)}.detail-features{display:grid;grid-template-columns:1fr;gap:10px;padding:0 16px 16px;counter-reset:feature-num}.detail-features>div,.feature{position:relative;background:linear-gradient(180deg,#fbfcfd,#f6f8fb);border-radius:8px;padding:12px 12px 12px 14px;overflow:hidden;counter-increment:feature-num}.detail-features>div:before,.feature:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green)}.feature-head{display:flex;align-items:center;gap:7px;margin-bottom:6px}.feature-num{width:22px;height:22px;border-radius:7px;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-size:clamp(11px,3vw,13px);font-weight:800;flex:0 0 auto}.detail-features h3,.feature h3{display:flex;align-items:center;gap:7px;color:#111827;margin:0 0 6px;font-size:clamp(13px,3.8vw,15px)}.detail-features h3:before{content:counter(feature-num);width:22px;height:22px;border-radius:7px;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-size:clamp(11px,3vw,13px);font-weight:800;flex:0 0 auto}.detail-features p,.feature p{margin:0;color:#4b5563;font-size:clamp(12px,3.5vw,14px);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.detail-intro{padding:0 16px 16px}.detail-intro .intro-text{font-size:clamp(13px,3.8vw,15px);color:#4b5563;line-height:1.7;margin:0 0 12px;text-indent:2em;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pan-date{display:block;color:#7b8493;font-size:clamp(12px,3.5vw,14px)}.hot-feature-lg img:hover{transform:scale(1.04)}.hot-feature-lg strong{display:-webkit-box;font-size:clamp(18px,5.5vw,24px);line-height:1.35;color:#2f3237;font-weight:700;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hot-feature-lg strong:hover{color:var(--green)}.hot-feature-tags{display:block;margin-top:8px;color:#64748b;font-size:14px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot-feature-tags a{color:#64748b}.hot-feature-tags a:hover{color:#047857}.group-scroll{display:flex;align-items:center;gap:22px;min-height:44px;overflow-x:auto;padding:9px 16px 11px;background:#fff;width:100%;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.group-scroll::-webkit-scrollbar{display:none}.group-scroll a{flex:0 0 auto;color:#111827;background:transparent;border:0;border-radius:0;padding:0;font-size:16px;font-weight:700;white-space:nowrap}.card-main-link{display:block;text-align:center;min-width:0}.card-title{display:-webkit-box;font-size:clamp(14px,4vw,16px);line-height:1.35;color:#2f3237;font-weight:700;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px}.card-main-link:hover .card-title{color:var(--green)}.card-tags{display:flex;justify-content:center;gap:6px;margin-top:4px;overflow:hidden;white-space:nowrap}.card-tags a{max-width:48%;overflow:hidden;text-overflow:ellipsis;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:1px 7px;font-size:clamp(11px,3.2vw,13px);line-height:1.6}.card-tags a:hover{color:#047857;border-color:#bbf7d0;background:#ecfdf5}.tag-chip-nav{display:flex;flex-wrap:wrap;gap:10px;background:#fff;border-radius:8px;margin:0 0 14px;padding:14px 16px;overflow:visible;box-shadow:0 1px 0 rgba(15,23,42,.04)}.tag-chip-nav a{display:inline-flex;align-items:center;justify-content:center;color:#334155;background:#f8fafc;border:1px solid #dfe7ee;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:700;line-height:1.35;white-space:nowrap}.tag-chip-nav a.active{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.group-scroll a.active{color:var(--green)}.group-scroll a.active:after{content:"";display:block;height:2px;background:var(--green);border-radius:2px;margin-top:4px}.random-tags-box{padding:0 0 16px}.random-tags{display:flex;flex-wrap:wrap;gap:10px;padding:0 16px}.random-tags a{display:inline-flex;align-items:center;justify-content:center;color:#334155;background:#f8fafc;border:1px solid #dfe7ee;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:700;line-height:1.35;white-space:nowrap}.random-tags a:hover{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.tags{display:flex;gap:10px;flex-wrap:wrap;white-space:normal;overflow:visible}.tags a,.tags span,.random-tags a,.tag-chip-nav a,.card-tags a{display:inline-flex;align-items:center;justify-content:center;color:#1f2937;background:#fff;border:1px solid #cfe3dc;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:500;line-height:1.35;white-space:nowrap}.tags a:hover,.random-tags a:hover,.tag-chip-nav a:hover,.card-tags a:hover,.tag-chip-nav a.active{color:#047857;background:#f6fffb;border-color:#b8ded2}.tag-chip-nav a.active{font-weight:700}.random-tags{gap:10px}.tag-chip-nav{gap:10px}.card-tags{gap:6px;flex-wrap:wrap;white-space:normal}.card-tags a{max-width:none;padding:2px 9px;font-size:12px}.tag-index-page .section-head{padding-bottom:0}.tag-index-page .card-grid{padding-top:8px}body:has(.page-404){min-height:100vh;display:flex;flex-direction:column}body:has(.page-404) .page-404{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:34px 16px}body:has(.page-404) footer{margin-top:auto;width:100%}.page-404 .e404-wrap{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:38px 18px 42px;box-shadow:0 1px 0 rgba(15,23,42,.04)}.page-404 .e404-code{font-size:72px;line-height:1;color:var(--green);margin:0 0 10px;font-weight:900}.page-404 .e404-msg{font-size:17px;color:#64748b;margin:0 0 24px}.e404-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.e404-btn{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:42px;border-radius:999px;font-size:14px;font-weight:800;text-decoration:none}.e404-btn-main{background:linear-gradient(90deg,#10b981,#059669);color:#fff;box-shadow:0 6px 14px rgba(5,150,105,.22)}.e404-btn-sub{background:#f8fafc;color:#334155;border:1px solid #dfe7ee}body:has(.page-404){width:100%;min-height:100dvh;margin:0;display:flex;flex-direction:column;overflow-x:hidden}body:has(.page-404) .site-top,body:has(.page-404) .group-scroll,body:has(.page-404) footer{width:100%}body:has(.page-404) .page-404{flex:1;min-height:auto;display:flex;align-items:center;justify-content:center;padding:28px 16px}body:has(.page-404) .page-404 .e404-wrap{margin:0 auto}