/* MEXC Investigation Core styles (approximate to original HTML clone) */
*{box-sizing:border-box}body{background:#000;color:#e7e9ea;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.4}
.container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:275px 1fr 350px;gap:30px;padding:0 20px}
.sidebar{position:sticky;top:0;height:100vh;padding:20px 0}
.logo{font-size:24px;font-weight:bold;margin-bottom:30px;color:#dc2626}
.warning-banner{background:linear-gradient(135deg,#dc2626,#991b1b);padding:15px;border-radius:12px;margin-bottom:20px;font-size:14px;font-weight:600}
.nav-menu{list-style:none}.nav-item{margin-bottom:8px}
.nav-link{display:flex;align-items:center;padding:12px 20px;color:#e7e9ea;text-decoration:none;border-radius:25px;transition:background-color .2s;font-size:20px}
.nav-link:hover{background:#1a1a1a}.nav-icon{margin-right:20px;width:26px;height:26px}
.main-feed{border-left:1px solid #2f3336;border-right:1px solid #2f3336;min-height:100vh}
.feed-header{position:sticky;top:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(12px);padding:16px 20px;border-bottom:1px solid #2f3336;z-index:100}
.feed-title{font-size:20px;font-weight:700;color:#e7e9ea}.feed-subtitle{font-size:14px;color:#71767b;margin-top:4px}
.investigation-banner{background:linear-gradient(135deg,#dc2626,#7f1d1d);padding:20px;border-bottom:1px solid #2f3336;text-align:center}
.investigation-title{font-size:24px;font-weight:700;margin-bottom:8px}.investigation-subtitle{font-size:16px;opacity:.9}
.post{padding:16px 20px;border-bottom:1px solid #2f3336;transition:background-color .2s;position:relative}
.post:hover{background-color:#030303}.post-scam{border-left:4px solid #dc2626;background-color:rgba(220,38,38,.05)}
.post-header{display:flex;align-items:flex-start;margin-bottom:4px}.avatar{width:40px;height:40px;border-radius:50%;margin-right:12px;background:linear-gradient(135deg,#dc2626,#991b1b);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#fff}
.post-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.username{font-weight:700;color:#e7e9ea;text-decoration:none}
.handle,.timestamp{color:#71767b;text-decoration:none}
.post-content{margin-bottom:12px;font-size:15px;line-height:1.3;word-wrap:break-word}
.hashtag,.mention{color:#1d9bf0;text-decoration:none;font-weight:600}.hashtag:hover,.mention:hover{text-decoration:underline}
.scam-highlight{background-color:rgba(220,38,38,.2);color:#fca5a5;padding:2px 4px;border-radius:4px;font-weight:600}
.mexc-highlight{background-color:rgba(59,130,246,.2);color:#93c5fd;padding:2px 4px;border-radius:4px;font-weight:600}
.post-actions{display:flex;justify-content:space-between;max-width:425px;margin-top:12px}
.action-btn{display:flex;align-items:center;background:none;border:none;color:#71767b;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s}
.action-btn:hover{background-color:rgba(29,155,240,.1);color:#1d9bf0}.action-count{margin-left:8px;font-size:13px}
.right-sidebar{padding:20px 0}
.trending-widget{background:#16181c;border-radius:16px;overflow:hidden;margin-bottom:20px}
.widget-header{padding:16px;font-size:20px;font-weight:700;border-bottom:1px solid #2f3336}
.trending-item{padding:16px;border-bottom:1px solid #2f3336;cursor:pointer;transition:background-color .2s}
.trending-item:hover{background:#1a1a1a}.trending-category{color:#71767b;font-size:13px}
.trending-title{font-weight:700;margin:4px 0}.trending-count{color:#71767b;font-size:13px}
.warning-widget{background:linear-gradient(135deg,#dc2626,#7f1d1d);border-radius:16px;padding:16px;margin-bottom:20px}
.warning-title{font-size:18px;font-weight:700;margin-bottom:8px}.warning-text{font-size:14px;line-height:1.4}
.seo-keywords{position:absolute;left:-9999px;font-size:0;line-height:0}
@media (max-width:1024px){.container{grid-template-columns:68px 1fr;gap:20px}.right-sidebar{display:none}.nav-text{display:none}}
@media (max-width:768px){.container{grid-template-columns:1fr;padding:0}.sidebar{display:none}.main-feed{border:none}}
