.comments-page{display:grid;gap:18px;max-width:1380px;margin:auto}.comments-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 30px;border-radius:22px;background:linear-gradient(120deg,#20143f,#4d2672 62%,#763d82);color:#fff;box-shadow:0 18px 45px rgba(51,28,92,.16)}.comments-hero h2{margin:6px 0;font-size:28px}.comments-hero p{margin:0;color:#e9dff5}.comments-hero .eyebrow{color:#e879f9}.comments-hero .btn{background:#fff;border:0;color:#51258a}.comment-account-picker{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.comment-account-picker label{display:grid;gap:7px;width:min(430px,100%);font-size:12px;font-weight:800}.comment-account-picker select{height:44px;padding:0 13px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.comment-account-picker small{color:#667085}.comment-post-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,310px);gap:12px;padding:3px 2px 12px;overflow-x:auto;scroll-snap-type:x proximity}.comment-post-card{display:grid;grid-template-columns:82px 1fr;gap:12px;min-height:106px;padding:10px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;color:#101828;text-decoration:none;scroll-snap-align:start;transition:.18s ease}.comment-post-card:hover{border-color:#b692f6;transform:translateY(-2px);box-shadow:0 10px 25px rgba(52,34,89,.08)}.comment-post-card.active{border:2px solid #7f56d9;background:#faf8ff}.comment-post-card img,.post-placeholder{width:82px;height:84px;border-radius:11px;object-fit:cover}.post-placeholder{display:grid;place-items:center;background:#f2f4f7;color:#98a2b3;font-size:25px}.comment-post-card>div{display:grid;align-content:space-between;min-width:0}.comment-post-card p{display:-webkit-box;margin:2px 0;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;line-height:1.5}.comment-post-card small{display:flex;gap:12px;color:#667085}.comment-post-card b{color:#6941c6}.comments-workspace{overflow:hidden;border:1px solid #e4e7ec;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(16,24,40,.06)}.comments-workspace>header{display:flex;align-items:center;justify-content:space-between;padding:17px 22px;border-bottom:1px solid #eaecf0;background:#fcfcfd}.comments-workspace>header>div{display:flex;align-items:center;gap:12px}.comments-workspace>header img{width:50px;height:50px;border-radius:10px;object-fit:cover}.comments-workspace h3{margin:3px 0}.comments-workspace>header>a{color:#6941c6;font-size:12px;font-weight:800;text-decoration:none}.comment-feed{display:grid}.comment-item{display:grid;grid-template-columns:46px 1fr;gap:13px;padding:20px 22px;border-bottom:1px solid #f2f4f7}.comment-item:last-child{border-bottom:0}.comment-item.is-hidden{background:#fafafa;opacity:.74}.comment-avatar img,.comment-avatar span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#f79009,#d92d20);color:#fff;font-weight:900}.comment-body>header{display:flex;align-items:center;justify-content:space-between}.comment-body>header>div{display:grid;gap:2px}.comment-body time{color:#98a2b3;font-size:10px}.comment-body>p{margin:10px 0 13px;font-size:14px;line-height:1.7}.hidden-badge{padding:4px 8px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:800}.existing-replies{display:grid;gap:7px;margin:10px 0 14px;padding-left:14px;border-left:2px solid #e9d7fe}.existing-replies>div{display:flex;gap:8px}.existing-replies p{margin:0;color:#475467}.existing-replies em{font-style:normal}.comment-compose{display:grid;gap:9px}.comment-compose textarea{resize:vertical;padding:11px 13px;border:1px solid #d0d5dd;border-radius:11px;background:#fcfcfd}.comment-compose textarea:focus{border-color:#9e77ed;outline:3px solid #f4ebff}.comment-actions,.comment-actions>div{display:flex;align-items:center;justify-content:space-between;gap:7px}.comment-actions button{height:34px;padding:0 11px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;font-size:11px;font-weight:800;cursor:pointer}.comment-actions .comment-primary{border-color:#7f56d9;background:#7f56d9;color:#fff}.comment-actions .comment-private{color:#344054}.comment-actions .comment-tool{width:35px;padding:0;color:#667085}.comment-actions .danger{border-color:#fecdca;color:#d92d20}.comments-empty{display:grid;justify-items:center;gap:7px;padding:65px 20px;border:1px dashed #d0d5dd;border-radius:20px;background:#fff;text-align:center}.comments-empty.compact{padding:38px 20px;border:0}.comments-empty>span{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#f4ebff;color:#7f56d9;font-size:22px}.comments-empty h3,.comments-empty p{margin:0}.comments-empty p{color:#667085}@media(max-width:760px){.comments-hero{align-items:flex-start;flex-direction:column;padding:22px}.comments-hero h2{font-size:23px}.comment-account-picker{align-items:stretch;flex-direction:column}.comment-post-strip{grid-auto-columns:270px}.comment-item{grid-template-columns:36px 1fr;padding:16px 14px}.comment-avatar img,.comment-avatar span{width:36px;height:36px}.comment-actions{align-items:stretch;flex-direction:column}.comment-actions>div{width:100%}.comment-actions>div:first-child button{flex:1}.comments-workspace>header{align-items:flex-start}.comments-workspace>header>a{max-width:95px;text-align:right}}
