*,*:before,*:after{box-sizing:border-box}body{margin:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}ul{list-style:none}img{display:block;max-width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;color:#1a1a1a;min-height:100vh;-webkit-tap-highlight-color:transparent}.layout{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 6px #0000000f}.header-inner{max-width:1280px;margin:0 auto;padding:0 16px;height:54px;display:flex;align-items:center;gap:12px}.logo{font-size:18px;font-weight:700;white-space:nowrap;color:#1677ff;flex-shrink:0}.search-bar{flex:1;display:flex;align-items:center;background:#f5f5f5;border-radius:22px;padding:0 14px;gap:8px;border:1.5px solid transparent;transition:border-color .2s,background .2s;min-width:0}.search-bar:focus-within{background:#fff;border-color:#1677ff}.search-icon{color:#aaa;font-size:14px;flex-shrink:0}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;padding:9px 0;color:#1a1a1a;min-width:0}.search-input::placeholder{color:#bbb}.banner-ad{display:block;position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 3;max-height:260px;min-height:120px;background:#f5f5f5}.banner-ad img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.banner-ad:hover img{transform:scale(1.02)}.ad-tag{position:absolute;top:6px;right:8px;background:#00000061;color:#fff;font-size:10px;padding:1px 6px;border-radius:3px;pointer-events:none}.page-body{flex:1;display:flex;flex-direction:column;max-width:1280px;width:100%;margin:0 auto}.sidebar{position:sticky;top:54px;z-index:100;background:#fff;border-bottom:1px solid #ebebeb;padding:8px 16px}.sidebar-title{display:none}.category-list{display:flex;flex-direction:row;gap:8px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.category-list::-webkit-scrollbar{display:none}.category-item{display:flex;align-items:center;gap:5px;padding:5px 14px;border-radius:20px;cursor:pointer;font-size:13px;color:#555;background:#f5f5f5;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.category-item:active{opacity:.75}.category-item.active{background:#1677ff;color:#fff;font-weight:600}.cat-icon{font-size:14px;line-height:1}.main{flex:1;min-width:0;padding:16px}.category-top-ad{display:block;position:relative;border-radius:10px;overflow:hidden;margin-bottom:16px;aspect-ratio:12 / 1.4;max-height:140px;min-height:76px;background:#f5f5f5}.category-top-ad img{width:100%;height:100%;object-fit:cover}.section{margin-bottom:24px}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section-badge{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.section-title{font-size:15px;font-weight:700}.section-count{font-size:12px;color:#bbb;margin-left:2px}.site-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.site-card{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000f;border:1.5px solid transparent;transition:border-color .2s,box-shadow .2s,transform .15s;cursor:pointer;min-width:0}.site-card:hover{border-color:#1677ff;box-shadow:0 4px 14px #1677ff1f;transform:translateY(-2px)}.site-card:active{transform:scale(.97)}.site-card-icon{width:36px;height:36px;border-radius:9px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.site-card-icon img{width:24px;height:24px;object-fit:contain}.site-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.site-card-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-card-desc{font-size:11px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty{text-align:center;padding:60px 0;color:#bbb;font-size:15px}.footer{text-align:center;padding:18px 16px;font-size:12px;color:#bbb;border-top:1px solid #e8e8e8;background:#fff}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#aaa;font-size:14px}.loading-spinner{width:34px;height:34px;border:3px solid #e8e8e8;border-top-color:#1677ff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 640px){.header-inner{padding:0 24px;gap:16px}.logo{font-size:20px}.banner-ad{min-height:150px}.sidebar{padding:10px 24px}.main{padding:20px 24px}.site-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}}@media (min-width: 1024px){.page-body{flex-direction:row;align-items:flex-start;padding:24px;gap:20px}.sidebar{position:sticky;top:78px;width:180px;flex-shrink:0;border-bottom:none;border-radius:12px;padding:16px 12px;box-shadow:0 1px 6px #0000000f}.sidebar-title{display:block;font-size:11px;color:#bbb;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:0 8px;margin-bottom:8px}.category-list{flex-direction:column;overflow-x:unset;gap:2px;padding-bottom:0}.category-item{padding:9px 10px;border-radius:8px;background:transparent;font-size:14px;color:#444}.category-item:hover{background:#f5f5f5;color:#1677ff}.category-item.active{background:#e6f4ff;color:#1677ff}.main{padding:0;flex:1}.banner-ad{max-width:1280px;margin:0 auto;border-radius:0 0 12px 12px}.site-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}
