
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.nm-wrapper *{font-family:'Inter',sans-serif;box-sizing:border-box}
.nm-wrapper{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:280px 1fr 320px;gap:20px;padding:20px;background:#0a0a0b;color:#e5e7eb;min-height:100vh;border-radius:20px}
@media(max-width:1100px){.nm-wrapper{grid-template-columns:1fr} .nm-sidebar-left,.nm-sidebar-right{display:none}}
.nm-card{background:#151518;border:1px solid #242429;border-radius:20px;padding:16px}
.nm-stories{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;margin-bottom:20px}
.nm-story{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:64px;cursor:pointer}
.nm-story-ring{width:64px;height:64px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#8b5cf6,#3b82f6,#06b6d4)}
.nm-story-ring img{width:100%;height:100%;border-radius:50%;border:3px solid #151518;object-fit:cover}
.nm-story span{font-size:12px;color:#a1a1aa}
.nm-composer{margin-bottom:20px}
.nm-composer textarea{width:100%;background:#0a0a0b;border:1px solid #2a2a30;border-radius:14px;padding:14px 16px;color:white;resize:none;outline:none}
.nm-composer textarea:focus{border-color:#8b5cf6}
.nm-composer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;flex-wrap:wrap;gap:10px}
.nm-btn{background:linear-gradient(90deg,#8b5cf6,#3b82f6);color:white;border:none;padding:10px 20px;border-radius:12px;font-weight:600;cursor:pointer}
.nm-btn-google{background:white;color:#1f1f23;border:1px solid #e5e7eb;display:flex;align-items:center;gap:8px}
.nm-post{margin-bottom:16px}
.nm-post-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.nm-post-head img{width:42px;height:42px;border-radius:50%}
.nm-post-content{color:#d4d4d8;line-height:1.6;font-size:14px;margin-bottom:12px;white-space:pre-wrap}
.nm-post-actions{display:flex;gap:20px;border-top:1px solid #242429;padding-top:12px;margin-top:12px}
.nm-action{display:flex;align-items:center;gap:6px;color:#71717a;font-size:13px;cursor:pointer;background:none;border:none}
.nm-action.liked{color:#ec4899}
.nm-badge{display:inline-block;background:#1f1f23;border:1px solid #2a2a30;border-radius:20px;padding:4px 10px;font-size:11px;color:#a1a1aa;margin:2px}
.nm-level{height:6px;background:#242429;border-radius:10px;overflow:hidden;margin:8px 0}
.nm-level-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#3b82f6);width:65%}
.nm-leader-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #1f1f23}
.nm-single-wrap{max-width:700px;margin:40px auto;padding:20px;background:#0a0a0b;color:#e5e7eb}
