.platform-page{min-height:calc(100vh - var(--header-height));padding:20px 24px 64px}.platform-layout{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:236px minmax(0,1fr);gap:16px;align-items:start}.platform-main{min-width:0;display:flex;flex-direction:column;gap:16px}.category-sidebar{position:sticky;top:calc(var(--header-height) + 16px);max-height:calc(100vh - var(--header-height) - 32px);padding-right:2px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:thin}.category-panel{flex:0 0 auto;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.category-title{padding:18px 20px 12px;color:var(--text-primary);font-size:16px;line-height:1.4}.category-nav{padding:0 10px 12px}.category-item{min-height:48px;padding:7px 10px;display:flex;align-items:center;gap:10px;border-radius:6px;color:var(--text-secondary);text-decoration:none;transition:color .15s ease,background .15s ease}.category-item:hover{color:var(--brand);background:var(--brand-soft)}.category-item.is-active{color:var(--brand);background:var(--brand-soft);font-weight:600}.category-group{border-radius:6px}.category-group+.category-group{margin-top:2px}.category-summary{min-height:48px;padding:7px 8px 7px 10px;display:flex;align-items:center;gap:10px;border-radius:6px;color:var(--text-secondary);cursor:pointer;list-style:none;transition:color .15s ease,background .15s ease}.category-summary::-webkit-details-marker{display:none}.category-summary:hover,.category-group.is-active>.category-summary{color:var(--brand);background:var(--brand-soft)}.category-chevron{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.category-group[open] .category-chevron{transform:rotate(90deg)}.category-children{position:relative;max-height:clamp(240px,calc(100vh - var(--header-height) - 230px),420px);margin:2px 6px 8px 25px;padding:2px 7px 2px 17px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;touch-action:pan-y}.category-children::-webkit-scrollbar{width:6px}.category-children::-webkit-scrollbar-track{background:transparent}.category-children::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px}.category-children::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.category-children:before{content:"";position:absolute;left:0;top:0;bottom:17px;border-left:1px dashed var(--border-strong)}.category-child{position:relative;min-height:34px;padding:6px 5px 6px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:4px;color:var(--text-muted);font-size:12.5px;text-decoration:none}.category-child:before{content:"";position:absolute;left:-17px;top:50%;width:13px;border-top:1px dashed var(--border-strong)}.category-child:hover,.category-child.is-active{color:var(--brand);background:var(--brand-soft)}.category-child.is-all{color:var(--text-secondary);font-weight:500}.category-child>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-icon{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:#eaf2ff;color:#3975d5;font-size:13px;font-weight:700}.category-icon.is-green{background:#e8f8ef;color:#169b56}.category-icon.is-purple{background:#f0ebff;color:#7952d9}.category-icon.is-amber{background:#fff5dc;color:#c77a00}.category-icon.is-cyan{background:#e5f8fa;color:#168a9a}.category-icon.is-red,.category-icon--all{background:var(--brand-soft);color:var(--brand)}.category-name{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.category-count{flex-shrink:0;color:var(--text-muted);font-size:12px;font-weight:400}.platform-hot-list{padding:0 18px 14px;list-style:none}.platform-hot-list li{display:flex;gap:10px;padding:10px 0;border-top:1px solid var(--border)}.platform-hot-list li:nth-child(n+6){display:none}.platform-hot-rank{width:18px;flex:0 0 18px;color:var(--text-muted);font-size:13px;font-weight:700;text-align:center}.platform-hot-rank.is-top{color:var(--brand)}.platform-hot-list a{min-width:0;display:flex;flex-direction:column;gap:3px;text-decoration:none}.platform-hot-list strong{overflow:hidden;color:var(--text-secondary);font-size:13px;font-weight:500;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.platform-hot-list a:hover strong{color:var(--brand)}.platform-hot-list a span{color:var(--text-muted);font-size:11px}.author-overview{min-height:166px;padding:26px 32px;display:flex;align-items:center;gap:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.author-overview-avatar{width:104px;height:104px;flex:0 0 104px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(145deg,#ff795d,#e64023);color:#fff;font-size:34px;font-weight:800;letter-spacing:-2px;box-shadow:inset 0 0 0 1px #fff3}.author-overview-main{min-width:0;flex:1}.author-overview-heading{display:flex;align-items:center;gap:14px;margin-bottom:8px}.author-overview-heading h1{font-size:25px;line-height:1.35}.author-overview-about{padding:5px 14px;border:1px solid var(--border-strong);border-radius:17px;color:var(--text-secondary);font-size:13px;text-decoration:none}.author-overview-about:hover{color:var(--brand);border-color:var(--brand)}.author-overview-main>p{margin-bottom:18px;color:var(--text-secondary);font-size:14px}.author-overview-stats{display:flex;flex-wrap:wrap;gap:12px 28px;color:var(--text-muted);font-size:13px}.author-overview-stats strong{margin-right:4px;color:var(--text-secondary);font-size:15px}.article-feed{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.platform-main.article-feed{display:block}.feed-header{min-height:76px;padding:17px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.feed-header h1,.feed-header h2{color:var(--text-primary);font-size:19px;line-height:1.4}.feed-header p{margin-top:2px;color:var(--text-muted);font-size:13px}.feed-header>span{flex-shrink:0;color:var(--text-muted);font-size:13px}.feed-header--large{min-height:116px;padding-top:24px;padding-bottom:24px}.feed-header--large h1{font-size:25px}.feed-eyebrow{display:block;margin-bottom:2px;color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.12em}.post-list-item{position:relative;padding:25px 30px 23px;border-bottom:1px solid var(--border);transition:background .15s ease}.post-list-item:last-child{border-bottom:0}.post-list-item:hover{background:var(--surface-2)}.post-list-heading{display:flex;align-items:flex-start;gap:10px}.post-list-heading h2{min-width:0;color:var(--text-primary);font-size:19px;font-weight:600;line-height:1.45}.post-list-heading h2 a{text-decoration:none}.post-list-heading h2 a:hover{color:var(--brand)}.post-list-badges{display:flex;flex-shrink:0;gap:5px;padding-top:3px}.post-status-badge{padding:1px 6px;border-radius:3px;font-size:11px;line-height:20px}.post-status-badge.is-pinned{background:var(--brand-soft);color:var(--brand)}.post-status-badge.is-new{background:#e9f7ef;color:#168b4e}html[data-theme=dark] .post-status-badge.is-new{background:#193327;color:#68d99c}.post-list-excerpt{margin:9px 0 15px;overflow:hidden;color:var(--text-secondary);font-size:14px;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-list-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;color:var(--text-muted);font-size:12.5px}.post-category{padding:2px 7px;border-radius:3px;background:var(--brand-soft);color:var(--brand);text-decoration:none}.post-category:hover{background:var(--brand);color:#fff}.post-list-stat{display:inline-flex;align-items:center;gap:4px}.post-list-stat svg{flex-shrink:0}.list-empty-state{padding:70px 24px;color:var(--text-muted);text-align:center}@media(max-width:1180px){.platform-page{padding-left:20px;padding-right:20px}.platform-layout{grid-template-columns:216px minmax(0,1fr)}}@media(max-width:900px){.platform-layout{grid-template-columns:1fr}.category-sidebar{position:static;max-height:none;padding-right:0;display:block;min-width:0;overflow:visible}.hot-panel{display:none}.category-title{padding-bottom:8px}.category-nav{display:block;padding:0 10px 12px}.category-item{min-height:42px;padding:5px 10px}.category-summary{min-height:42px;padding-top:5px;padding-bottom:5px}.category-icon{width:26px;height:26px;flex-basis:26px}.category-children{max-height:min(360px,52vh);margin-left:22px}}@media(max-width:640px){.platform-page{padding:12px 10px 44px}.platform-layout,.platform-main{gap:12px}.category-title{padding:14px 14px 7px;font-size:15px}.category-nav{padding-left:10px;padding-right:10px}.author-overview{min-height:0;padding:20px 18px;align-items:flex-start;gap:14px}.author-overview-avatar{width:64px;height:64px;flex-basis:64px;border-radius:8px;font-size:23px}.author-overview-heading{align-items:flex-start;flex-direction:column;gap:5px}.author-overview-heading h1{font-size:19px}.author-overview-about{padding:2px 9px;font-size:11px}.author-overview-main>p{margin:7px 0 12px;font-size:12.5px;line-height:1.6}.author-overview-stats{gap:6px 14px;font-size:11px}.author-overview-stats span:last-child{display:none}.author-overview-stats strong{font-size:12px}.feed-header{min-height:66px;padding:14px 16px}.feed-header--large{min-height:92px}.feed-header h1,.feed-header h2,.feed-header--large h1{font-size:18px}.feed-header p{font-size:12px}.post-list-item{padding:20px 16px 18px}.post-list-heading{display:block}.post-list-badges{float:left;margin:1px 7px 0 0;padding:0}.post-list-heading h2{font-size:17px}.post-list-excerpt{margin:8px 0 13px;font-size:13px;-webkit-line-clamp:3}.post-list-meta{gap:7px 12px;font-size:11.5px}.post-list-stat:last-child{display:none}}
