.comment-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:24px}.comments-header{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px}.add-comment-form{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.form-row{display:flex;gap:12px}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3476BA,#2563EB);color:white;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.comment-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease}.comment-input:focus{outline:none;border-color:#3476BA}.comment-input:disabled{background:#f9fafb;cursor:not-allowed}.comment-input::-moz-placeholder{color:#9ca3af}.comment-input::placeholder{color:#9ca3af}.comment-error{margin:12px 0 0 52px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px}.form-actions{display:flex;align-items:center;justify-content:flex-end;margin-top:12px;padding-left:52px}.submit-comment-btn{padding:10px 20px;background:linear-gradient(135deg,#3476BA,#2563EB);color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Space Grotesk,sans-serif}.submit-comment-btn:hover:not(:disabled){box-shadow:0 2px 8px rgba(52,118,186,.4)}.submit-comment-btn:disabled{opacity:.6;cursor:not-allowed}.auth-prompt-inline{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.auth-prompt-inline p{margin:0;font-size:14px;color:#6b7280}.sign-in-btn{padding:8px 16px;background:#3476BA;color:white;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease;font-family:Space Grotesk,sans-serif}.sign-in-btn:hover{background:#2563EB}.comments-list{display:flex;flex-direction:column;gap:20px}.comment-item{display:flex;gap:12px}.comment-avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.comment-author,.comment-author-hover{font-size:14px;font-weight:600;color:#1a1a1a}.comment-author-hover{display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease}.comment-author-hover .dm-icon{opacity:0;transform:translateY(1px);transition:opacity .2s ease,transform .2s ease}.comment-author-hover:hover{color:#3476BA}.comment-author-hover:hover .dm-icon{opacity:1;transform:translateY(0)}.comment-time{font-size:12px;color:#9ca3af}.delete-comment-btn{margin-left:auto;background:none;border:none;color:#ef4444;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .2s;display:flex;align-items:center;gap:4px}.delete-comment-btn:hover:not(:disabled){background-color:#fee2e2}.delete-comment-btn:disabled{opacity:.5;cursor:not-allowed}.delete-comment-btn svg{flex-shrink:0}.deleting-text{font-size:11px;font-weight:500}.comment-content{font-size:14px;color:#4b5563;line-height:1.6;margin:0;word-wrap:break-word;white-space:pre-wrap}.no-comments{text-align:center;padding:32px 20px;color:#6b7280}.no-comments p{margin:0;font-size:14px}@media (max-width:640px){.comment-section{padding:20px 16px}.form-row{flex-direction:column;gap:12px}.user-avatar{width:36px;height:36px;font-size:14px}.form-actions{padding-left:0;flex-direction:column;gap:12px;align-items:stretch}.credit-note{text-align:center}.submit-comment-btn{width:100%}.comment-error{margin-left:0}}.auth-prompt-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-prompt-modal{position:relative;width:100%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-prompt-modal .close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;font-size:20px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-prompt-modal .close-btn:hover{background:#e5e7eb;color:#1a1a1a}.auth-prompt-content{padding:48px 32px 32px;text-align:center}.lock-icon{font-size:48px;margin-bottom:16px}.auth-prompt-content h2{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.auth-prompt-content p{font-size:14px;color:#6b7280;margin:0 0 24px}.auth-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:16px}.auth-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.google-sign-in-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.google-sign-in-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.08)}.google-sign-in-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px}.terms-note{font-size:12px;color:#9ca3af;margin:0}.terms-note a{color:#3476BA;text-decoration:none}.terms-note a:hover{text-decoration:underline}@media (max-width:480px){.auth-prompt-backdrop{padding:16px}.auth-prompt-content{padding:40px 24px 24px}.auth-prompt-content h2{font-size:20px}}.mentioned-profiles{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.mentioned-profiles-header{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:12px}.mentioned-profiles-header svg{flex-shrink:0;color:#9ca3af}.profile-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.profile-card{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;transition:all .2s ease;position:relative}.profile-card:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 4px rgba(0,0,0,.05)}.profile-card-avatar{width:48px;height:48px;flex-shrink:0;position:relative}.avatar-image{-o-object-fit:cover;object-fit:cover;display:block}.avatar-image,.avatar-placeholder{width:100%;height:100%;border-radius:50%}.avatar-placeholder{background:linear-gradient(135deg,#3476BA,#2563EB);color:white;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;position:absolute;top:0;left:0}.profile-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.profile-name{font-size:14px;font-weight:600;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-followers{display:flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af;font-weight:500}.profile-followers svg{flex-shrink:0}.profile-ig-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:white;border:1px solid #e5e7eb;color:#6b7280;transition:all .2s ease;flex-shrink:0;text-decoration:none}.profile-ig-link:hover{background:#3476BA;border-color:#3476BA;color:white;transform:scale(1.05)}@media (max-width:768px){.profile-cards-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.profile-card{padding:10px;gap:10px}.profile-card-avatar{width:40px;height:40px}.avatar-placeholder{font-size:16px}.profile-name{font-size:12px}}