:root{--rs-primary: #0d9488;--rs-primary-dark: #0b7d73;--rs-primary-light: #e6f4f2;--rs-text: #1f2d2d;--rs-text-secondary: #5c6b6b;--rs-text-muted: #8a9898;--rs-border: #e2e8e8;--rs-bg: #eef1f2;--rs-card: #ffffff}html,body,#root{margin:0;padding:0;min-height:100vh}body{font-family:PingFang SC,Microsoft YaHei,Segoe UI,Arial,sans-serif;color:var(--rs-text);background:var(--rs-bg);-webkit-font-smoothing:antialiased}a{color:var(--rs-primary);text-decoration:none}.rs-shell{min-height:100vh;display:flex;flex-direction:column}.rs-header{position:sticky;top:0;z-index:100;background:var(--rs-card);border-bottom:1px solid var(--rs-border);box-shadow:0 1px 4px #1f2d2d0d}.rs-header-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:58px;display:flex;align-items:center;gap:18px}.rs-brand{display:flex;align-items:center;gap:10px;cursor:pointer;flex-shrink:0}.rs-brand-logo{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--rs-primary) 0%,#14b8a9 100%);color:#fff;font-weight:800;font-size:15px;letter-spacing:.5px}.rs-brand-name{font-size:17px;font-weight:700;color:var(--rs-text);white-space:nowrap}.rs-brand-sub{font-size:11px;color:var(--rs-text-muted);white-space:nowrap}.rs-header-search{flex:1 1 320px;max-width:420px}.rs-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.rs-nav-item{padding:8px 14px;border-radius:6px;font-size:14px;color:var(--rs-text-secondary);cursor:pointer;white-space:nowrap;transition:all .15s ease}.rs-nav-item:hover{color:var(--rs-primary);background:var(--rs-primary-light)}.rs-nav-item.active{color:var(--rs-primary);background:var(--rs-primary-light);font-weight:600}.rs-user{display:flex;align-items:center;gap:8px;margin-left:8px;cursor:pointer}.rs-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 20px 48px}.rs-cols{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}@media (max-width: 960px){.rs-cols{grid-template-columns:1fr}}.rs-card{background:var(--rs-card);border:1px solid var(--rs-border);border-radius:8px;padding:16px 18px}.rs-card+.rs-card{margin-top:12px}.rs-card-title{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--rs-text);display:flex;align-items:center;justify-content:space-between}.rs-feed-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f3f3}.rs-feed-item:last-child{border-bottom:0}.rs-feed-badge{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;font-size:17px}.rs-feed-badge.project{background:#e8f1fd;color:#2470c2}.rs-feed-badge.publication{background:var(--rs-primary-light);color:var(--rs-primary)}.rs-feed-badge.recommend{background:#fdf3e3;color:#c28a24}.rs-feed-title{font-size:14px;font-weight:600;color:var(--rs-text);cursor:pointer;line-height:1.5}.rs-feed-title:hover{color:var(--rs-primary)}.rs-feed-content{margin-top:3px;font-size:13px;color:var(--rs-text-secondary);line-height:1.6}.rs-feed-meta{margin-top:5px;font-size:12px;color:var(--rs-text-muted)}.rs-pub-item{padding:14px 0;border-bottom:1px solid #f0f3f3}.rs-pub-item:last-child{border-bottom:0}.rs-pub-title{margin:0;font-size:15px;font-weight:650;line-height:1.5;color:var(--rs-text);cursor:pointer}.rs-pub-title:hover{color:var(--rs-primary);text-decoration:underline}.rs-pub-authors{margin-top:5px;font-size:13px;color:var(--rs-primary)}.rs-pub-meta{margin-top:4px;font-size:12.5px;color:var(--rs-text-muted);display:flex;flex-wrap:wrap;gap:6px 14px;align-items:center}.rs-pub-abstract{margin-top:7px;font-size:13px;color:var(--rs-text-secondary);line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rs-pub-actions{margin-top:8px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rs-pill{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:10px;font-size:11.5px;font-weight:600;background:#f0f3f3;color:var(--rs-text-secondary);white-space:nowrap}.rs-pill.teal{background:var(--rs-primary-light);color:var(--rs-primary-dark)}.rs-pill.blue{background:#e8f1fd;color:#2470c2}.rs-pill.orange{background:#fdf3e3;color:#b07a14}.rs-pill.gray{background:#f0f3f3;color:#6b7a7a}.rs-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rs-stat-cell{padding:12px;border-radius:8px;background:#f7fafa;border:1px solid #edf2f2}.rs-stat-value{font-size:22px;font-weight:800;color:var(--rs-primary-dark);line-height:1.1}.rs-stat-label{margin-top:4px;font-size:12px;color:var(--rs-text-muted)}.rs-side-list-item{display:flex;flex-direction:column;gap:3px;padding:10px 0;border-bottom:1px solid #f0f3f3}.rs-side-list-item:last-child{border-bottom:0}.rs-search-hero{border-radius:10px;padding:34px 36px 30px;margin-bottom:16px;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.14),transparent 42%),linear-gradient(120deg,#0b7d73,#0d9488 55%,#14b8a9);color:#fff}.rs-search-hero h2{margin:0 0 6px;font-size:22px;font-weight:700}.rs-search-hero p{margin:0 0 18px;font-size:13px;opacity:.85}.rs-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:14px}.rs-project-card{background:var(--rs-card);border:1px solid var(--rs-border);border-radius:8px;padding:16px 18px;cursor:pointer;display:flex;flex-direction:column;gap:10px;transition:box-shadow .15s ease,transform .15s ease}.rs-project-card:hover{box-shadow:0 6px 20px #0d94881f;transform:translateY(-2px)}.rs-project-name{font-size:15px;font-weight:700;line-height:1.45;color:var(--rs-text)}.rs-project-summary{font-size:12.5px;color:var(--rs-text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rs-project-foot{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--rs-text-muted)}.rs-detail-header{background:var(--rs-card);border:1px solid var(--rs-border);border-radius:8px;padding:22px 24px;margin-bottom:12px}.rs-detail-title{margin:8px 0 10px;font-size:20px;font-weight:750;line-height:1.45}.rs-kv{display:flex;gap:8px;font-size:13px;line-height:1.7}.rs-kv-label{color:var(--rs-text-muted);flex-shrink:0}.rs-empty-hint{padding:28px 0;text-align:center;color:var(--rs-text-muted);font-size:13px}.rs-footer{padding:18px 0 26px;text-align:center;font-size:12px;color:var(--rs-text-muted)}.rs-clickable{cursor:pointer}.rs-import-stats{display:flex;gap:18px;margin:10px 0 4px;font-size:13px}*,*:before,*:after{box-sizing:border-box}
