.carousel-container{margin-bottom:1rem;overflow:hidden}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.carousel-header h3{font-size:1rem;color:var(--text-secondary)}.carousel-nav-btn{background:var(--bg-tertiary);border:none;color:var(--text-secondary);width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel-nav-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.carousel-track-wrapper{overflow:hidden}.carousel-track{display:flex;gap:.75rem;transition:transform .3s ease}.carousel-user{flex-shrink:0;width:140px;background:var(--bg-secondary);border-radius:12px;padding:1rem;text-align:center;border:1px solid var(--border)}.carousel-user-avatar{width:var(--avatar-xl);height:var(--avatar-xl);border-radius:50%;margin:0 auto .5rem;overflow:hidden;background:var(--bg-tertiary)}.carousel-user-avatar img{width:100%;height:100%;object-fit:cover}.carousel-user-name{font-weight:600;font-size:.875rem;color:var(--text-primary);text-decoration:none;display:block;margin-bottom:.25rem}.carousel-user-name:hover{text-decoration:underline}.carousel-user-bio{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follow-btn{margin-top:.5rem;background:var(--primary);border:none;color:#fff;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;cursor:pointer;transition:all .2s}.follow-btn:hover{background:var(--primary-dark)}.follow-btn.following{background:var(--bg-tertiary);color:var(--text-secondary)}.post-respuestas{background:var(--card-bg);border-radius:12px;padding:1rem;margin-top:1rem;border:1px solid var(--border)}.respuesta-form{display:flex;gap:.5rem;margin-bottom:1rem;align-items:flex-start}.respuesta-form textarea{flex:1;padding:.5rem 1rem;border:1px solid var(--border);border-radius:9999px;background:var(--bg-tertiary);color:var(--text-primary);font-family:inherit;font-size:.875rem;resize:none;min-height:36px;max-height:120px;box-sizing:border-box}.respuesta-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #8b5cf633}.respuesta-form-actions{display:flex;gap:.5rem;align-items:center}.gif-btn{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.5rem 1rem;border-radius:9999px;cursor:pointer;font-size:.875rem}.gif-btn:hover{background:var(--bg-secondary)}.submit-btn{background:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;font-weight:600;font-size:.875rem}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.respuesta-item{display:flex;padding:1rem;border-bottom:1px solid var(--border);transition:background-color .2s ease;border-radius:8px}.respuesta-item:hover{background-color:#ffffff05}.respuesta-item:last-child{border-bottom:none}.respuesta-avatar{width:var(--avatar-md);height:var(--avatar-md);border-radius:50%;margin-right:.75rem;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.9rem;overflow:hidden;flex-shrink:0}.respuesta-avatar img{width:100%;height:100%;object-fit:cover}.respuesta-body{flex:1}.respuesta-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.respuesta-username{font-weight:600;color:var(--text-primary);text-decoration:none}.respuesta-username:hover{text-decoration:underline}.respuesta-time{font-size:.8rem;color:var(--text-muted)}.respuesta-content{color:var(--text-primary);line-height:1.4;white-space:pre-wrap;word-break:break-word}.empty-respuestas{text-align:center;padding:2rem;color:var(--text-muted)}.empty-respuestas i{font-size:2rem;margin-bottom:.5rem;display:block}.loading-respuestas{text-align:center;padding:1rem;color:var(--text-muted)}.error-respuestas{text-align:center;padding:1rem;color:#ef4444}.respuesta-replies{margin-top:.75rem;margin-left:-30px;padding-left:0;border-left:none}@media(max-width:480px){.respuesta-replies{margin-left:-24px}}.toggle-replies-btn{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;background:none;border:none;padding:.5rem 0 .5rem 14px;transition:opacity .2s}.toggle-replies-btn:hover{opacity:.8;text-decoration:underline}.respuesta-item.has-thread{position:relative}.respuesta-item.has-thread:before{content:"";position:absolute;top:calc(1rem + 42px);bottom:0;left:calc(1rem + 18px);width:2px;background-color:var(--border-medium);z-index:1;pointer-events:none}.reply-item{position:relative;display:flex;padding:.75rem 0}.reply-item:hover{background-color:transparent}.reply-item:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background-color:var(--border-medium);z-index:1;pointer-events:none}.reply-item:last-child:before{bottom:calc(100% - .75rem - 14px)}.reply-avatar{width:var(--avatar-sm);height:var(--avatar-sm);border-radius:50%;margin-left:-16px;margin-right:12px;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.75rem;overflow:hidden;flex-shrink:0;z-index:2;position:relative;border:2px solid var(--card-bg)}.reply-avatar img{width:100%;height:100%;object-fit:cover}.reply-body{flex:1;position:relative;z-index:2}.reply-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.125rem}.reply-user{font-weight:600;color:var(--text-primary);text-decoration:none;font-size:.85rem}.reply-user:hover{text-decoration:underline}.reply-time{font-size:.75rem;color:var(--text-muted)}.reply-content{color:var(--text-primary);line-height:1.4;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.reply-form-container{margin-top:.5rem;position:relative;z-index:2}.reply-to-respuesta-btn{background:none;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;padding:.25rem 0 .25rem 14px;display:inline-flex;align-items:center}.reply-to-respuesta-btn:hover{color:var(--primary)}.respuesta-form-x{display:flex;gap:.75rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.respuesta-avatar-container{flex-shrink:0}.respuesta-content-container{flex:1;display:flex;flex-direction:column;gap:.75rem}.respuesta-content-container textarea{width:100%;border:none;background:transparent;color:var(--text-primary);font-family:inherit;font-size:1.05rem;line-height:1.5;resize:none;outline:none;padding:4px 0;min-height:30px}.respuesta-content-container textarea::placeholder{color:var(--text-muted)}.respuesta-actions-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.05);padding-top:.75rem}.respuesta-action-tools{display:flex;gap:.5rem}.action-tool-btn{background:none;border:none;color:var(--primary);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.action-tool-btn:hover{background:#8b5cf61a}.submit-btn-x{background:var(--primary);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:9999px;cursor:pointer;font-weight:700;font-size:.9rem;transition:opacity .2s,background .2s}.submit-btn-x:hover{background:var(--primary-dark)}.submit-btn-x:disabled{opacity:.5;cursor:not-allowed}.inline-respuestas{display:none;border-top:1px solid var(--border);padding:.75rem 1rem;background:var(--bg-primary)}.inline-respuestas.open{display:block}.inline-respuesta-form{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem}.inline-respuesta-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary, #131316);margin-top:2px}.inline-respuesta-avatar .avatar,.inline-respuesta-avatar .dino-egg-svg{width:32px;height:32px;display:block}.inline-respuesta-avatar img{width:32px;height:32px;object-fit:cover}.inline-input-wrap{flex:1;position:relative}.inline-respuesta-input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid var(--border);border-radius:9999px;background:var(--bg-secondary);color:var(--text-primary);font-family:inherit;font-size:.875rem;resize:none;min-height:36px;max-height:200px;outline:none;transition:border-color .2s,box-shadow .2s;line-height:1.4;box-sizing:border-box}.inline-respuesta-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.inline-respuesta-input::placeholder{color:var(--text-muted)}.inline-char-count{position:absolute;bottom:8px;right:12px;font-size:.7rem;color:var(--text-muted);pointer-events:none;transition:color .2s}.inline-char-count.near-limit{color:#f59e0b;font-weight:600}.inline-char-count.at-limit{color:#ef4444;font-weight:700}.inline-respuesta-submit-btn{padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:9999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;flex-shrink:0;margin-top:2px}.inline-respuesta-submit-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.inline-respuesta-submit-btn:active:not(:disabled){transform:translateY(0)}.inline-respuesta-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.nested-reply-form{padding-left:2rem;margin-top:.5rem}.nested-reply-form form{display:flex;align-items:center;gap:.5rem}.nested-reply-cancel{background:transparent;border:1px solid var(--border);color:var(--text-secondary);border-radius:9999px;font-size:.8rem;padding:.5rem .75rem;cursor:pointer;transition:all .2s;flex-shrink:0}.nested-reply-cancel:hover{background:var(--bg-hover);color:var(--text-primary)}.post-card-author .avatar{margin-right:.5rem;vertical-align:middle;border-radius:50%;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.post-card-author .avatar.avatar-sm{width:var(--avatar-sm);height:var(--avatar-sm);min-width:var(--avatar-sm);min-height:var(--avatar-sm)}.explore-section{padding:0}.explore-communities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;padding:1rem}.explore-community-card{display:flex;align-items:center;gap:.875rem;padding:.875rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);text-decoration:none;transition:border-color .15s,transform .15s}.explore-community-card:hover{border-color:#ff820066;transform:translateY(-1px)}.explore-comm-avatar{width:44px;height:44px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--bg-tertiary)}.explore-communities-grid .comm-avatar{width:44px!important;height:44px!important;border-radius:var(--radius-md)!important}.explore-comm-info{display:flex;flex-direction:column;gap:2px;min-width:0}.explore-comm-name{font-size:.9rem;font-weight:700;color:var(--text-primary)}.explore-comm-members{font-size:.78rem;color:var(--text-muted)}.explore-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.9rem}.explore-posts-grid{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.explore-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;padding:1rem}.explore-section-title{padding:.75rem 1rem .25rem;font-size:.85rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.explore-section-title .explore-tab{padding:.25rem .75rem;font-size:.8rem}.explore-posts{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:1rem}.explore-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-secondary);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.explore-tab{flex:1;padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.explore-tab:hover{border-color:var(--primary);color:var(--primary)}.explore-tab.active{background:var(--primary-gradient);border-color:transparent;color:#fff}.explore-content{background:var(--bg-secondary);border-radius:0 0 var(--radius-lg) var(--radius-lg);min-height:400px}.explore-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--text-muted)}.svg-spinner{animation:spin 1s linear infinite;margin-bottom:.5rem}.explore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1rem}.explore-user-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s,transform .2s}.explore-user-card:hover{border-color:#ff82004d;transform:translateY(-2px)}.explore-user-avatar{width:var(--avatar-xl);height:var(--avatar-xl);border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0;overflow:hidden}.explore-user-avatar img{width:100%;height:100%;object-fit:cover}.explore-user-info{flex:1;min-width:0}.explore-user-name{font-weight:700;color:var(--text-primary);font-size:.95rem;text-decoration:none;display:block}.explore-user-name:hover{color:var(--primary)}.explore-user-bio{font-size:.8rem;color:var(--text-muted);margin:.25rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-user-stats{display:flex;gap:.75rem;font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.tab-content{display:none}.tab-content.active{display:block}.new-posts-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:700;font-size:.9rem;margin-bottom:1rem;transition:background .2s;animation:slideDown .3s ease}.new-posts-btn:hover{background:var(--primary-dark)}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.loading-feed{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--text-muted)}.loading-feed p{margin:0;font-size:.9rem}.load-more{text-align:center;padding:1rem}.load-more-text{color:var(--text-muted);font-size:.85rem}.loading-more-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:var(--text-muted);font-size:.85rem}.svg-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{position:fixed;inset:0;background:#0009;z-index:9000;display:flex;align-items:center;justify-content:center}.modal-content{background:var(--bg-primary);border-radius:var(--radius-lg);padding:1.5rem;width:90%;max-width:480px;box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-header h3{font-size:1.1rem;font-weight:700;color:var(--text);margin:0}.close-btn{background:transparent;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;border-radius:var(--radius-sm);transition:color .2s}.close-btn:hover{color:var(--text)}.report-form{display:flex;flex-direction:column;gap:.75rem}.report-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--radius-md);cursor:pointer;transition:background .2s}.report-option:hover{background:var(--bg-hover)}.report-option input[type=radio]{accent-color:var(--primary)}.report-option span{font-size:.9rem;color:var(--text)}#report-details{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text);font-size:.9rem;resize:vertical;min-height:80px;font-family:inherit}#report-details:focus{outline:none;border-color:var(--primary)}.submit-btn{padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s}.submit-btn:hover{background:var(--primary-dark)}
