*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0e1113;--bg-card:#1a1d21;--bg-hover:#22262b;--bg-input:#14171a;--border:#2d3239;--text:#e1e4e8;--text-muted:#8b949e;--accent:#e31337;--accent-hover:#ff1744;--green:#2ea043;--radius:8px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}.header{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:12px 20px;display:flex}.header-left{align-items:center;gap:12px;display:flex}.logo{color:var(--text);font-size:1.25rem;font-weight:700}.community-tag{color:var(--text-muted);background:var(--bg);border-radius:12px;padding:2px 8px;font-size:.75rem}.header-right{align-items:center;gap:12px;display:flex}.user-menu{align-items:center;gap:10px;display:flex}.username{color:var(--text);font-weight:500}.avatar-small{object-fit:cover;border-radius:50%;width:32px;height:32px}.avatar-tiny{object-fit:cover;border-radius:50%;width:22px;height:22px}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-outline{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-outline:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.btn-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:8px 0;font-size:.875rem;display:inline-flex}.btn-back:hover{color:var(--text)}.btn-full{justify-content:center;width:100%}.main-content{max-width:1100px;margin:0 auto;padding:20px}.feed-container{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}@media (width<=768px){.feed-container{grid-template-columns:1fr}.sidebar{order:-1}}.feed-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.85rem;font-weight:600}.feed-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sort-tabs{background:var(--bg-card);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.sort-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .15s}.sort-tab:hover{color:var(--text)}.sort-tab.active{background:var(--accent);color:#fff}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;gap:12px;margin-bottom:10px;padding:16px;transition:border-color .15s;display:flex}.post-card:hover{border-color:var(--text-muted)}.post-card-vote{flex-direction:column;align-items:center;gap:4px;min-width:40px;display:flex}.vote-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.vote-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.vote-btn.voted{background:var(--accent);border-color:var(--accent);color:#fff}.vote-count{color:var(--text-muted);font-size:.8rem;font-weight:600}.post-card-content{flex:1;min-width:0}.post-title{color:var(--text);margin-bottom:6px;font-size:1rem;font-weight:600;line-height:1.3}.post-preview{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.post-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem;display:flex}.post-author{color:var(--text);font-weight:500}.post-payout{color:var(--green);font-weight:500}.post-card-thumb{border-radius:6px;flex-shrink:0;width:100px;height:70px;overflow:hidden}.post-card-thumb img{object-fit:cover;width:100%;height:100%}.post-full{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:28px}.post-full h1{margin-bottom:12px;font-size:1.5rem}.post-body{word-wrap:break-word;overflow-wrap:break-word;margin-top:20px;font-size:.95rem;line-height:1.7;overflow:hidden}.post-body img{border-radius:var(--radius);max-width:100%;height:auto;margin:12px 0}.post-body iframe{max-width:100%}.comment-body img{border-radius:var(--radius);max-width:100%;height:auto;margin:8px 0}.post-body p{margin-bottom:12px}.post-body code{background:var(--bg);border-radius:4px;padding:2px 6px;font-size:.85em}.comments-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.comments-section h2{margin-bottom:16px;font-size:1.1rem}.comment{border-bottom:1px solid var(--border);padding:12px 0}.comment:last-child{border-bottom:none}.comment-header{align-items:center;gap:8px;margin-bottom:6px;font-size:.8rem;display:flex}.comment-body{color:var(--text);font-size:.9rem;line-height:1.5}.comment-actions{align-items:center;gap:12px;margin-top:8px;display:flex}.vote-btn-inline{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:.78rem;display:flex}.vote-btn-inline:hover:not(:disabled),.vote-btn-inline.voted{color:var(--accent)}.reply-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.78rem}.reply-btn:hover{color:var(--text)}.reply-box{margin-bottom:20px}.replying-to{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:.8rem;display:flex}.replying-to button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem}.reply-box textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);resize:vertical;margin-bottom:8px;padding:12px;font-family:inherit;font-size:.9rem}.reply-box textarea:focus{border-color:var(--accent);outline:none}.create-post{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:24px}.create-post h2{margin-bottom:16px;font-size:1.1rem}.input-full{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);margin-bottom:12px;padding:12px;font-family:inherit;font-size:.9rem}.input-full:focus{border-color:var(--accent);outline:none}textarea.input-full{resize:vertical;min-height:150px}.form-actions{justify-content:flex-end;gap:10px;display:flex}.sidebar{position:sticky;top:72px}.sidebar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:20px}.sidebar-card h3{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:12px;font-size:.9rem;font-weight:600}.sidebar-desc{color:var(--text);margin-bottom:16px;font-size:.85rem}.sidebar-stats{gap:16px;margin-bottom:12px;display:flex}.stat{flex-direction:column;display:flex}.stat-value{color:var(--text);font-size:1.1rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.sidebar-note{color:var(--text-muted);margin-bottom:12px;font-size:.8rem;font-style:italic}.sidebar-long-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.muted{color:var(--text-muted);font-size:.85rem}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;padding:32px;position:relative}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:12px;right:16px}.modal h2{margin-bottom:8px;font-size:1.2rem}.modal-desc{color:var(--text-muted);margin-bottom:20px;font-size:.85rem}.input-group{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);align-items:center;margin-bottom:16px;display:flex;overflow:hidden}.input-prefix{color:var(--text-muted);padding:0 0 0 14px;font-weight:500}.input-group input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:12px;font-size:.95rem}.auth-tabs{background:var(--bg);border-radius:var(--radius);gap:4px;margin-bottom:16px;padding:4px;display:flex}.auth-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:8px;font-size:.85rem;font-weight:500;transition:all .15s}.auth-tab.active{background:var(--accent);color:#fff}.auth-mode-toggle{gap:4px;margin-bottom:16px;display:flex}.auth-mode-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:6px;font-size:.8rem;transition:all .15s}.auth-mode-btn.active{border-color:var(--accent);color:var(--text)}.error{color:#f85149;margin-bottom:12px;font-size:.85rem}.loading{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:var(--text-muted);padding:40px}.edit-profile{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:600px;margin:0 auto 20px;padding:24px}.edit-profile-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.edit-profile-header h2{margin:0;font-size:1.2rem}.profile-preview{border-radius:var(--radius);margin-bottom:24px;position:relative;overflow:hidden}.profile-cover{background:var(--bg-hover);background-position:50%;background-size:cover;height:120px}.profile-avatar{border:3px solid var(--bg-card);object-fit:cover;border-radius:50%;width:64px;height:64px;position:absolute;bottom:8px;left:16px}.profile-preview-info{background:var(--bg-hover);flex-direction:column;padding:8px 16px 12px 92px;display:flex}.profile-display-name{color:var(--text);font-size:1rem;font-weight:600}.profile-username{color:var(--text-muted);font-size:.8rem}.form-label{color:var(--text-muted);margin-bottom:4px;font-size:.8rem;font-weight:500;display:block}.form-label .input-full{margin-top:4px}.success{color:var(--green);margin-bottom:12px;font-size:.85rem}
