.new-project-socials{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.new-project-socials__item{border:1px solid var(--color-border);background:var(--color-card);min-width:0;max-width:100%;color:var(--color-foreground);animation:project-achado-entra var(--duration-fast) var(--ease-smooth-out) both;border-radius:999px;align-items:center;gap:6px;padding:2px 2px 2px 10px;font-size:13px;display:inline-flex}.new-project-socials__handle{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.new-project-socials__rede{color:var(--color-muted-foreground);white-space:nowrap;font-size:12px}.project-screen{flex-direction:column;gap:20px;min-width:0;display:flex}.project-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.project-bar__acoes{flex-wrap:wrap;gap:8px;display:flex}.project-competitors{border:1px solid var(--color-border);background:var(--color-card);color:var(--color-card-foreground);border-radius:16px;flex-direction:column;gap:12px;padding:16px 18px;display:flex}.project-competitors__topo{justify-content:space-between;align-items:center;gap:8px;display:flex}.project-competitors__titulo{font-size:14px;font-weight:600}.project-competitors__contador{color:var(--color-muted-foreground);font-variant-numeric:tabular-nums;font-size:12px}.project-competitors__lista{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.project-competitors__linha{background:var(--color-muted);border-radius:10px;flex-wrap:wrap;align-items:baseline;gap:6px 10px;min-width:0;padding:8px 10px;display:flex}.project-competitors__nome{font-size:13px;font-weight:500}.project-competitors__dominio,.project-competitors__contas{color:var(--color-muted-foreground);overflow-wrap:anywhere;font-size:12px}.project-achados{border:1px solid var(--color-border);background:var(--color-card);color:var(--color-card-foreground);border-radius:20px;flex-direction:column;gap:18px;min-width:0;padding:18px;display:flex}.project-achados__topo{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.project-achados__titulo{letter-spacing:-.01em;font-size:15px;font-weight:600}.project-achados__resumo{color:var(--color-muted-foreground);font-variant-numeric:tabular-nums;font-size:12px}.project-achados__grupo{flex-direction:column;gap:10px;min-width:0;display:flex}.project-achados__grupo h3{color:var(--color-muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.project-achados__imagens{scroll-snap-type:x proximity;gap:10px;margin:0;padding-bottom:4px;padding-left:0;list-style:none;display:flex;overflow-x:auto}.project-achados__imagens>li{scroll-snap-align:start;flex:none}.project-achados__marca{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.project-achados__nome{letter-spacing:-.02em;font-size:18px;font-weight:600}.project-achados__cores{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.project-achados__cor{color:var(--color-muted-foreground);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:12px;display:inline-flex}.project-achados__amostra{border:1px solid var(--color-border);background:var(--amostra);border-radius:999px;width:22px;height:22px}.project-achados__lista{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.project-achados__linha{background:var(--color-muted);border-radius:14px;align-items:flex-start;gap:10px;min-width:0;padding:10px 12px;display:flex}.project-achados__linha-texto{flex-direction:column;gap:2px;min-width:0;display:flex}.project-achados__linha-titulo{color:var(--color-foreground);overflow-wrap:anywhere;font-size:13px;font-weight:500}.project-achados__linha-detalhe{color:var(--color-muted-foreground);overflow-wrap:anywhere;font-size:12px}.project-achados__linha a{color:inherit;text-underline-offset:3px;text-decoration:underline}.project-achados__linha a:hover{text-decoration:none}.project-achados__linha a:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px;border-radius:4px}.project-achados__vazio{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;display:grid}.project-achado[data-novo=true]{animation:project-achado-entra var(--duration-slow) var(--ease-smooth-out) both;animation-delay:calc(var(--achado-ordem,0) * var(--duration-stagger))}@keyframes project-achado-entra{0%{opacity:0;transform:translateY(var(--distance-base));filter:blur(var(--blur-small))}to{opacity:1;filter:none;transform:none}}@media (prefers-reduced-motion:reduce){.project-achado[data-novo=true],.new-project-socials__item{animation:none}}@media (max-width:640px){.project-achados{border-radius:16px;padding:14px}.project-bar__acoes{width:100%}}